| Bug #8063 | make test mysqldump [ fail ] | ||
|---|---|---|---|
| Submitted: | 21 Jan 2005 8:40 | Modified: | 3 Mar 2005 11:47 |
| Reporter: | Yukihiro KAWADA | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) |
| Version: | 4.1.10 | OS: | Linux (Linux Solaris) |
| Assigned to: | Alexander Barkov | CPU Architecture: | Any |
[3 Mar 2005 11:47]
Alexander Barkov
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/ Additional info: Fixed in 4.1.11. ChangeSet bar:1.2065 No documenting is necessary, just an internal issue.

Description: mysqldump [ fail ] Errors are (from /home/staff/mysql-4.1/mysql-test/var/log/mysqltest-time) : /home/staff/mysql-4.1/client/mysqltest: At line 168: Result length mismatch (the last lines may be the most important ones) Below are the diffs between actual and expected results: ------------------------------------------------------- *** r/mysqldump.result Thu Jan 20 03:44:14 2005 --- r/mysqldump.reject Fri Jan 21 08:35:01 2005 *************** *** 414,420 **** /*!40000 ALTER TABLE `t1` DISABLE KEYS */; LOCK TABLES `t1` WRITE; ! INSERT INTO `t1` VALUES ('綴槹'); UNLOCK TABLES; /*!40000 ALTER TABLE `t1` ENABLE KEYS */; --- 414,420 ---- /*!40000 ALTER TABLE `t1` DISABLE KEYS */; LOCK TABLES `t1` WRITE; ! INSERT INTO `t1` VALUES ('鍛鍛'); UNLOCK TABLES; /*!40000 ALTER TABLE `t1` ENABLE KEYS */; ------------------------------------------------------- How to repeat: ./configure '--with-zlib-dir=/usr/local' '--prefix=/usr/local/mysql41' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--enable-local-infile' '--enable-assembler' '--disable-shared' '--with-client-ldflags=-all-static' '--with-mysqld-ldflags=-all-static' '--with-charset=utf8' '--with-innodb'