diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2018-08-16 18:12:13 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2018-08-16 18:12:13 +0100 |
commit | ead9a34a3e934f607c2ea7a6c68f7f6d9d29b5bd (patch) | |
tree | 63c36a9d441b7f1aa8de57488ff1915d0d7205c1 /mysql-test/include | |
parent | 734db318ac69f60959bcd0d6c9116a3681449a38 (diff) | |
download | mariadb-git-ead9a34a3e934f607c2ea7a6c68f7f6d9d29b5bd.tar.gz |
MDEV-15851 Stop creating mysql.host table
Changed bootstrap scripts, adjusted result files.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/mtr_check.sql | 1 | ||||
-rw-r--r-- | mysql-test/include/system_db_struct.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql index f2c0b70e192..8548200f437 100644 --- a/mysql-test/include/mtr_check.sql +++ b/mysql-test/include/mtr_check.sql @@ -85,7 +85,6 @@ BEGIN mysql.help_category, mysql.help_keyword, mysql.help_relation, - mysql.host, mysql.plugin, mysql.proc, mysql.procs_priv, diff --git a/mysql-test/include/system_db_struct.inc b/mysql-test/include/system_db_struct.inc index 9467c023dba..7dd7746459e 100644 --- a/mysql-test/include/system_db_struct.inc +++ b/mysql-test/include/system_db_struct.inc @@ -5,7 +5,6 @@ -- replace_result Tables_in_mysql Tables_in_db Tables_in_test Tables_in_db show tables; show create table db; -show create table host; show create table user; show create table func; show create table tables_priv; |