mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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
@ -5,6 +5,7 @@
|
||||
DROP TABLE IF EXISTS t1, t2, t3, t, tp, tsp, tmp;
|
||||
--enable_warnings
|
||||
|
||||
--enable_prepare_warnings
|
||||
--echo #
|
||||
--echo # Bug#11894100: EXCHANGE PARTITION CAN'T BE EXECUTED IF
|
||||
--echo # ROW_FORMAT WAS SET EXPLICITLY
|
||||
@ -536,3 +537,4 @@ ALTER TABLE t2 REMOVE PARTITIONING;
|
||||
ALTER TABLE t1 EXCHANGE PARTITION pm WITH TABLE t2;
|
||||
DROP TABLE t1, t2;
|
||||
|
||||
--disable_prepare_warnings
|
||||
|
Reference in New Issue
Block a user