summaryrefslogtreecommitdiff
path: root/BitKeeper/etc/logging_ok
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 /BitKeeper/etc/logging_ok
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 'BitKeeper/etc/logging_ok')
-rw-r--r--BitKeeper/etc/logging_ok1
1 files changed, 1 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 42ac1083e4f..f081a8bcbbb 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -1,2 +1,3 @@
mwagner@evoq.mwagner.org
heikki@donna.mysql.fi
+jcole@tetra.spaceapes.com