mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-16708: fixed issue with handling of the directive --enable-prepared-warnings in mysqltest
This commit is contained in:
committed by
Sergei Golubchik
parent
fc71746a6a
commit
b126c3f3fa
@ -636,8 +636,10 @@ insert into t1 values (1,1);
|
||||
call mtr.add_suppression(" marked as crashed and should be repaired");
|
||||
call mtr.add_suppression("Checking table");
|
||||
|
||||
--enable_prepare_warnings
|
||||
--replace_result '\\' '/'
|
||||
insert delayed into t1 values (2,2);
|
||||
--disable_prepare_warnings
|
||||
insert delayed into t1 values (3,3);
|
||||
flush tables t1;
|
||||
select * from t1;
|
||||
|
Reference in New Issue
Block a user