1--echo #
2--echo # Start of 10.3 tests
3--echo #
4
5--echo #
6--echo # MDEV-27195 SIGSEGV in Table_scope_and_contents_source_st::vers_check_system_fields
7--echo #
8
9CREATE TABLE t1 ENGINE=MyISAM WITH SYSTEM VERSIONING AS SELECT 0;
10DROP TABLE t1;
11
12
13--echo #
14--echo # End of 10.3 tests
15--echo #
16