summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-12-17 19:59:20 +0200
committerunknown <monty@hundin.mysql.fi>2001-12-17 19:59:20 +0200
commit1808d80fb35ff10d1c5bbdc5d417d00f7973f3b0 (patch)
tree8a029b3a64d087a02845998db4731aa1b475b7b0 /sql/item_func.cc
parentf8b4629cf728072b230159718994f585145b4ce2 (diff)
downloadmariadb-git-1808d80fb35ff10d1c5bbdc5d417d00f7973f3b0.tar.gz
Added DO command
Docs/manual.texi: ChangeLog sql/gen_lex_hash.cc: Safety fix
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index c5274333008..94464bdc594 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -1406,7 +1406,7 @@ void item_user_lock_release(ULL *ull)
char buf[256];
String tmp(buf,sizeof(buf));
tmp.length(0);
- tmp.append("SELECT release_lock(\"");
+ tmp.append("DO RELEASE_LOCK(\"");
tmp.append(ull->key,ull->key_length);
tmp.append("\")");
save_errno=thd->net.last_errno;