summaryrefslogtreecommitdiff
path: root/sql/share/polish
diff options
context:
space:
mode:
authorjcole@tetra.spaceapes.com <>2001-03-02 05:03:18 -0600
committerjcole@tetra.spaceapes.com <>2001-03-02 05:03:18 -0600
commitab60ef6d819f86d86d69f6ebcea4f06e23c1dadd (patch)
tree0128c94cf846ba6783f7f4f487d93c030bdd0e2a /sql/share/polish
parentf78adcc20262f421d348e89a2252de6b508553cc (diff)
downloadmariadb-git-ab60ef6d819f86d86d69f6ebcea4f06e23c1dadd.tar.gz
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
Diffstat (limited to 'sql/share/polish')
-rw-r--r--sql/share/polish/errmsg.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/share/polish/errmsg.txt b/sql/share/polish/errmsg.txt
index d8126917c1b..03e9d59dacd 100644
--- a/sql/share/polish/errmsg.txt
+++ b/sql/share/polish/errmsg.txt
@@ -209,3 +209,4 @@
"Could not initialize master info structure, check permisions on master.info",
"Could not create slave thread, check system resources",
"User %-.64s has already more than 'max_user_connections' active connections",
+"You may only use constant expressions with SET",