polardbxengine/mysql-test/suite/funcs_1/t/is_views.test

23 lines
696 B
Plaintext

# suite/funcs_1/t/is_views.test
#
# Check the layout of information_schema.views and the impact of
# CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it.
#
# There is detailed information about this test within
# suite/funcs_1/datadict/is_views.inc
#
# Author:
# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
# testsuite funcs_1
# 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
}
let $engine_type = InnoDB;
--source suite/funcs_1/datadict/is_views.inc