1
0
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:
Dmitry Shulga
2021-06-07 00:39:15 +07:00
committed by Sergei Golubchik
parent fc71746a6a
commit b126c3f3fa
50 changed files with 141 additions and 7 deletions

View File

@ -2,6 +2,8 @@
DROP TABLE IF EXISTS t1, t2;
--enable_warnings
--enable_prepare_warnings
--echo #
--echo # Bug#31663 FIELDS TERMINATED BY special character
--echo #
@ -289,6 +291,6 @@ SELECT LENGTH(a) FROM t2;
DROP TABLE t1, t2;
--disable_prepare_warnings
###########################################################################
--echo # End of 5.1 tests.