mariadb/mysql-test/include/system_db_struct.inc
2005-03-08 17:40:43 -08:00

14 lines
366 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;
show create table procs_priv;
show create table proc;