rails_wordpress 0.0.7 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -17895,3 +17895,1693 @@ Mysql2::Error: Unknown column 'wp_posts.user_id' in 'where clause': SELECT `wp_p
17895
17895
  SQL (0.2ms) INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('Hello', 'World', 'no')
17896
17896
   (0.1ms) RELEASE SAVEPOINT active_record_1
17897
17897
   (0.3ms) ROLLBACK
17898
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17899
+  (58.6ms) DROP DATABASE IF EXISTS `wp_test`
17900
+  (10.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
17901
+  (36.2ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
17902
+  (20.9ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
17903
+  (20.8ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
17904
+  (20.5ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17905
+  (21.5ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
17906
+  (21.0ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
17907
+  (20.3ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
17908
+  (21.6ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
17909
+  (21.2ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
17910
+  (20.4ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
17911
+  (20.2ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
17912
+  (20.6ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
17913
+  (21.0ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
17914
+  (21.0ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
17915
+  (20.7ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
17916
+  (20.3ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
17917
+  (22.3ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17918
+  (21.0ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
17919
+  (43.2ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
17920
+  (21.1ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
17921
+  (21.5ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
17922
+  (20.4ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
17923
+  (21.4ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
17924
+  (20.3ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17925
+  (21.0ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
17926
+  (13.0ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
17927
+  (9.4ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17928
+  (11.5ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
17929
+  (10.2ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
17930
+  (10.1ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
17931
+  (11.1ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
17932
+  (11.4ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
17933
+  (8.7ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
17934
+  (11.1ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
17935
+  (10.6ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
17936
+  (10.7ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
17937
+  (36.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
17938
+  (0.2ms) SELECT version FROM `schema_migrations`
17939
+  (3.9ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
17940
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17941
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
17942
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
17943
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17944
+  (2175.8ms) SELECT * FROM information_schema.tables
17945
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
17946
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
17947
+  (23.6ms) DROP DATABASE IF EXISTS `wp_test`
17948
+  (5.4ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
17949
+  (10.2ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
17950
+  (11.4ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
17951
+  (10.8ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
17952
+  (11.1ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17953
+  (11.7ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
17954
+  (10.6ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
17955
+  (10.7ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
17956
+  (10.5ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
17957
+  (11.4ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
17958
+  (9.7ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
17959
+  (11.8ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
17960
+  (10.6ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
17961
+  (10.4ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
17962
+  (9.9ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
17963
+  (11.6ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
17964
+  (10.6ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
17965
+  (9.7ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17966
+  (10.9ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
17967
+  (10.4ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
17968
+  (11.2ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
17969
+  (10.8ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
17970
+  (10.1ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
17971
+  (11.3ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
17972
+  (10.5ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17973
+  (10.2ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
17974
+  (10.3ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
17975
+  (9.5ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
17976
+  (10.2ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
17977
+  (10.2ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
17978
+  (11.1ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
17979
+  (10.3ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
17980
+  (10.0ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
17981
+  (11.5ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
17982
+  (12.9ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
17983
+  (11.0ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
17984
+  (11.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
17985
+  (12.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
17986
+  (0.2ms) SELECT version FROM `schema_migrations`
17987
+  (4.8ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
17988
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17989
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
17990
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
17991
+  (340.5ms) SELECT * FROM information_schema.tables
17992
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
17993
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
17994
+  (0.1ms) BEGIN
17995
+  (0.1ms) COMMIT
17996
+  (0.1ms) BEGIN
17997
+  (0.1ms) SAVEPOINT active_record_1
17998
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:41:55', 'ACTIVATIONKEY', 'DISPLAY NAME')
17999
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18000
+  (0.1ms) SAVEPOINT active_record_1
18001
+ Wordpress::Post Load (0.4ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18002
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18003
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 1, '2016-05-31 02:41:55', '2016-05-31 02:41:55', 'attachment', '2016-05-31 02:41:55', '2016-05-31 02:41:55')
18004
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18005
+  (6.4ms) ROLLBACK
18006
+  (0.1ms) BEGIN
18007
+  (0.1ms) COMMIT
18008
+  (0.1ms) BEGIN
18009
+  (0.1ms) SAVEPOINT active_record_1
18010
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:41:55', 'ACTIVATIONKEY', 'DISPLAY NAME')
18011
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18012
+  (0.1ms) SAVEPOINT active_record_1
18013
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18014
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18015
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 2, '2016-05-31 02:41:55', '2016-05-31 02:41:55', 'attachment', '2016-05-31 02:41:55', '2016-05-31 02:41:55')
18016
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18017
+  (0.1ms) SAVEPOINT active_record_1
18018
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18019
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
18020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18021
+  (0.1ms) SAVEPOINT active_record_1
18022
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 1)
18023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18024
+  (0.1ms) SAVEPOINT active_record_1
18025
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (2, 1)
18026
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 1
18027
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18028
+ Wordpress::Attachment Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('attachment') AND `wp_posts`.`ID` = 2 LIMIT 1
18029
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 2
18030
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 2 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
18031
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 2 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
18032
+  (5.8ms) ROLLBACK
18033
+  (0.1ms) BEGIN
18034
+  (0.1ms) COMMIT
18035
+  (0.1ms) BEGIN
18036
+  (0.1ms) SAVEPOINT active_record_1
18037
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:41:55', 'ACTIVATIONKEY', 'DISPLAY NAME')
18038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18039
+  (0.1ms) SAVEPOINT active_record_1
18040
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18041
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18042
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 3, '2016-05-31 02:41:55', '2016-05-31 02:41:55', 'attachment', '2016-05-31 02:41:55', '2016-05-31 02:41:55')
18043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18044
+ Wordpress::PostTag Load (0.5ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18045
+  (0.1ms) SAVEPOINT active_record_1
18046
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18047
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
18048
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18049
+  (0.1ms) SAVEPOINT active_record_1
18050
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 2, '')
18051
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18052
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18053
+  (0.1ms) SAVEPOINT active_record_1
18054
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18055
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
18056
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18057
+  (0.1ms) SAVEPOINT active_record_1
18058
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 3, '')
18059
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18060
+ Wordpress::PostTag Exists (7.0ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3 AND `wp_term_taxonomy`.`term_taxonomy_id` = 2 LIMIT 1
18061
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3 AND `wp_term_taxonomy`.`term_taxonomy_id` = 3 LIMIT 1
18062
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3
18063
+  (0.2ms) SAVEPOINT active_record_1
18064
+ SQL (0.4ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:41:55', `post_modified_gmt` = '2016-05-31 02:41:55' WHERE `wp_posts`.`ID` = 3
18065
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (2, 3)
18066
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 2
18067
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (3, 3)
18068
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3
18069
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18070
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3
18071
+  (0.4ms) ROLLBACK
18072
+  (0.1ms) BEGIN
18073
+  (0.1ms) COMMIT
18074
+  (0.1ms) BEGIN
18075
+  (0.1ms) SAVEPOINT active_record_1
18076
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:41:55', 'ACTIVATIONKEY', 'DISPLAY NAME')
18077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18078
+  (0.1ms) SAVEPOINT active_record_1
18079
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18080
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18081
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 4, '2016-05-31 02:41:55', '2016-05-31 02:41:55', 'attachment', '2016-05-31 02:41:55', '2016-05-31 02:41:55')
18082
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18083
+  (0.1ms) SAVEPOINT active_record_1
18084
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18085
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo31', 'foo31')
18086
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18087
+  (0.1ms) SAVEPOINT active_record_1
18088
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo31', 4)
18089
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18090
+  (0.1ms) SAVEPOINT active_record_1
18091
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 4)
18092
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4
18093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18094
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 4
18095
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 4
18096
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 4 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18097
+  (0.4ms) ROLLBACK
18098
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18099
+  (32.3ms) DROP DATABASE IF EXISTS `wp_test`
18100
+  (5.0ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
18101
+  (9.2ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
18102
+  (10.1ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
18103
+  (10.7ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
18104
+  (11.0ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18105
+  (11.4ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
18106
+  (12.6ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
18107
+  (12.2ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
18108
+  (12.6ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
18109
+  (11.6ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
18110
+  (11.7ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
18111
+  (11.9ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
18112
+  (11.7ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
18113
+  (10.1ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
18114
+  (10.6ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
18115
+  (12.1ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
18116
+  (11.3ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
18117
+  (11.8ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18118
+  (11.7ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
18119
+  (10.5ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
18120
+  (10.4ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
18121
+  (11.5ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
18122
+  (12.1ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
18123
+  (12.8ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
18124
+  (11.6ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18125
+  (11.7ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
18126
+  (10.3ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
18127
+  (15.3ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18128
+  (23.9ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
18129
+  (19.9ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
18130
+  (40.9ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
18131
+  (17.4ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
18132
+  (27.5ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
18133
+  (12.1ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
18134
+  (12.0ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
18135
+  (12.0ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
18136
+  (11.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
18137
+  (14.6ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
18138
+  (0.2ms) SELECT version FROM `schema_migrations`
18139
+  (4.9ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
18140
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18141
+  (0.1ms) SELECT @@FOREIGN_KEY_CHECKS
18142
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
18143
+  (350.8ms) SELECT * FROM information_schema.tables
18144
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
18145
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
18146
+  (0.1ms) BEGIN
18147
+  (0.1ms) COMMIT
18148
+  (0.1ms) BEGIN
18149
+  (0.1ms) SAVEPOINT active_record_1
18150
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:42:04', 'ACTIVATIONKEY', 'DISPLAY NAME')
18151
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18152
+  (0.1ms) SAVEPOINT active_record_1
18153
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18154
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18155
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 1, '2016-05-31 02:42:04', '2016-05-31 02:42:04', 'attachment', '2016-05-31 02:42:04', '2016-05-31 02:42:04')
18156
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18157
+  (0.4ms) ROLLBACK
18158
+  (0.1ms) BEGIN
18159
+  (0.1ms) COMMIT
18160
+  (0.1ms) BEGIN
18161
+  (0.1ms) SAVEPOINT active_record_1
18162
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:42:04', 'ACTIVATIONKEY', 'DISPLAY NAME')
18163
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18164
+  (0.1ms) SAVEPOINT active_record_1
18165
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18166
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18167
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 2, '2016-05-31 02:42:04', '2016-05-31 02:42:04', 'attachment', '2016-05-31 02:42:04', '2016-05-31 02:42:04')
18168
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18169
+  (0.1ms) SAVEPOINT active_record_1
18170
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18171
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo70', 'foo70')
18172
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18173
+  (0.1ms) SAVEPOINT active_record_1
18174
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo70', 1)
18175
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18176
+  (0.1ms) SAVEPOINT active_record_1
18177
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (2, 1)
18178
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 1
18179
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18180
+  (0.3ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2
18181
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 2
18182
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18183
+  (0.3ms) ROLLBACK
18184
+  (0.1ms) BEGIN
18185
+  (0.1ms) COMMIT
18186
+  (0.1ms) BEGIN
18187
+  (0.1ms) SAVEPOINT active_record_1
18188
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:42:04', 'ACTIVATIONKEY', 'DISPLAY NAME')
18189
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18190
+  (0.1ms) SAVEPOINT active_record_1
18191
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18192
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18193
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 3, '2016-05-31 02:42:04', '2016-05-31 02:42:04', 'attachment', '2016-05-31 02:42:04', '2016-05-31 02:42:04')
18194
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18195
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18196
+  (0.1ms) SAVEPOINT active_record_1
18197
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18198
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
18199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18200
+  (0.1ms) SAVEPOINT active_record_1
18201
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 2, '')
18202
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18203
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18204
+  (0.1ms) SAVEPOINT active_record_1
18205
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18206
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
18207
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18208
+  (0.1ms) SAVEPOINT active_record_1
18209
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 3, '')
18210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18211
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3 AND `wp_term_taxonomy`.`term_taxonomy_id` = 2 LIMIT 1
18212
+ Wordpress::PostTag Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3 AND `wp_term_taxonomy`.`term_taxonomy_id` = 3 LIMIT 1
18213
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3
18214
+  (0.1ms) SAVEPOINT active_record_1
18215
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:42:04', `post_modified_gmt` = '2016-05-31 02:42:04' WHERE `wp_posts`.`ID` = 3
18216
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (2, 3)
18217
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 2
18218
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (3, 3)
18219
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3
18220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18221
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3
18222
+  (0.3ms) ROLLBACK
18223
+  (0.1ms) BEGIN
18224
+  (0.1ms) COMMIT
18225
+  (0.1ms) BEGIN
18226
+  (0.1ms) SAVEPOINT active_record_1
18227
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:42:04', 'ACTIVATIONKEY', 'DISPLAY NAME')
18228
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18229
+  (0.1ms) SAVEPOINT active_record_1
18230
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18231
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18232
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 4, '2016-05-31 02:42:04', '2016-05-31 02:42:04', 'attachment', '2016-05-31 02:42:04', '2016-05-31 02:42:04')
18233
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18234
+  (0.1ms) SAVEPOINT active_record_1
18235
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18236
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
18237
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18238
+  (0.1ms) SAVEPOINT active_record_1
18239
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 4)
18240
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18241
+  (0.1ms) SAVEPOINT active_record_1
18242
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 4)
18243
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4
18244
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18245
+ Wordpress::Attachment Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('attachment') AND `wp_posts`.`ID` = 4 LIMIT 1
18246
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 4
18247
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 4 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
18248
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 4 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
18249
+  (0.5ms) ROLLBACK
18250
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18251
+  (30.7ms) DROP DATABASE IF EXISTS `wp_test`
18252
+  (4.5ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
18253
+  (11.6ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
18254
+  (11.2ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
18255
+  (12.6ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
18256
+  (12.4ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18257
+  (11.7ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
18258
+  (12.6ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
18259
+  (10.8ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
18260
+  (12.2ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
18261
+  (10.6ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
18262
+  (11.0ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
18263
+  (11.5ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
18264
+  (10.7ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
18265
+  (10.8ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
18266
+  (11.7ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
18267
+  (10.8ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
18268
+  (13.0ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
18269
+  (10.8ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18270
+  (10.4ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
18271
+  (12.0ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
18272
+  (11.5ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
18273
+  (10.3ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
18274
+  (11.1ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
18275
+  (12.5ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
18276
+  (11.5ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18277
+  (11.5ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
18278
+  (11.1ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
18279
+  (11.3ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
18280
+  (11.0ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
18281
+  (11.8ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
18282
+  (10.9ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
18283
+  (11.5ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
18284
+  (28.2ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
18285
+  (20.1ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
18286
+  (20.4ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
18287
+  (21.2ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
18288
+  (20.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
18289
+  (31.2ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
18290
+  (0.2ms) SELECT version FROM `schema_migrations`
18291
+  (9.0ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
18292
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18293
+  (0.3ms) SELECT @@FOREIGN_KEY_CHECKS
18294
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
18295
+  (378.0ms) SELECT * FROM information_schema.tables
18296
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
18297
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
18298
+  (0.1ms) BEGIN
18299
+  (0.1ms) COMMIT
18300
+  (0.1ms) BEGIN
18301
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Big Bang' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18302
+  (0.1ms) SAVEPOINT active_record_1
18303
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18304
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Big Bang', 'big-bang')
18305
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18306
+  (0.1ms) SAVEPOINT active_record_1
18307
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Big Bang', 1)
18308
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18309
+ Wordpress::Term Load (0.3ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 1 LIMIT 1
18310
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
18311
+  (6.2ms) ROLLBACK
18312
+  (0.1ms) BEGIN
18313
+  (0.1ms) COMMIT
18314
+  (0.1ms) BEGIN
18315
+ Wordpress::Category Load (0.4ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Parent' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18316
+  (0.1ms) SAVEPOINT active_record_1
18317
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18318
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Parent', 'parent')
18319
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18320
+  (0.1ms) SAVEPOINT active_record_1
18321
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Parent', 2)
18322
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18323
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 2 AND `wp_terms`.`name` = 'Child' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18324
+  (0.1ms) SAVEPOINT active_record_1
18325
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18326
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Child', 'child')
18327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18328
+  (0.1ms) SAVEPOINT active_record_1
18329
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`, `parent`) VALUES ('category', 'Child', 3, 2)
18330
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18331
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 2 LIMIT 1
18332
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 2 LIMIT 1
18333
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
18334
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 3 LIMIT 1
18335
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 2
18336
+  (0.3ms) ROLLBACK
18337
+  (0.1ms) BEGIN
18338
+  (0.1ms) COMMIT
18339
+  (0.1ms) BEGIN
18340
+  (0.1ms) SAVEPOINT active_record_1
18341
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18342
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
18343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18344
+  (0.6ms) SAVEPOINT active_record_1
18345
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 4)
18346
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18347
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'General' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18348
+  (0.3ms) ROLLBACK
18349
+  (0.1ms) BEGIN
18350
+  (0.1ms) COMMIT
18351
+  (0.1ms) BEGIN
18352
+  (0.1ms) SAVEPOINT active_record_1
18353
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18354
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
18355
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18356
+  (0.1ms) SAVEPOINT active_record_1
18357
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 5)
18358
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18359
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 5 LIMIT 1
18360
+  (0.4ms) ROLLBACK
18361
+  (0.1ms) BEGIN
18362
+  (0.1ms) COMMIT
18363
+  (0.1ms) BEGIN
18364
+  (0.1ms) ROLLBACK
18365
+  (0.1ms) BEGIN
18366
+  (0.1ms) COMMIT
18367
+  (0.1ms) BEGIN
18368
+  (0.1ms) ROLLBACK
18369
+  (0.1ms) BEGIN
18370
+  (0.1ms) COMMIT
18371
+  (0.1ms) BEGIN
18372
+  (0.1ms) SAVEPOINT active_record_1
18373
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18375
+  (0.1ms) SAVEPOINT active_record_1
18376
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18377
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18378
+ SQL (0.3ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 1, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18379
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18380
+  (0.1ms) SAVEPOINT active_record_1
18381
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 1)
18382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18383
+ Wordpress::Postmeta Load (0.2ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 1
18384
+  (6.1ms) ROLLBACK
18385
+  (0.1ms) BEGIN
18386
+  (0.1ms) COMMIT
18387
+  (0.1ms) BEGIN
18388
+  (0.1ms) SAVEPOINT active_record_1
18389
+ SQL (0.2ms) INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('Hello', 'World', 'no')
18390
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18391
+  (0.4ms) ROLLBACK
18392
+  (0.1ms) BEGIN
18393
+  (0.1ms) COMMIT
18394
+  (0.1ms) BEGIN
18395
+  (0.1ms) SAVEPOINT active_record_1
18396
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18397
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18398
+  (0.1ms) SAVEPOINT active_record_1
18399
+ SQL (0.1ms) INSERT INTO `wp_usermeta` (`meta_key`, `meta_value`, `user_id`) VALUES ('foo', 'TEST', 2)
18400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18401
+ Wordpress::Usermeta Load (0.2ms) SELECT `wp_usermeta`.* FROM `wp_usermeta` WHERE `wp_usermeta`.`user_id` = 2
18402
+  (0.4ms) ROLLBACK
18403
+  (0.1ms) BEGIN
18404
+  (0.1ms) COMMIT
18405
+  (0.1ms) BEGIN
18406
+  (0.2ms) SAVEPOINT active_record_1
18407
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18409
+  (0.1ms) SAVEPOINT active_record_1
18410
+ Wordpress::Post Load (0.4ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18411
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18412
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 3, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'page', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18414
+  (0.1ms) SAVEPOINT active_record_1
18415
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 2)
18416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18417
+ Wordpress::Pagemeta Load (0.2ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 2
18418
+  (0.4ms) ROLLBACK
18419
+  (0.1ms) BEGIN
18420
+  (0.1ms) COMMIT
18421
+  (0.1ms) BEGIN
18422
+  (0.1ms) SAVEPOINT active_record_1
18423
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18424
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello', 'hello')
18425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18426
+  (0.3ms) ROLLBACK
18427
+  (0.1ms) BEGIN
18428
+  (0.1ms) COMMIT
18429
+  (0.1ms) BEGIN
18430
+  (0.1ms) SAVEPOINT active_record_1
18431
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18432
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18433
+  (0.1ms) SAVEPOINT active_record_1
18434
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18435
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18436
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 4, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18438
+  (0.1ms) SAVEPOINT active_record_1
18439
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18440
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
18441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18442
+  (0.1ms) SAVEPOINT active_record_1
18443
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 7)
18444
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18445
+  (0.1ms) SAVEPOINT active_record_1
18446
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (3, 6)
18447
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6
18448
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18449
+  (0.1ms) SAVEPOINT active_record_1
18450
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18451
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
18452
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18453
+  (0.1ms) SAVEPOINT active_record_1
18454
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 8)
18455
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18456
+  (0.1ms) SAVEPOINT active_record_1
18457
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (3, 7)
18458
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7
18459
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18460
+ Wordpress::PostTag Load (0.4ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18461
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3
18462
+  (0.1ms) SAVEPOINT active_record_1
18463
+ Wordpress::Relationship Load (0.2ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 3 AND `wp_term_relationships`.`term_taxonomy_id` IN (6, 7)
18464
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6 LIMIT 1
18465
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6
18466
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7 LIMIT 1
18467
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7
18468
+ SQL (0.1ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 3 AND `wp_term_relationships`.`term_taxonomy_id` IN (6, 7)
18469
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18470
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 6 LIMIT 1
18471
+ Wordpress::PostTag Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 7 LIMIT 1
18472
+  (0.4ms) ROLLBACK
18473
+  (0.1ms) BEGIN
18474
+  (0.1ms) COMMIT
18475
+  (0.1ms) BEGIN
18476
+  (0.1ms) SAVEPOINT active_record_1
18477
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18478
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18479
+  (0.1ms) SAVEPOINT active_record_1
18480
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18481
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18482
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 5, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18483
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18484
+  (0.1ms) SAVEPOINT active_record_1
18485
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18486
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
18487
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18488
+  (0.1ms) SAVEPOINT active_record_1
18489
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 9)
18490
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18491
+  (0.1ms) SAVEPOINT active_record_1
18492
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 8)
18493
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8
18494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18495
+  (0.1ms) SAVEPOINT active_record_1
18496
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18497
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
18498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18499
+  (0.1ms) SAVEPOINT active_record_1
18500
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 10)
18501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18502
+  (0.1ms) SAVEPOINT active_record_1
18503
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 9)
18504
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
18505
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18506
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 4 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18507
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 4
18508
+  (0.1ms) SAVEPOINT active_record_1
18509
+ Wordpress::Relationship Load (0.2ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 4 AND `wp_term_relationships`.`term_taxonomy_id` IN (8, 9)
18510
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8 LIMIT 1
18511
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8
18512
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9 LIMIT 1
18513
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
18514
+ SQL (0.1ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 4 AND `wp_term_relationships`.`term_taxonomy_id` IN (8, 9)
18515
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 4
18516
+ SQL (0.2ms) DELETE FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 4
18517
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18518
+ Wordpress::PostTag Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 8 LIMIT 1
18519
+ Wordpress::PostTag Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 9 LIMIT 1
18520
+  (0.5ms) ROLLBACK
18521
+  (0.1ms) BEGIN
18522
+  (0.1ms) COMMIT
18523
+  (0.1ms) BEGIN
18524
+  (0.1ms) SAVEPOINT active_record_1
18525
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18526
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18527
+  (0.1ms) SAVEPOINT active_record_1
18528
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18529
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18530
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 6, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18531
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18532
+  (0.1ms) SAVEPOINT active_record_1
18533
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18534
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
18535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18536
+  (0.1ms) SAVEPOINT active_record_1
18537
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 11)
18538
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18539
+  (0.1ms) SAVEPOINT active_record_1
18540
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (5, 10)
18541
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10
18542
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18543
+  (0.1ms) SAVEPOINT active_record_1
18544
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18545
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
18546
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18547
+  (0.1ms) SAVEPOINT active_record_1
18548
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 12)
18549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18550
+  (0.1ms) SAVEPOINT active_record_1
18551
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (5, 11)
18552
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11
18553
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18554
+ Wordpress::PostTag Load (0.7ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 5 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18555
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 5
18556
+  (0.3ms) ROLLBACK
18557
+  (0.1ms) BEGIN
18558
+  (0.1ms) COMMIT
18559
+  (0.1ms) BEGIN
18560
+  (0.1ms) SAVEPOINT active_record_1
18561
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18562
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18563
+  (0.1ms) SAVEPOINT active_record_1
18564
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18565
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18566
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 7, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18567
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18568
+  (0.1ms) SAVEPOINT active_record_1
18569
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18570
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
18571
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18572
+  (0.1ms) SAVEPOINT active_record_1
18573
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 13)
18574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18575
+  (0.1ms) SAVEPOINT active_record_1
18576
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (6, 12)
18577
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 12
18578
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18579
+  (0.1ms) SAVEPOINT active_record_1
18580
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18581
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
18582
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18583
+  (0.1ms) SAVEPOINT active_record_1
18584
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 14)
18585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18586
+  (0.1ms) SAVEPOINT active_record_1
18587
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (6, 13)
18588
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 13
18589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18590
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 6
18591
+  (0.4ms) ROLLBACK
18592
+  (0.1ms) BEGIN
18593
+  (0.1ms) COMMIT
18594
+  (0.1ms) BEGIN
18595
+  (0.1ms) SAVEPOINT active_record_1
18596
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18597
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18598
+  (0.1ms) SAVEPOINT active_record_1
18599
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18600
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18601
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '', 8, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18602
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18603
+  (0.3ms) ROLLBACK
18604
+  (0.1ms) BEGIN
18605
+  (0.1ms) COMMIT
18606
+  (0.1ms) BEGIN
18607
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'Hello, Hello!' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18608
+  (0.1ms) SAVEPOINT active_record_1
18609
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18610
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello, Hello!', 'hello-hello')
18611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18612
+  (0.1ms) SAVEPOINT active_record_1
18613
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 15, '')
18614
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18615
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 15 LIMIT 1
18616
+  (0.3ms) ROLLBACK
18617
+  (0.1ms) BEGIN
18618
+  (0.1ms) COMMIT
18619
+  (0.1ms) BEGIN
18620
+  (0.1ms) SAVEPOINT active_record_1
18621
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18622
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
18623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18624
+  (0.1ms) SAVEPOINT active_record_1
18625
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 16)
18626
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18627
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'Hello Again' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
18628
+  (0.3ms) ROLLBACK
18629
+  (0.1ms) BEGIN
18630
+  (0.1ms) COMMIT
18631
+  (0.1ms) BEGIN
18632
+  (0.1ms) SAVEPOINT active_record_1
18633
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
18634
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
18635
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18636
+  (0.1ms) SAVEPOINT active_record_1
18637
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 17)
18638
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18639
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 17 LIMIT 1
18640
+  (0.3ms) ROLLBACK
18641
+  (0.1ms) BEGIN
18642
+  (0.1ms) COMMIT
18643
+  (0.1ms) BEGIN
18644
+  (0.1ms) SAVEPOINT active_record_1
18645
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18646
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18647
+  (0.1ms) SAVEPOINT active_record_1
18648
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18649
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18650
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 9, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18652
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18653
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18654
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18655
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8
18656
+  (6.4ms) ROLLBACK
18657
+  (0.1ms) BEGIN
18658
+  (0.1ms) COMMIT
18659
+  (0.1ms) BEGIN
18660
+  (0.1ms) SAVEPOINT active_record_1
18661
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18662
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18663
+  (0.1ms) SAVEPOINT active_record_1
18664
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18665
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18666
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 10, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18667
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18668
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18669
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18670
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18671
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9
18672
+  (0.1ms) SAVEPOINT active_record_1
18673
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 9 LIMIT 1
18674
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 10 LIMIT 1
18675
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 10, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '9-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '152166be-ab5b-42e7-b039-531c89b9766d', 9)
18676
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 9
18677
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 9
18678
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 9
18679
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18680
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18681
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9
18682
+  (0.3ms) ROLLBACK
18683
+  (0.1ms) BEGIN
18684
+  (0.1ms) COMMIT
18685
+  (0.1ms) BEGIN
18686
+  (0.1ms) SAVEPOINT active_record_1
18687
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18688
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18689
+  (0.1ms) SAVEPOINT active_record_1
18690
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18691
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18692
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 11, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18694
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18695
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18696
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18697
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11
18698
+  (0.4ms) ROLLBACK
18699
+  (0.1ms) BEGIN
18700
+  (0.1ms) COMMIT
18701
+  (0.1ms) BEGIN
18702
+  (0.1ms) SAVEPOINT active_record_1
18703
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18704
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18705
+  (0.1ms) SAVEPOINT active_record_1
18706
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18707
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18708
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 12, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18709
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18710
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18711
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18712
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18713
+  (0.4ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12
18714
+  (0.1ms) SAVEPOINT active_record_1
18715
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 12 LIMIT 1
18716
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 12 LIMIT 1
18717
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 12, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '12-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '14c4517f-9c11-4150-a94e-d71a11f66853', 12)
18718
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 12
18719
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 12
18720
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 12
18721
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18722
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18723
+  (0.5ms) ROLLBACK
18724
+  (0.1ms) BEGIN
18725
+  (0.1ms) COMMIT
18726
+  (0.1ms) BEGIN
18727
+  (0.1ms) SAVEPOINT active_record_1
18728
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18729
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18730
+  (0.1ms) SAVEPOINT active_record_1
18731
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18732
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18733
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 13, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18735
+  (0.1ms) SAVEPOINT active_record_1
18736
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 14
18737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18738
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 14 LIMIT 1
18739
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18740
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18741
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18742
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18743
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14
18744
+  (0.1ms) SAVEPOINT active_record_1
18745
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 14 LIMIT 1
18746
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 13 LIMIT 1
18747
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 13, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '14-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '5bfab172-8dc8-4df6-9ece-b002c274a246', 14)
18748
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 14
18749
+ Wordpress::Category Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 14
18750
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 14
18751
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18752
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18753
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18754
+  (0.4ms) ROLLBACK
18755
+  (0.1ms) BEGIN
18756
+  (0.1ms) COMMIT
18757
+  (0.1ms) BEGIN
18758
+  (0.1ms) SAVEPOINT active_record_1
18759
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18760
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18761
+  (0.1ms) SAVEPOINT active_record_1
18762
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18763
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18764
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 14, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18766
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18767
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18768
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16
18769
+  (0.1ms) SAVEPOINT active_record_1
18770
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 16 LIMIT 1
18771
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
18772
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 14, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '16-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', 'f587dca7-8c2b-4fc2-b5f0-20921d2a01c0', 16)
18773
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 16
18774
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 16
18775
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 16
18776
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18777
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18778
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18779
+  (0.4ms) ROLLBACK
18780
+  (0.1ms) BEGIN
18781
+  (0.1ms) COMMIT
18782
+  (0.1ms) BEGIN
18783
+  (0.1ms) SAVEPOINT active_record_1
18784
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18785
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18786
+  (0.1ms) SAVEPOINT active_record_1
18787
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18788
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18789
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 15, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18790
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18791
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18792
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18793
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18794
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18
18795
+  (0.1ms) SAVEPOINT active_record_1
18796
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 18 LIMIT 1
18797
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 15 LIMIT 1
18798
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 15, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '18-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '5ce6f6f0-e233-479f-8ad5-4cabfe4f633b', 18)
18799
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 18
18800
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 18
18801
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 18
18802
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18803
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18804
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18805
+  (0.5ms) ROLLBACK
18806
+  (0.1ms) BEGIN
18807
+  (0.1ms) COMMIT
18808
+  (0.1ms) BEGIN
18809
+  (0.1ms) SAVEPOINT active_record_1
18810
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18811
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18812
+  (0.1ms) SAVEPOINT active_record_1
18813
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18814
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18815
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 16, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18816
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18817
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 20 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18818
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 20 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18819
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 20
18820
+  (0.3ms) ROLLBACK
18821
+  (0.1ms) BEGIN
18822
+  (0.1ms) COMMIT
18823
+  (0.1ms) BEGIN
18824
+  (0.1ms) SAVEPOINT active_record_1
18825
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18826
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18827
+  (0.2ms) SAVEPOINT active_record_1
18828
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18829
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18830
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 17, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18832
+  (0.1ms) SAVEPOINT active_record_1
18833
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 21
18834
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18835
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18836
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18837
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21
18838
+  (0.1ms) SAVEPOINT active_record_1
18839
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 21 LIMIT 1
18840
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 17 LIMIT 1
18841
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 17, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '21-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '745c41d2-50f7-4faf-96f5-a1e280f112e6', 21)
18842
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 21
18843
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 21
18844
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 21
18845
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18846
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18847
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18848
+  (0.9ms) ROLLBACK
18849
+  (0.1ms) BEGIN
18850
+  (0.1ms) COMMIT
18851
+  (0.1ms) BEGIN
18852
+  (0.1ms) SAVEPOINT active_record_1
18853
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18855
+  (0.1ms) SAVEPOINT active_record_1
18856
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18857
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18858
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 18, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18859
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18860
+  (0.1ms) SAVEPOINT active_record_1
18861
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 23
18862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18863
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18864
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18865
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23
18866
+  (0.1ms) SAVEPOINT active_record_1
18867
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 23 LIMIT 1
18868
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 18 LIMIT 1
18869
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 18, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '23-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', 'c2ccd815-a19d-4cbb-995a-390944187ec4', 23)
18870
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 23
18871
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 23
18872
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 23
18873
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18874
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18875
+  (0.3ms) ROLLBACK
18876
+  (0.1ms) BEGIN
18877
+  (0.1ms) COMMIT
18878
+  (0.1ms) BEGIN
18879
+  (0.1ms) SAVEPOINT active_record_1
18880
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18881
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18882
+  (0.1ms) SAVEPOINT active_record_1
18883
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18884
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18885
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 19, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18886
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18887
+  (0.1ms) SAVEPOINT active_record_1
18888
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 25
18889
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18890
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18891
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18892
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25
18893
+  (0.1ms) SAVEPOINT active_record_1
18894
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 25 LIMIT 1
18895
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 19 LIMIT 1
18896
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 19, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '25-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '31d5f9e5-ae7a-4440-ae43-312de7c6539b', 25)
18897
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 25
18898
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 25
18899
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 25
18900
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18901
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18902
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18903
+  (0.4ms) ROLLBACK
18904
+  (0.1ms) BEGIN
18905
+  (0.1ms) COMMIT
18906
+  (0.1ms) BEGIN
18907
+  (0.1ms) SAVEPOINT active_record_1
18908
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18909
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18910
+  (0.1ms) SAVEPOINT active_record_1
18911
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18912
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18913
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 20, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18914
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18915
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18916
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18917
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27
18918
+  (0.1ms) SAVEPOINT active_record_1
18919
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 27
18920
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 27 LIMIT 1
18921
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 20 LIMIT 1
18922
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 20, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '27-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '456843c7-e77e-41dd-a600-9196c54330cd', 27)
18923
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 27
18924
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 27
18925
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 27
18926
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18927
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18928
+  (0.1ms) SAVEPOINT active_record_1
18929
+ SQL (0.3ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08', `post_name` = 'test' WHERE `wp_posts`.`ID` = 28
18930
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 27
18931
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18932
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18933
+  (6.2ms) ROLLBACK
18934
+  (0.1ms) BEGIN
18935
+  (0.1ms) COMMIT
18936
+  (0.1ms) BEGIN
18937
+  (0.1ms) SAVEPOINT active_record_1
18938
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18940
+  (0.1ms) SAVEPOINT active_record_1
18941
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18942
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18943
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 21, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18945
+  (0.1ms) SAVEPOINT active_record_1
18946
+ SQL (0.4ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 29
18947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18948
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18949
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18950
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29
18951
+  (0.1ms) SAVEPOINT active_record_1
18952
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 29 LIMIT 1
18953
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 21 LIMIT 1
18954
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 21, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '29-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '686c24a7-9115-4ca9-a846-a4f2cfa60fc7', 29)
18955
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 29
18956
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 29
18957
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 29
18958
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18959
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18960
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18961
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18962
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29
18963
+  (0.1ms) SAVEPOINT active_record_1
18964
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 29 LIMIT 1
18965
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 21 LIMIT 1
18966
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 21, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '29-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '6e3108c0-6929-47df-8c66-e66ce6a5bd0c', 29)
18967
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 29
18968
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 29
18969
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 29
18970
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18971
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18972
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 29 LIMIT 1
18973
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18974
+  (0.4ms) ROLLBACK
18975
+  (0.1ms) BEGIN
18976
+  (0.1ms) COMMIT
18977
+  (0.1ms) BEGIN
18978
+  (0.1ms) SAVEPOINT active_record_1
18979
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
18980
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18981
+  (0.1ms) SAVEPOINT active_record_1
18982
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
18983
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
18984
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 22, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
18985
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18986
+  (0.1ms) SAVEPOINT active_record_1
18987
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 32
18988
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18989
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18990
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
18991
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32
18992
+  (0.1ms) SAVEPOINT active_record_1
18993
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 32 LIMIT 1
18994
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 22 LIMIT 1
18995
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 22, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '32-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', 'e48bb8db-b6b5-4f8a-9016-cc3e8323c605', 32)
18996
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 32
18997
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 32
18998
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 32
18999
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19000
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19001
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
19002
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
19003
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32
19004
+  (0.1ms) SAVEPOINT active_record_1
19005
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 32 LIMIT 1
19006
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 22 LIMIT 1
19007
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 22, '2009-01-01 00:00:00', '2016-05-31 02:43:08', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '32-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', '4ae31296-99e8-4635-aeea-f68c30e7c263', 32)
19008
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 32
19009
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 32
19010
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 32
19011
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19012
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19013
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 32 LIMIT 1
19014
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
19015
+  (0.6ms) ROLLBACK
19016
+  (0.1ms) BEGIN
19017
+  (0.1ms) COMMIT
19018
+  (0.1ms) BEGIN
19019
+  (0.1ms) SAVEPOINT active_record_1
19020
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19022
+  (0.1ms) SAVEPOINT active_record_1
19023
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19024
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19025
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 23, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'page', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19026
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19027
+  (0.3ms) ROLLBACK
19028
+  (0.1ms) BEGIN
19029
+  (0.1ms) COMMIT
19030
+  (0.1ms) BEGIN
19031
+  (0.1ms) SAVEPOINT active_record_1
19032
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19034
+  (0.1ms) SAVEPOINT active_record_1
19035
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19036
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19037
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 24, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'page', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19039
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19040
+  (0.1ms) SAVEPOINT active_record_1
19041
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19042
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
19043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19044
+  (0.1ms) SAVEPOINT active_record_1
19045
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 18, '')
19046
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19047
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19048
+  (0.1ms) SAVEPOINT active_record_1
19049
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19050
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
19051
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19052
+  (0.1ms) SAVEPOINT active_record_1
19053
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 19, '')
19054
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19055
+ Wordpress::PostTag Exists (0.4ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 36 AND `wp_term_taxonomy`.`term_taxonomy_id` = 17 LIMIT 1
19056
+ Wordpress::PostTag Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 36 AND `wp_term_taxonomy`.`term_taxonomy_id` = 18 LIMIT 1
19057
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 36
19058
+  (0.1ms) SAVEPOINT active_record_1
19059
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 36
19060
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (17, 36)
19061
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 17
19062
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (18, 36)
19063
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 18
19064
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19065
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 36
19066
+  (0.5ms) ROLLBACK
19067
+  (0.1ms) BEGIN
19068
+  (0.1ms) COMMIT
19069
+  (0.1ms) BEGIN
19070
+  (0.1ms) SAVEPOINT active_record_1
19071
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19072
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19073
+  (0.1ms) SAVEPOINT active_record_1
19074
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19075
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19076
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 25, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'page', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19078
+  (0.1ms) SAVEPOINT active_record_1
19079
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19080
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo90', 'foo90')
19081
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19082
+  (0.1ms) SAVEPOINT active_record_1
19083
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo90', 20)
19084
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19085
+  (0.1ms) SAVEPOINT active_record_1
19086
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (37, 19)
19087
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 19
19088
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19089
+  (0.3ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 37
19090
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 37
19091
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 37 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19092
+  (0.4ms) ROLLBACK
19093
+  (0.1ms) BEGIN
19094
+  (0.1ms) COMMIT
19095
+  (0.1ms) BEGIN
19096
+  (0.1ms) SAVEPOINT active_record_1
19097
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19098
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19099
+  (0.1ms) SAVEPOINT active_record_1
19100
+ Wordpress::Post Load (0.4ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19101
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19102
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 26, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19103
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19104
+  (0.3ms) ROLLBACK
19105
+  (0.1ms) BEGIN
19106
+  (0.1ms) COMMIT
19107
+  (0.1ms) BEGIN
19108
+  (0.1ms) SAVEPOINT active_record_1
19109
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19111
+  (0.1ms) SAVEPOINT active_record_1
19112
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19113
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19114
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 27, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19116
+  (0.1ms) SAVEPOINT active_record_1
19117
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19118
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19119
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19120
+  (0.1ms) SAVEPOINT active_record_1
19121
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 21)
19122
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19123
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 21 LIMIT 1
19124
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Foobar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19125
+ Wordpress::Category Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 20 LIMIT 1
19126
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 39 AND `wp_term_taxonomy`.`term_taxonomy_id` = 20 LIMIT 1
19127
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 39
19128
+  (0.1ms) SAVEPOINT active_record_1
19129
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 39
19130
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (20, 39)
19131
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 20
19132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19133
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 39
19134
+  (0.5ms) ROLLBACK
19135
+  (0.1ms) BEGIN
19136
+  (0.1ms) COMMIT
19137
+  (0.1ms) BEGIN
19138
+  (0.1ms) SAVEPOINT active_record_1
19139
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19140
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19141
+  (0.1ms) SAVEPOINT active_record_1
19142
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19143
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19144
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 28, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19146
+  (0.1ms) SAVEPOINT active_record_1
19147
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19148
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19150
+  (0.1ms) SAVEPOINT active_record_1
19151
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 22)
19152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19153
+  (0.1ms) SAVEPOINT active_record_1
19154
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (40, 21)
19155
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 21
19156
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19157
+  (0.1ms) SAVEPOINT active_record_1
19158
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 40
19159
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19160
+ Wordpress::Category Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 40 AND `wp_term_taxonomy`.`term_taxonomy_id` = 21 LIMIT 1
19161
+  (0.4ms) ROLLBACK
19162
+  (0.1ms) BEGIN
19163
+  (0.1ms) COMMIT
19164
+  (0.0ms) BEGIN
19165
+  (0.1ms) SAVEPOINT active_record_1
19166
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19167
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19168
+  (0.1ms) SAVEPOINT active_record_1
19169
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19170
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19171
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 29, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19172
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19173
+  (0.1ms) SAVEPOINT active_record_1
19174
+ Wordpress::Term Exists (0.5ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19175
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19176
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19177
+  (0.1ms) SAVEPOINT active_record_1
19178
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 23)
19179
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19180
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 22 LIMIT 1
19181
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41 AND `wp_term_taxonomy`.`term_taxonomy_id` = 22 LIMIT 1
19182
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41
19183
+  (0.1ms) SAVEPOINT active_record_1
19184
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 41
19185
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (22, 41)
19186
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 22
19187
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19188
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 41 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
19189
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 41 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
19190
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 41 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
19191
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 41
19192
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19193
+  (0.1ms) SAVEPOINT active_record_1
19194
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19195
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
19196
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19197
+  (0.1ms) SAVEPOINT active_record_1
19198
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Foo', 24)
19199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19200
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19201
+  (0.1ms) SAVEPOINT active_record_1
19202
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19203
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
19204
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19205
+  (0.1ms) SAVEPOINT active_record_1
19206
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Bar', 25)
19207
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19208
+ Wordpress::Category Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 23 LIMIT 1
19209
+ Wordpress::Category Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 24 LIMIT 1
19210
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 41 LIMIT 1
19211
+ Wordpress::Category Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41 AND `wp_term_taxonomy`.`term_taxonomy_id` = 23 LIMIT 1
19212
+ Wordpress::Category Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41 AND `wp_term_taxonomy`.`term_taxonomy_id` = 24 LIMIT 1
19213
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41
19214
+  (0.1ms) SAVEPOINT active_record_1
19215
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 29 LIMIT 1
19216
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 29, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '41-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-31 02:43:08', '2016-05-31 02:43:08', '', 'ab154925-071c-4859-9d3e-b6d371a196c1', 41)
19217
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 41
19218
+ SQL (0.2ms) DELETE FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 22
19219
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 41
19220
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (23, 41)
19221
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 23
19222
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (24, 41)
19223
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24
19224
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19225
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19226
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 41 LIMIT 1
19227
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19228
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41
19229
+ Wordpress::Term Load (0.3ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 24 LIMIT 1
19230
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 25 LIMIT 1
19231
+  (0.5ms) ROLLBACK
19232
+  (0.1ms) BEGIN
19233
+  (0.1ms) COMMIT
19234
+  (0.0ms) BEGIN
19235
+  (0.1ms) SAVEPOINT active_record_1
19236
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19237
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19238
+  (0.1ms) SAVEPOINT active_record_1
19239
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19240
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19241
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 30, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19243
+  (0.1ms) SAVEPOINT active_record_1
19244
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19245
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19246
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19247
+  (0.1ms) SAVEPOINT active_record_1
19248
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 26)
19249
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19250
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 26 LIMIT 1
19251
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Foobar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19252
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 25 LIMIT 1
19253
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 43 AND `wp_term_taxonomy`.`term_taxonomy_id` = 25 LIMIT 1
19254
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 43
19255
+  (0.1ms) SAVEPOINT active_record_1
19256
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 43
19257
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (25, 43)
19258
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 25
19259
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19260
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 43
19261
+  (0.4ms) ROLLBACK
19262
+  (0.1ms) BEGIN
19263
+  (0.1ms) COMMIT
19264
+  (0.1ms) BEGIN
19265
+  (0.1ms) SAVEPOINT active_record_1
19266
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19267
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19268
+  (0.1ms) SAVEPOINT active_record_1
19269
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19270
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19271
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 31, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19272
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19273
+  (0.1ms) SAVEPOINT active_record_1
19274
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19275
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19276
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19277
+  (0.1ms) SAVEPOINT active_record_1
19278
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 27)
19279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19280
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 26 LIMIT 1
19281
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 44 AND `wp_term_taxonomy`.`term_taxonomy_id` = 26 LIMIT 1
19282
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 44
19283
+  (0.1ms) SAVEPOINT active_record_1
19284
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 44
19285
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (26, 44)
19286
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 26
19287
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19288
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 44
19289
+  (0.4ms) ROLLBACK
19290
+  (0.1ms) BEGIN
19291
+  (0.1ms) COMMIT
19292
+  (0.1ms) BEGIN
19293
+  (0.1ms) SAVEPOINT active_record_1
19294
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:08', 'ACTIVATIONKEY', 'DISPLAY NAME')
19295
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19296
+  (0.1ms) SAVEPOINT active_record_1
19297
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19298
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19299
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 32, '2016-05-31 02:43:08', '2016-05-31 02:43:08', 'test', '2016-05-31 02:43:08', '2016-05-31 02:43:08')
19300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19301
+  (0.1ms) SAVEPOINT active_record_1
19302
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19303
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19304
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19305
+  (0.1ms) SAVEPOINT active_record_1
19306
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 28)
19307
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19308
+ Wordpress::Category Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 27 LIMIT 1
19309
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 45 AND `wp_term_taxonomy`.`term_taxonomy_id` = 27 LIMIT 1
19310
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 45
19311
+  (0.1ms) SAVEPOINT active_record_1
19312
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:08', `post_modified_gmt` = '2016-05-31 02:43:08' WHERE `wp_posts`.`ID` = 45
19313
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (27, 45)
19314
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27
19315
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19316
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 45
19317
+  (0.4ms) ROLLBACK
19318
+  (0.1ms) BEGIN
19319
+  (0.1ms) COMMIT
19320
+  (0.1ms) BEGIN
19321
+  (0.1ms) SAVEPOINT active_record_1
19322
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19323
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19324
+  (0.1ms) SAVEPOINT active_record_1
19325
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19326
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19327
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 33, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'test', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19328
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19329
+  (0.1ms) SAVEPOINT active_record_1
19330
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19331
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19332
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19333
+  (0.1ms) SAVEPOINT active_record_1
19334
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 29)
19335
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19336
+  (0.1ms) SAVEPOINT active_record_1
19337
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (46, 28)
19338
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 28
19339
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19340
+  (0.1ms) SAVEPOINT active_record_1
19341
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:09', `post_modified_gmt` = '2016-05-31 02:43:09' WHERE `wp_posts`.`ID` = 46
19342
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19343
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 29 LIMIT 1
19344
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 46
19345
+  (0.3ms) ROLLBACK
19346
+  (0.1ms) BEGIN
19347
+  (0.1ms) COMMIT
19348
+  (0.1ms) BEGIN
19349
+  (0.1ms) SAVEPOINT active_record_1
19350
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19351
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19352
+  (0.1ms) SAVEPOINT active_record_1
19353
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19354
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19355
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 34, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'test', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19356
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19357
+  (0.1ms) SAVEPOINT active_record_1
19358
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19359
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19360
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19361
+  (0.1ms) SAVEPOINT active_record_1
19362
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 30)
19363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19364
+  (0.1ms) SAVEPOINT active_record_1
19365
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (47, 29)
19366
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 29
19367
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19368
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 47 LIMIT 1
19369
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 47
19370
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 47 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
19371
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 47 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
19372
+  (0.4ms) ROLLBACK
19373
+  (0.1ms) BEGIN
19374
+  (0.1ms) COMMIT
19375
+  (0.1ms) BEGIN
19376
+  (0.1ms) SAVEPOINT active_record_1
19377
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19378
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19379
+  (0.1ms) SAVEPOINT active_record_1
19380
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19381
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19382
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 35, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'test', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19383
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19384
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19385
+  (0.1ms) SAVEPOINT active_record_1
19386
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19387
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
19388
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19389
+  (0.1ms) SAVEPOINT active_record_1
19390
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 31, '')
19391
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19392
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19393
+  (0.1ms) SAVEPOINT active_record_1
19394
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19395
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
19396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19397
+  (0.1ms) SAVEPOINT active_record_1
19398
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 32, '')
19399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19400
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 48 AND `wp_term_taxonomy`.`term_taxonomy_id` = 30 LIMIT 1
19401
+ Wordpress::PostTag Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 48 AND `wp_term_taxonomy`.`term_taxonomy_id` = 31 LIMIT 1
19402
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 48
19403
+  (0.1ms) SAVEPOINT active_record_1
19404
+ SQL (0.3ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:09', `post_modified_gmt` = '2016-05-31 02:43:09' WHERE `wp_posts`.`ID` = 48
19405
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (30, 48)
19406
+ SQL (0.3ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 30
19407
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (31, 48)
19408
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 31
19409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19410
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 48
19411
+  (0.5ms) ROLLBACK
19412
+  (0.1ms) BEGIN
19413
+  (0.1ms) COMMIT
19414
+  (0.1ms) BEGIN
19415
+  (0.1ms) SAVEPOINT active_record_1
19416
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19418
+  (0.1ms) SAVEPOINT active_record_1
19419
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19420
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19421
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 36, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'test', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19422
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19423
+  (0.1ms) SAVEPOINT active_record_1
19424
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19425
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo32', 'foo32')
19426
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19427
+  (0.1ms) SAVEPOINT active_record_1
19428
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo32', 33)
19429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19430
+  (0.1ms) SAVEPOINT active_record_1
19431
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (49, 32)
19432
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 32
19433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19434
+  (0.3ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 49
19435
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 49
19436
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 49 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19437
+  (0.4ms) ROLLBACK
19438
+  (0.1ms) BEGIN
19439
+  (0.1ms) COMMIT
19440
+  (0.1ms) BEGIN
19441
+  (0.1ms) SAVEPOINT active_record_1
19442
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19444
+  (0.1ms) SAVEPOINT active_record_1
19445
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19446
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19447
+  (0.1ms) SAVEPOINT active_record_1
19448
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19449
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19450
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 37, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'test', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19452
+  (0.1ms) SAVEPOINT active_record_1
19453
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19454
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19455
+  (0.1ms) SAVEPOINT active_record_1
19456
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19457
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19458
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 37, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'test', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19459
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19460
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 37
19461
+  (0.4ms) ROLLBACK
19462
+  (0.1ms) BEGIN
19463
+  (0.1ms) COMMIT
19464
+  (0.1ms) BEGIN
19465
+  (0.1ms) SAVEPOINT active_record_1
19466
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19467
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19468
+  (0.1ms) SAVEPOINT active_record_1
19469
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19470
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19471
+  (0.1ms) SAVEPOINT active_record_1
19472
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19473
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19474
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 40, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'test', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19475
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19476
+  (0.4ms) ROLLBACK
19477
+  (0.1ms) BEGIN
19478
+  (0.1ms) COMMIT
19479
+  (0.1ms) BEGIN
19480
+  (0.1ms) SAVEPOINT active_record_1
19481
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19483
+  (0.3ms) ROLLBACK
19484
+  (0.1ms) BEGIN
19485
+  (0.1ms) COMMIT
19486
+  (0.1ms) BEGIN
19487
+  (0.1ms) SAVEPOINT active_record_1
19488
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19490
+  (0.1ms) SAVEPOINT active_record_1
19491
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19492
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19493
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 43, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'attachment', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19495
+  (0.4ms) ROLLBACK
19496
+  (0.1ms) BEGIN
19497
+  (0.1ms) COMMIT
19498
+  (0.1ms) BEGIN
19499
+  (0.1ms) SAVEPOINT active_record_1
19500
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19502
+  (0.1ms) SAVEPOINT active_record_1
19503
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19504
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19505
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 44, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'attachment', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19506
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19507
+  (0.1ms) SAVEPOINT active_record_1
19508
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19509
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
19510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19511
+  (0.1ms) SAVEPOINT active_record_1
19512
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 34)
19513
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19514
+  (0.1ms) SAVEPOINT active_record_1
19515
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (54, 33)
19516
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 33
19517
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19518
+ Wordpress::Attachment Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('attachment') AND `wp_posts`.`ID` = 54 LIMIT 1
19519
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 54
19520
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 54 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
19521
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 54 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
19522
+  (0.3ms) ROLLBACK
19523
+  (0.1ms) BEGIN
19524
+  (0.1ms) COMMIT
19525
+  (0.1ms) BEGIN
19526
+  (0.1ms) SAVEPOINT active_record_1
19527
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19528
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19529
+  (0.1ms) SAVEPOINT active_record_1
19530
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19531
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19532
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 45, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'attachment', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19533
+  (0.2ms) RELEASE SAVEPOINT active_record_1
19534
+ Wordpress::PostTag Load (0.8ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19535
+  (0.1ms) SAVEPOINT active_record_1
19536
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19537
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
19538
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19539
+  (0.1ms) SAVEPOINT active_record_1
19540
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 35, '')
19541
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19542
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19543
+  (0.1ms) SAVEPOINT active_record_1
19544
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19545
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
19546
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19547
+  (0.1ms) SAVEPOINT active_record_1
19548
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 36, '')
19549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19550
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 55 AND `wp_term_taxonomy`.`term_taxonomy_id` = 34 LIMIT 1
19551
+ Wordpress::PostTag Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 55 AND `wp_term_taxonomy`.`term_taxonomy_id` = 35 LIMIT 1
19552
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 55
19553
+  (0.1ms) SAVEPOINT active_record_1
19554
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-31 02:43:09', `post_modified_gmt` = '2016-05-31 02:43:09' WHERE `wp_posts`.`ID` = 55
19555
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (34, 55)
19556
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 34
19557
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (35, 55)
19558
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 35
19559
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19560
+  (0.3ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 55
19561
+  (0.5ms) ROLLBACK
19562
+  (0.1ms) BEGIN
19563
+  (0.1ms) COMMIT
19564
+  (0.1ms) BEGIN
19565
+  (0.1ms) SAVEPOINT active_record_1
19566
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-31 02:43:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
19567
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19568
+  (0.1ms) SAVEPOINT active_record_1
19569
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
19570
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
19571
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('attachment', 'Attachment', '', '', '', '', '\'', 46, '2016-05-31 02:43:09', '2016-05-31 02:43:09', 'attachment', '2016-05-31 02:43:09', '2016-05-31 02:43:09')
19572
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19573
+  (0.1ms) SAVEPOINT active_record_1
19574
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
19575
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo40', 'foo40')
19576
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19577
+  (0.1ms) SAVEPOINT active_record_1
19578
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo40', 37)
19579
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19580
+  (0.1ms) SAVEPOINT active_record_1
19581
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (56, 36)
19582
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 36
19583
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19584
+  (0.3ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 56
19585
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 56
19586
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 56 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
19587
+  (0.3ms) ROLLBACK