Bug #6753 | mysqldump adds back-quotes to the USE statement | ||
---|---|---|---|
Submitted: | 22 Nov 2004 18:56 | Modified: | 23 Nov 2004 18:50 |
Reporter: | Tom Suzuki | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | 4.1.7 | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[22 Nov 2004 18:56]
Tom Suzuki
[23 Nov 2004 18:50]
MySQL Verification Team
Hi, Thank you for the report, but this is not a bug in the mysqldump. mysqldump should quote database names in USE statement. This is expected behaviour. This was a bug in the mysql client, that is already fixed
[23 Nov 2004 19:24]
Tom Suzuki
If that is the case, it seems inconsistent that it cannot execute the backup file successfully as described in Section 8.8 The mysqldump Database Backup Program, but with --all-databases set. Perhaps --all-databases option is not supported? Thank you for your update.