Bug #4647 SQL administrator does not show table description if it was created with spaces
Submitted: 20 Jul 2004 14:49 Modified: 21 Jul 2004 10:20
Reporter: Dominique Cloutier Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.0.5 Beta OS:Windows (Windows 2000)
Assigned to: Michael G. Zinner CPU Architecture:Any

[20 Jul 2004 14:49] Dominique Cloutier
Description:
I created 2 tables through Visual Basic (6.0) /ADO/myodbc (3.51.8)
   - Maintenance
   - `SERVCHNG TEST`

The second one is created with spaces into it

In sqladministrator
    - I can double-click on maintenance table to see columns description
    - I get Error no 1064 if I try the same thing with `SERVCHNG TEST`

in c:\mysql\bin\mysql command line,
      I can do a desc `SERVCHNG TEST` with no problem

How to repeat:
See description
[21 Jul 2004 10:20] Michael G. Zinner
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