Comment 3 for bug 1402776

Revision history for this message
everflux (tklaunchpad) wrote :

Example statements to trigger the problem:

USE information_schema;
SHOW TABLES;
USE mydb;
SHOW TABLES;
SELECT * FROM sometable;

result of pt-query-digest:

...
# Databases mydbmysql_native_password
....
# SHOW TABLE STATUS FROM `mydbmysql_native_password` LIKE 'sometable'\G
....