1
# suite/funcs_1/t/is_columns_myisam.test
3
# Check the content of information_schema.columns about tables within
4
# the databases created by the user.
5
# Variant for storage engine MyISAM
8
# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
10
# Create this script based on older scripts and new code.
13
let $engine_type= MyISAM;
14
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
15
--source suite/funcs_1/datadict/datadict_load.inc
17
# We look only for the tables created by datadict_load.inc.
18
let $my_where = WHERE table_schema LIKE 'test%';
19
--source suite/funcs_1/datadict/columns.inc
21
--source suite/funcs_1/include/cleanup.inc