mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / funcs_1 / t / is_tables_memory.test
blob68909aee866c42668a678a46370b18d0c41f2d9a
1 # suite/funcs_1/t/is_tables_memory.test
3 # Check the content of information_schema.tables about tables within
4 # the databases created by the user.
5 # Variant for storage engine MEMORY
7 # Author:
8 # 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
9 #                           testsuite funcs_1
10 #                   Create this script based on older scripts and new code.
13 # This test cannot be used for the embedded server because we check here
14 # privileges.
15 --source include/not_embedded.inc
17 let $engine_type= MEMORY;
18 SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
20 # We look only for the tables created by suite/funcs_1/datadict/tables.inc
21 let $my_where = WHERE table_schema LIKE 'test%' AND table_type = 'BASE TABLE';
22 --source suite/funcs_1/datadict/tables.inc