Comment 2 for bug 728080

Revision history for this message
Stewart Smith (stewart) wrote : Re: THREAD_STATISTICS is not accessible

mysql> select * from information_schema.thread_statistics;
Empty set (0.00 sec)

mysql> use information_schema;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> select * from thread_statistics;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'thread_statistics' at line 1
mysql> select * from `thread_statistics`;
Empty set (0.00 sec)

mysql>