1
by brian
clean slate |
1 |
#
|
2 |
# This test must examine structure of current system database |
|
3 |
#
|
|
4 |
||
5 |
-- replace_result Tables_in_mysql Tables_in_db Tables_in_test Tables_in_db |
|
6 |
show tables; |
|
7 |
show create table db; |
|
8 |
show create table host; |
|
9 |
show create table user; |
|
10 |
show create table func; |
|
11 |
show create table tables_priv; |
|
12 |
show create table columns_priv; |
|
13 |
show create table procs_priv; |
|
14 |
show create table servers; |
|
15 |
show create table proc; |
|
16 |
show create table event; |
|
17 |
show create table general_log; |
|
18 |
show create table slow_log; |