From ead9a34a3e934f607c2ea7a6c68f7f6d9d29b5bd Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Thu, 16 Aug 2018 18:12:13 +0100 Subject: MDEV-15851 Stop creating mysql.host table Changed bootstrap scripts, adjusted result files. --- mysql-test/main/information_schema_all_engines.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/main/information_schema_all_engines.result') diff --git a/mysql-test/main/information_schema_all_engines.result b/mysql-test/main/information_schema_all_engines.result index 8a92f0226ff..126a6f4bccd 100644 --- a/mysql-test/main/information_schema_all_engines.result +++ b/mysql-test/main/information_schema_all_engines.result @@ -454,4 +454,4 @@ Wildcard: inf_rmation_schema SELECT table_schema, count(*) FROM information_schema.TABLES WHERE table_schema IN ('mysql', 'INFORMATION_SCHEMA', 'test', 'mysqltest') GROUP BY TABLE_SCHEMA; table_schema count(*) information_schema 64 -mysql 31 +mysql 30 -- cgit v1.2.1