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'
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'