mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / funcs_1 / t / is_table_constraints_mysql.test
bloba909676943e0c1bf5271f8f1bb124d3322350611
1 # suite/funcs_1/t/is_table_constraints_mysql.test
3 # Check the content of information_schema.table_constraints about tables within
4 # the database mysql (= the system tables) with different privileged users.
5 # Variant for the non embedded server
6 #    The expected results must equal is_table_constraints_mysql_embedded
7 #    except that the privilege system works (affects some result sets).
9 # Author:
10 # 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
11 #                           testsuite funcs_1
12 #                   Create this script based on older scripts and new code.
15 --source include/not_embedded.inc
16 let $table_schema = mysql;
17 --source suite/funcs_1/datadict/table_constraints.inc