mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-16708: fix in test failures caused by missing warnings received in prepare response packet
This commit is contained in:
committed by
Sergei Golubchik
parent
b126c3f3fa
commit
ccb0504fb0
@@ -22,9 +22,11 @@ let $wait_condition =
|
||||
WHERE INFO="UPDATE bug51920 SET i=2";
|
||||
-- source include/wait_condition.inc
|
||||
|
||||
--enable_prepare_warnings
|
||||
SELECT ID FROM INFORMATION_SCHEMA.PROCESSLIST
|
||||
WHERE INFO="UPDATE bug51920 SET i=2"
|
||||
INTO @thread_id;
|
||||
--disable_prepare_warnings
|
||||
|
||||
KILL @thread_id;
|
||||
let $wait_condition =
|
||||
|
Reference in New Issue
Block a user