Bug #21125 mysqldump: Problem with non-standard table names
Submitted: 18 Jul 2006 18:48 Modified: 3 Aug 2006 17:44
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Backup Severity:S3 (Non-critical)
Version:4.1.21 OS:Any (all)
Assigned to: Magnus Blåudd CPU Architecture:Any

[18 Jul 2006 18:48] Joerg Bruehe
Description:
Release build of 4.1.21

This test failure is quite similar to bug#16898,
but now it occurs on all platforms.
The following is identical on all Unix platforms,
on Windows it gets even worse:

mysqldump                      [ fail ]

Errors are (from /PATH/mysqltest-time) :
mysqldump: Couldn't find table: "T_1"

mysqldump: Couldn't find table: "T%1"

mysqldump: Couldn't find table: "T'1"

mysqldump: Couldn't find table: "T_1"

mysqldump: Couldn't find table: "T_"

Could not open required defaults file: /PATH/mysql-test/std_data/bug15328.cnf
Fatal error in defaults handling. Program aborted
mysqltest: At line NNN: command "$MYSQL_MY_PRINT_DEFAULTS --defaults-file=$MYSQL_TEST_DIR/std_data/bug15328.cnf mysqldump"
failed

How to repeat:
Run the test suite.
[24 Jul 2006 12:23] Magnus Blåudd
It looks like the file bug15328.cnf is not checked in or at least not included in the win source dist.
[24 Jul 2006 12:31] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/9493
[27 Jul 2006 8:25] Ian Greenhoe
Looks good to me.
[3 Aug 2006 9:41] Magnus Blåudd
Pushed to 4.1.22
[3 Aug 2006 9:42] Magnus Blåudd
The problem was that a file was missing in the win distribution, it will now be copied from source repo to distro
[3 Aug 2006 17:44] Paul DuBois
Change to test case. No changelog entry needed.