summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf8mb4_unicode_ci_def.result
blob: 2e15931248bb7e17ef500e0116c4fa835265eaea (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Start of 10.3 tests
#
#
# MDEV-27195 SIGSEGV in Table_scope_and_contents_source_st::vers_check_system_fields
#
CREATE TABLE t1 ENGINE=MyISAM WITH SYSTEM VERSIONING AS SELECT 0;
DROP TABLE t1;
#
# End of 10.3 tests
#