MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
system_db_struct.inc
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 user;
9 show create table func;
10 show create table tables_priv;
11 show create table columns_priv;
12 show create table procs_priv;
13 show create table servers;
14 show create table proc;
15 show create table event;
16 show create table general_log;
17 show create table slow_log;