Bug #76929 | mysqlcheck fails with table names containing dot (.) | ||
---|---|---|---|
Submitted: | 4 May 2015 12:48 | Modified: | 8 May 2015 12:38 |
Reporter: | Dirk LANGE | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Solaris |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[4 May 2015 12:48]
Dirk LANGE
[6 May 2015 7:31]
MySQL Verification Team
[arhimed@gedora msb_5_1_73]$ ./my sqlcheck -A ... /home/arhimed/MYSQL/5.1.73/bin/mysqlcheck: Got error: 1102: Incorrect database name '' when executing 'CHECK TABLE ... ' [arhimed@gedora msb_5_1_73]$ cd ../msb_5_5_43/ [arhimed@gedora msb_5_5_43]$ ./my sqlcheck -A ... /home/arhimed/MYSQL/5.5.43/bin/mysqlcheck: Got error: 1102: Incorrect database name '' when executing 'CHECK TABLE ... ' [arhimed@gedora msb_5_5_43]$ cd ../msb_5_6_24/ [arhimed@gedora msb_5_6_24]$ ./my sqlcheck -A ... /home/arhimed/MYSQL/5.6.24/bin/mysqlcheck: Got error: 1102: Incorrect database name '' when executing 'CHECK TABLE ... ' [arhimed@gedora msb_5_6_24]$ cd ../msb_5_7_7/ [arhimed@gedora msb_5_7_7]$ ./my sqlcheck -A ... test..dot_begin OK test.dot.within OK test.dot_end. OK [arhimed@gedora msb_5_7_7]$
[6 May 2015 7:35]
MySQL Verification Team
Hi Dirk, This bug is a duplicate of fixed Bug #68015 The bug is fixed only in 5.7.
[8 May 2015 12:38]
Dirk LANGE
Is there the intention to fix this bug in 5.6, too?
[11 May 2015 13:55]
MySQL Verification Team
No plans to fix pre 5.7 at the moment.