diff options
Diffstat (limited to 'mysql-test/include/system_db_struct.inc')
-rw-r--r-- | mysql-test/include/system_db_struct.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/system_db_struct.inc b/mysql-test/include/system_db_struct.inc index c66590b2fd8..123c82484b9 100644 --- a/mysql-test/include/system_db_struct.inc +++ b/mysql-test/include/system_db_struct.inc @@ -11,4 +11,8 @@ show create table func; show create table tables_priv; show create table columns_priv; show create table procs_priv; +show create table servers; show create table proc; +show create table event; +show create table general_log; +show create table slow_log; |