Closed GoogleCodeExporter closed 8 years ago
Thank you for the bug report as well as for the suggested fix.
Your fix will not work properly: while syntactically it will be correct,
semantically it will insert 0 values for named values as AUTO, NEVER, ALWAYS.
Instead, I will add these values to the normalize_variable_value() function,
which already handles similar cases.
You can read my opinion on the subject
[http://code.openark.org/blog/mysql/variables-ambiguities-in-names-and-values
here] and [http://code.openark.org/blog/mysql/more-on-variables-ambiguities
here].
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 12:48
While at it, I've filed http://bugs.mysql.com/bug.php?id=55396
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 12:52
Fixed in r171 (not yet released).
Tested with 5.5.5-m3
mysql [localhost] {msandbox} ((none)) > select version();
+-----------+
| version() |
+-----------+
| 5.5.5-m3 |
+-----------+
Original comment by shlomi.n...@gmail.com
on 20 Jul 2010 at 1:46
Original issue reported on code.google.com by
rene.can...@gmail.com
on 19 Jul 2010 at 6:00