mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
--echo #
|
|
--echo # Start of 10.4 tests
|
|
--echo #
|
|
|
|
--echo #
|
|
--echo # MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministic
|
|
--echo #
|
|
|
|
SET default_storage_engine=MyISAM;
|
|
--source include/sql_mode_pad_char_to_full_length.inc
|
|
|
|
SET default_storage_engine=MEMORY;
|
|
--source include/sql_mode_pad_char_to_full_length.inc
|
|
|
|
SET default_storage_engine=DEFAULT;
|
|
|
|
--echo #
|
|
--echo # End of 10.4 tests
|
|
--echo #
|