mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
P_S 5.7.28
This commit is contained in:
@ -6,11 +6,13 @@
|
||||
--source ../include/start_server_common.inc
|
||||
|
||||
# Expect no records
|
||||
show variables like "performance_schema_users_size";
|
||||
show global variables like "performance_schema_users_size";
|
||||
|
||||
select count(*) from performance_schema.users;
|
||||
|
||||
# We lost all the data
|
||||
--disable_warnings
|
||||
select variable_value > 0 from information_schema.global_status
|
||||
where variable_name like 'PERFORMANCE_SCHEMA_USERS_LOST';
|
||||
--enable_warnings
|
||||
|
||||
|
Reference in New Issue
Block a user