# Sat Jan 19 04:16:31 2008
# Query_time: 1  Lock_time: 0  Rows_sent: 0  Rows_examined: 0
use theclari_clarionReport;
SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'

# Sat Jan 19 04:18:06 2008
# Query_time: 1  Lock_time: 0  Rows_sent: 10  Rows_examined: 575
use theclari_clarionReport;
SELECT SQL_CALC_FOUND_ROWS  wp_posts.* FROM wp_posts  LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID)  WHERE 1=1  AND category_id IN (6) AND (post_type = 'post' AND (post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 10, 10

# Sat Jan 19 04:18:52 2008
# Query_time: 1  Lock_time: 0  Rows_sent: 0  Rows_examined: 0
use theclari_clarionReport;
SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'

