summaryrefslogtreecommitdiff
path: root/mysql-test/r/kill.result
diff options
context:
space:
mode:
authorserg@serg.mylan <>2006-03-06 23:43:47 +0100
committerserg@serg.mylan <>2006-03-06 23:43:47 +0100
commit6d6d11787f871d180fc764807472bb0ce59b7036 (patch)
tree8e9c63540514fba67f67228a5b14a08dfc758a6d /mysql-test/r/kill.result
parent5a1672dd664f97d6cccda17360415160365df866 (diff)
downloadmariadb-git-6d6d11787f871d180fc764807472bb0ce59b7036.tar.gz
after merge
Diffstat (limited to 'mysql-test/r/kill.result')
-rw-r--r--mysql-test/r/kill.result12
1 files changed, 0 insertions, 12 deletions
diff --git a/mysql-test/r/kill.result b/mysql-test/r/kill.result
index c390745da16..b78c677fb02 100644
--- a/mysql-test/r/kill.result
+++ b/mysql-test/r/kill.result
@@ -29,18 +29,6 @@ select ((@id := kill_id) - kill_id) from t3;
kill @id;
Got one of the listed errors
drop table t1, t2, t3;
-create table t1 (id int primary key);
-create table t2 (id int unsigned not null);
-insert into t2 select id from t1;
-create table t3 (kill_id int);
-insert into t3 values(connection_id());
- select id from t1 where id in (select distinct id from t2);
-select ((@id := kill_id) - kill_id) from t3;
-((@id := kill_id) - kill_id)
-0
-kill @id;
-Got one of the listed errors
-drop table t1, t2, t3;
select get_lock("a", 10);
get_lock("a", 10)
1