1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministic

This problem was fixed earlier by MDEV-27653.
Adding MTR tests only.
This commit is contained in:
Alexander Barkov
2023-04-06 14:50:26 +04:00
parent 54715a1074
commit ed2adc8c6f
5 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
--source include/have_innodb.inc
SET default_storage_engine=InnoDB;
--echo #
--echo # Start of 10.4 tests
--echo #
--echo #
--echo # MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministic
--echo #
--source include/sql_mode_pad_char_to_full_length.inc
--echo #
--echo # End of 10.4 tests
--echo #