~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to tests/include/system_db_struct.inc

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-03-18 12:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100318121231-k6g1xe6cshbwa0f8
Tags: upstream-2010.03.1347
ImportĀ upstreamĀ versionĀ 2010.03.1347

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;