diff options
author | jimw@mysql.com <> | 2005-03-18 16:17:10 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-03-18 16:17:10 -0800 |
commit | 146994ed4c41f761ea34ff72fd2b21ca44a27ef6 (patch) | |
tree | faf7054c76952b29bdc8193dbed2b1352ca27381 /mysql-test/r/kill.result | |
parent | 7de90716b0ebd78bf53dbb5d1327efe329139006 (diff) | |
download | mariadb-git-146994ed4c41f761ea34ff72fd2b21ca44a27ef6.tar.gz |
Fix 'kill' test to actually test that the connection has
been killed.
Diffstat (limited to 'mysql-test/r/kill.result')
-rw-r--r-- | mysql-test/r/kill.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/kill.result b/mysql-test/r/kill.result index f57c134b6d0..2413834be4f 100644 --- a/mysql-test/r/kill.result +++ b/mysql-test/r/kill.result @@ -5,6 +5,12 @@ select ((@id := kill_id) - kill_id) from t1; ((@id := kill_id) - kill_id) 0 kill @id; +select ((@id := kill_id) - kill_id) from t1; +((@id := kill_id) - kill_id) +0 +select @id != connection_id(); +@id != connection_id() +1 select 4; 4 4 |