summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf8mb4_unicode_ci_def.test
blob: fb7fbe04e3b33312ea45517f495836f8fcdb6afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--echo #
--echo # Start of 10.3 tests
--echo #

--echo #
--echo # MDEV-27195 SIGSEGV in Table_scope_and_contents_source_st::vers_check_system_fields
--echo #

CREATE TABLE t1 ENGINE=MyISAM WITH SYSTEM VERSIONING AS SELECT 0;
DROP TABLE t1;


--echo #
--echo # End of 10.3 tests
--echo #