mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
9ed08f3576
when allowing access via perfschema callbacks, update the cached GRANT_INFO to match
7 lines
206 B
Text
7 lines
206 B
Text
create user a@localhost;
|
|
connect a,localhost,a;
|
|
select * from performance_schema.global_status where variable_name='b';
|
|
VARIABLE_NAME VARIABLE_VALUE
|
|
connection default;
|
|
disconnect a;
|
|
drop user a@localhost;
|