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:
@@ -187,6 +187,7 @@ SELECT * FROM t1;
|
||||
|
||||
--echo # Switch to connection con2
|
||||
connection con2;
|
||||
reap;
|
||||
SELECT * FROM t1;
|
||||
|
||||
connection default;
|
||||
|
||||
Reference in New Issue
Block a user