Bug #4809 mysql client: USE ignores backtick delimiters
Submitted: 29 Jul 2004 17:35 Modified: 14 Sep 2004 6:37
Reporter: Dean Ellis Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S2 (Serious)
Version:4.0.21 OS:Linux (Linux)
Assigned to: Alexey Botchkov CPU Architecture:Any

[29 Jul 2004 17:35] Dean Ellis
Description:
In the 4.0 mysql client com_use() tokenizes the database name without observing backtick delimiters.

How to repeat:
CREATE DATABASE `data base`;
USE `data base`;
DROP DATABASE `data base`;

Suggested fix:
n/a
[9 Sep 2004 15:42] Alexey Botchkov
bk commit - 4.0 tree (hf:1.2012) BUG#4809
[14 Sep 2004 6:37] Alexey Botchkov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html