Guest User

Untitled

a guest
Jan 21st, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. explain SELECT * FROM cms_mail_queue WHERE sent_time IS NULL AND try_sent < 25 AND time_to_send <= '2011-10-13 15:06:27' ORDER BY time_to_send LIMIT 0, 10;
  2. ERROR 2006 (HY000): MySQL server has gone away
  3. No connection. Trying to reconnect...
  4. Connection id: 140166
  5. Current database: kolalwat_cms
  6.  
  7. +----+-------------+-----------------+-------+---------------+--------------+---------+------+-------+-------------+
  8. | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
  9. +----+-------------+-----------------+-------+---------------+--------------+---------+------+-------+-------------+
  10. | 1 | SIMPLE | cms_mail_queue | range | time_to_send | time_to_send | 8 | NULL | 64991 | Using where |
  11. +----+-------------+-----------------+-------+---------------+--------------+---------+------+-------+-------------+
  12. 1 row in set (0.02 sec)
Add Comment
Please, Sign In to add comment