summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2018-08-16 18:12:13 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2018-08-16 18:12:13 +0100
commitead9a34a3e934f607c2ea7a6c68f7f6d9d29b5bd (patch)
tree63c36a9d441b7f1aa8de57488ff1915d0d7205c1 /mysql-test/include
parent734db318ac69f60959bcd0d6c9116a3681449a38 (diff)
downloadmariadb-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.sql1
-rw-r--r--mysql-test/include/system_db_struct.inc1
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;