Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.51 KB | None | 0 0
  1. Array
  2. (
  3.     [id] => 1
  4.     [select_type] => SIMPLE
  5.     [table] => t
  6.     [type] => index
  7.     [possible_keys] =>
  8.     [key] => topic_approved
  9.     [key_len] => 1
  10.     [ref] =>
  11.     [rows] => 146484
  12.     [Extra] => Using index
  13. )
  14. Array
  15. (
  16.     [id] => 1
  17.     [select_type] => SIMPLE
  18.     [table] => p
  19.     [type] => ref
  20.     [possible_keys] => topic_id,poster_id,tid_post_time
  21.     [key] => tid_post_time
  22.     [key_len] => 3
  23.     [ref] => db_name.t.topic_id
  24.     [rows] => 1
  25.     [Extra] => Using where; Not exists
  26. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement