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:
@ -8,7 +8,6 @@ truncate table performance_schema.events_waits_history_long;
|
||||
flush status;
|
||||
flush tables;
|
||||
# We are forced to suppress here the server response.
|
||||
optimize table mysql.host;
|
||||
optimize table mysql.user;
|
||||
optimize table mysql.db;
|
||||
optimize table mysql.proxies_priv;
|
||||
@ -96,7 +95,6 @@ where event_name like 'wait/io/table/%'
|
||||
and object_schema in ("test", "mysql")
|
||||
order by thread_id, event_id;
|
||||
event_name short_source object_type object_schema pretty_name operation number_of_bytes
|
||||
wait/io/table/sql/handler handler.cc: TABLE mysql host fetch NULL
|
||||
wait/io/table/sql/handler handler.cc: TABLE mysql user fetch NULL
|
||||
wait/io/table/sql/handler handler.cc: TABLE mysql user fetch NULL
|
||||
wait/io/table/sql/handler handler.cc: TABLE mysql user fetch NULL
|
||||
|
Reference in New Issue
Block a user