diff options
author | unknown <jimw@mysql.com> | 2005-03-18 16:17:10 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-03-18 16:17:10 -0800 |
commit | 9739b7a6af3d48c6227d7766ccd98a697b1a6ac0 (patch) | |
tree | faf7054c76952b29bdc8193dbed2b1352ca27381 /mysql-test/r/kill.result | |
parent | ebd6fd9315b4a815991ce9737284ac0dd6812791 (diff) | |
download | mariadb-git-9739b7a6af3d48c6227d7766ccd98a697b1a6ac0.tar.gz |
Fix 'kill' test to actually test that the connection has
been killed.
mysql-test/r/kill.result:
Update results
mysql-test/t/kill.test:
Fix 'ping' to be '--ping' and make test that this is a new
connection actually test that.
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 |