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