mariadb/sql/share/hungarian
jcole@tetra.spaceapes.com ab60ef6d81 Fixed a bug that allowed:
SET @foo=bar;

This would cause a deadlock in mysqld, it now generates the error:
ER_SET_CONSTANTS_ONLY as follows:

mysql> set @foo=bar;
ERROR 1204: You may only use constant expressions with SET
2001-03-02 05:03:18 -06:00
..
errmsg.txt Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00