1SELECT @@global.thread_statistics;
2@@global.thread_statistics
30
4SET @old_thread_statistics= @@global.thread_statistics;
5SET GLOBAL thread_statistics= ON;
6SET GLOBAL thread_statistics= @old_thread_statistics;
7