blob: 5a7aa26c65afe1c1450122518bfcb117c6203af8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# This test must examine structure of current system database
#
-- replace_result Tables_in_mysql Tables_in_db Tables_in_test Tables_in_db
show tables;
show create table db;
show create table host;
show create table user;
show create table func;
show create table tables_priv;
show create table columns_priv;
|