mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
faa9c92765
added tests for testing structure of mysql db
12 lines
312 B
PHP
12 lines
312 B
PHP
#
|
|
# 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;
|