diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-06 12:56:22 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-01-06 12:56:22 +0100 |
commit | ed64190b232ed23974bc0dc11e8b586d8bfb6c71 (patch) | |
tree | cfa7deb48dd35490016e27c8e225a81337fe03fb /mysql-test/r/mysqltest.result | |
parent | 90b24e992e7c55d76e8d35c419d55403b52d961f (diff) | |
download | mariadb-git-ed64190b232ed23974bc0dc11e8b586d8bfb6c71.tar.gz |
Bug #49269 mysqltest crashes on 'reap' if query executed after 'send'
Small amendment: ignore pending reap when switching connection, add test
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index e77dcd7b0a6..def5d202c2f 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -542,6 +542,13 @@ f1 Abcd mysqltest: At line 2: Cannot run query on connection between send and reap select * from t1;; +select * from t1;; +select 1; +1 +1 +select 2; +2 +2 drop table t1; mysqltest: At line 1: Missing required argument 'filename' to command 'remove_file' mysqltest: At line 1: Missing required argument 'filename' to command 'write_file' |