polardbxengine/mysql-test/suite/xengine_ext/t/is_tables.test

30 lines
938 B
Plaintext

# suite/xengine_ext/t/tables.test
#
# Check the layout of information_schema.tables and the impact of
# CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it.
#
# There is detailed information about this test within
# suite/xengine_ext/datadict/is_tables.inc
#
# Author:
# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
# testsuite xengine_ext
# Create this script based on older scripts and new code.
#
# Result differences depending on FS case sensitivity.
if (!$require_case_insensitive_file_system)
{
--source include/have_case_sensitive_file_system.inc
}
# The test
# - results are MyISAM specific
# - is not focused on checking MyISAM properties though it exploits
# some MyISAM functionality for some checks.
--source include/have_myisam.inc
let $engine_type = MyISAM;
let $other_engine_type = MyISAM;
--source suite/xengine_ext/datadict/is_tables.inc