mariadb/mysql-test/suite/perfschema/r/grant.result
Sergei Golubchik 9ed08f3576 MDEV-22884 Assertion `grant_table || grant_table_role' failed on perfschema
when allowing access via perfschema callbacks, update
the cached GRANT_INFO to match
2020-06-13 21:22:07 +02:00

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;