Guest User

Untitled

a guest
Jun 18th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function custom_mysql_query($sql)
  2. {
  3. $GLOBAL['query_count'] ++;
  4. return mysql_query($sql);
  5. }
  6.  
  7. mysql> SHOW STATUS LIKE 'Com_select';
  8. +---------------+-------+
  9. | Variable_name | Value |
  10. +---------------+-------+
  11. | Com_select | 2 |
  12. +---------------+-------+
  13. 1 row in set (0.00 sec)
  14.  
  15. SHOW STATUS LIKE 'Com_%';
Add Comment
Please, Sign In to add comment