~vlad-lesin/percona-server/mysql-5.0.33-original

« back to all changes in this revision

Viewing changes to mysql-test/include/system_db_struct.inc

  • Committer: Vlad Lesin
  • Date: 2012-07-31 09:21:34 UTC
  • Revision ID: vladislav.lesin@percona.com-20120731092134-zfodx022b7992wsi
VirginĀ 5.0.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 proc;