1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-16708: more fixes to test cases

This commit is contained in:
Dmitry Shulga
2021-06-16 13:18:29 +02:00
committed by Sergei Golubchik
parent 97e8d27bed
commit 510662e81b
17 changed files with 66 additions and 5 deletions

View File

@ -1906,6 +1906,8 @@ drop table t1;
--echo # MDEV-19682 sql_mode="oracle" does not support sysdate
--echo #
--enable_prepare_warnings
--error ER_BAD_FIELD_ERROR
SELECT sysdate LIKE '____-__-__ __:__:__';
--error ER_BAD_FIELD_ERROR
@ -1951,6 +1953,8 @@ END;
$$
DELIMITER ;$$
--disable_prepare_warnings
--echo #
--echo # End of 10.6 tests
--echo #