summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-12-17 20:47:20 +0200
committermonty@hundin.mysql.fi <>2001-12-17 20:47:20 +0200
commitc298f03570692c4095e4d1100b88539a9836a3a2 (patch)
tree9189968dca2f68cfe5634ccd7ac1cd1a8a6228d2 /sql/item_func.cc
parent01b14507b728b09b8e092d46f07e94ec735b420c (diff)
parent54d10622c58a5fcf2647792f7323f123f8478e60 (diff)
downloadmariadb-git-c298f03570692c4095e4d1100b88539a9836a3a2.tar.gz
merge with 3.23.47 (DO statement)
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 5b4fb816404..4caa959bce8 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -1421,7 +1421,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("\")");
thd->query_length=tmp.length();