1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug #49269 mysqltest crashes on 'reap' if query executed after 'send'

Undid amendment allowing pending reap after switching connections
Moved check for pending reap earlier; failed if running with ps-protocol
This commit is contained in:
Bjorn Munch
2010-01-07 11:22:45 +01:00
parent 570ee4c5e8
commit 9ab9c73a87
6 changed files with 6 additions and 23 deletions

View File

@@ -542,13 +542,6 @@ 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'