mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-15851 Stop creating mysql.host table
Changed bootstrap scripts, adjusted result files.
This commit is contained in:
@@ -85,7 +85,6 @@ BEGIN
|
||||
mysql.help_category,
|
||||
mysql.help_keyword,
|
||||
mysql.help_relation,
|
||||
mysql.host,
|
||||
mysql.plugin,
|
||||
mysql.proc,
|
||||
mysql.procs_priv,
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user