~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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 servers;
 
15
show create table proc;
 
16
show create table event;
 
17
show create table general_log;
 
18
show create table slow_log;