Guest User

Untitled

a guest
Dec 7th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.01 KB | None | 0 0
  1. Array
  2. (
  3.     [id] => 1
  4.     [select_type] => PRIMARY
  5.     [table] =>
  6.     [type] => ALL
  7.     [possible_keys] =>
  8.     [key] =>
  9.     [key_len] =>
  10.     [ref] =>
  11.     [rows] => 2
  12.     [Extra] => Using where
  13. )
  14. Array
  15. (
  16.     [id] => 4
  17.     [select_type] => DEPENDENT SUBQUERY
  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] => sub.topic_id
  24.     [rows] => 1
  25.     [Extra] => Using where
  26. )
  27. Array
  28. (
  29.     [id] => 2
  30.     [select_type] => DERIVED
  31.     [table] => t
  32.     [type] => index
  33.     [possible_keys] =>
  34.     [key] => topic_approved
  35.     [key_len] => 1
  36.     [ref] =>
  37.     [rows] => 146484
  38.     [Extra] => Using where; Using index
  39. )
  40. Array
  41. (
  42.     [id] => 3
  43.     [select_type] => DEPENDENT SUBQUERY
  44.     [table] => p
  45.     [type] => ref
  46.     [possible_keys] => topic_id,poster_id,tid_post_time
  47.     [key] => tid_post_time
  48.     [key_len] => 3
  49.     [ref] => db_name.t.topic_id
  50.     [rows] => 1
  51.     [Extra] => Using where
  52. )
Advertisement
Add Comment
Please, Sign In to add comment