mysql> show global status like '%stmt%';
+-------------------------+---------+
| Variable_name           | Value   |
+-------------------------+---------+
| Com_stmt_close          | 4875504 |
| Com_stmt_execute        | 4875504 |
| Com_stmt_fetch          | 0       |
| Com_stmt_prepare        | 4875507 |
| Com_stmt_reset          | 0       |
| Com_stmt_send_long_data | 0       |
| Prepared_stmt_count     | 0       |
+-------------------------+---------+
7 rows in set (0.00 sec)


-- 
I'm a MySQL DBA in china.
More about me just visit here:
http://yueliangdao0608.cublog.cn

Reply via email to