1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed BUG #2874 "Grant table bug" and

added tests for testing structure of mysql db
This commit is contained in:
vva@eagle.mysql.r18.ru
2004-03-10 22:54:07 +04:00
parent 4c78e46351
commit faa9c92765
13 changed files with 474 additions and 51 deletions

View File

@ -0,0 +1,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;