Bug #29484 | ctype_big5 fails on 'double whopper' in mysql-5.1-new-rpl | ||
---|---|---|---|
Submitted: | 2 Jul 2007 13:10 | Modified: | 27 Jul 2007 4:40 |
Reporter: | Alexander Barkov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Alexander Barkov | CPU Architecture: | Any |
Tags: | pbfail |
[2 Jul 2007 13:10]
Alexander Barkov
[2 Jul 2007 20:56]
Trudy Pelzer
To add to the description: this is a test case failure.
[4 Jul 2007 8:16]
Alexander Barkov
This problem can be repeated on any platform, using "mysql-test-run --embedded-server": $./mysql-test-run --embedded-server ctype_big5 TEST RESULT TIME (ms) ------------------------------------------------------- ctype_big5 [ fail ] Errors are (from /home/bar/mysql-work/mysql-5.0.b29333/mysql-test/var/log/mysqltest-time) : mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/home/bar/mysql-work/mysql-5.0.b29333/mysql-test/var/tmp/master.sock' (2) when trying to connect mysqltest: At line 73: command "$MYSQL_DUMP --default-character-set=big5 -T $MYSQLTEST_VARDIR/master-data/test test t1" failed (the last lines may be the most important ones) Result from queries before failure can be found in r/ctype_big5.log Aborting: ctype_big5 failed in embedded mode. To continue, re-run with '--force'
[4 Jul 2007 9:56]
Alexander Barkov
http://lists.mysql.com/commits/30275 ChangeSet@1.2517, 2007-07-04 14:21:29+05:00, bar@mysql.com +2 -0 Bug#29484 ctype_big5 fails on 'double whopper' in mysql-5.1-new-rpl Problem: "mysqldump" doesn exists when running "mysql-test-run --embedded-server". Fix: changing test to use "SELECT INTO OUTFILE" instead of "mysqldump -T".
[4 Jul 2007 12:07]
Alexander Barkov
Pushed into 5.0.46-rpl Pushed into 5.1.21-rpl
[20 Jul 2007 23:46]
Bugs System
Pushed into 5.1.21-beta
[20 Jul 2007 23:49]
Bugs System
Pushed into 5.0.48
[27 Jul 2007 4:40]
Paul DuBois
Test case change. No changelog entry needed.