Bug #22588 Instance Manager: Avoid unnecessary quotes in SET statement
Submitted: 22 Sep 2006 13:36 Modified: 18 Oct 2007 10:28
Reporter: Alexander Nozdrin Email Updates:
Status: Unsupported Impact on me:
None 
Category:Instance Manager Severity:S4 (Feature request)
Version:5.1 OS:Any
Assigned to: Alexander Nozdrin CPU Architecture:Any

[22 Sep 2006 13:36] Alexander Nozdrin
Description:
Now if option value in SET statement is not an identifier,
it should be quoted. However, this is not necessary and can
be confusing for users used to syntax of configuration file
(in the configuration file value should be quoted only if it
contains spaces).

How to repeat:
mysql> set aaa.bb = aa/bbb/cc;
ERROR 1149 (42000): You have an error in your command syntax. Check the manual that corresponds to your MySQL Instance Manager version for the right syntax to use