summaryrefslogtreecommitdiff
path: root/mysql-test/r/kill.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2005-01-20 10:41:37 +0200
committerunknown <bell@sanja.is.com.ua>2005-01-20 10:41:37 +0200
commit7a528488915786f56ab48e2995fae18cc9731d1a (patch)
tree688e14daabde23993878846e8b67af1f4d180abf /mysql-test/r/kill.result
parent06284149809d85e347af94a8ba2568d0ba5c0e2d (diff)
downloadmariadb-git-7a528488915786f56ab48e2995fae18cc9731d1a.tar.gz
Fixed problem of sending ERROR to client after OK or EOF (BUG#6804)
include/mysql_com.h: Flag which prevent sending error after EOF or OK sent mysql-test/r/kill.result: test of blocking of sending ERROR after OK or EOF mysql-test/t/kill.test: test of blocking of sending ERROR after OK or EOF sql/item_func.cc: typo fixed sql/net_serv.cc: initialization of flag sql/protocol.cc: check and set of flag no_send_error sql/sql_parse.cc: droping flag no_send_error before new command/query execution
Diffstat (limited to 'mysql-test/r/kill.result')
-rw-r--r--mysql-test/r/kill.result12
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/r/kill.result b/mysql-test/r/kill.result
index 788fab8d31a..f57c134b6d0 100644
--- a/mysql-test/r/kill.result
+++ b/mysql-test/r/kill.result
@@ -9,3 +9,15 @@ select 4;
4
4
drop table t1;
+select get_lock("a", 10);
+get_lock("a", 10)
+1
+ select get_lock("a", 10);
+get_lock("a", 10)
+NULL
+select 1;
+1
+1
+select RELEASE_LOCK("a");
+RELEASE_LOCK("a")
+1