SHOW FULL COLUMNS FROM `bw_chapter_2` [ RunTime:0.000570s ]
SELECT * FROM `bw_chapter_2` WHERE `chapter_id` = 123 LIMIT 1 [ RunTime:0.000254s ]
SHOW FULL COLUMNS FROM `bw_chapter_content_2` [ RunTime:0.000427s ]
SELECT `content` FROM `bw_chapter_content_2` WHERE `chapter_id` = 123 AND `book_id` = 10 LIMIT 1 [ RunTime:0.000221s ]
SHOW FULL COLUMNS FROM `bw_book` [ RunTime:0.000731s ]
UPDATE `bw_book` SET `readnum` = `readnum` + 1 WHERE `id` = 10 [ RunTime:0.004304s ]
SELECT `chapter_id`,`book_id`,`chapter_name`,`word_count`,`update_time`,`is_vip`,`summary`,`create_time` FROM `bw_chapter_2` WHERE `book_id` = 10 AND `checked` = 1 ORDER BY `chapter_order` ASC [ RunTime:0.000333s ]
SHOW FULL COLUMNS FROM `bw_category` [ RunTime:0.000557s ]
SELECT `id`,`name` FROM `bw_category` WHERE `status` = 1 [ RunTime:0.000185s ]
SELECT * FROM `bw_chapter_2` WHERE ( book_id=10 and chapter_id < 123 ) ORDER BY `chapter_id` DESC LIMIT 1 [ RunTime:0.000266s ]
SELECT * FROM `bw_chapter_2` WHERE ( book_id=10 and chapter_id> 123 ) ORDER BY `chapter_id` ASC LIMIT 1 [ RunTime:0.000216s ]