mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-15851 Stop creating mysql.host table
Changed bootstrap scripts, adjusted result files.
This commit is contained in:
@ -184,7 +184,7 @@ drop table t1;
|
||||
|
||||
connection locker;
|
||||
USE mysql;
|
||||
LOCK TABLES columns_priv WRITE, db WRITE, host WRITE, user WRITE;
|
||||
LOCK TABLES columns_priv WRITE, db WRITE, user WRITE;
|
||||
FLUSH TABLES;
|
||||
#
|
||||
connection reader;
|
||||
@ -202,7 +202,7 @@ let $wait_condition=
|
||||
--source include/wait_condition.inc
|
||||
# Make test case independent from earlier grants.
|
||||
--replace_result "Table is already up to date" "OK"
|
||||
OPTIMIZE TABLES columns_priv, db, host, user;
|
||||
OPTIMIZE TABLES columns_priv, db, user;
|
||||
UNLOCK TABLES;
|
||||
#
|
||||
connection reader;
|
||||
|
Reference in New Issue
Block a user