rails_wordpress 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12427,3 +12427,3829 @@ Mysql2::Error: Unknown column 'wp_posts.user_id' in 'where clause': SELECT `wp_p
12427
12427
   (0.1ms) COMMIT
12428
12428
   (0.1ms) BEGIN
12429
12429
   (0.1ms) ROLLBACK
12430
+ ActiveRecord::SchemaMigration Load (18.8ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12431
+  (82.3ms) DROP DATABASE IF EXISTS `wp_test`
12432
+  (4.2ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12433
+  (29.9ms) 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
12434
+  (12.0ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12435
+  (12.6ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12436
+  (11.9ms) 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
12437
+  (11.9ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12438
+  (12.4ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12439
+  (12.3ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12440
+  (12.1ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12441
+  (11.7ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12442
+  (12.2ms) 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
12443
+  (11.0ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12444
+  (11.0ms) 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
12445
+  (12.2ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12446
+  (12.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
12447
+  (11.2ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12448
+  (11.9ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12449
+  (12.2ms) 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
12450
+  (12.7ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12451
+  (11.8ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12452
+  (9.6ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12453
+  (10.7ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12454
+  (16.0ms) 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
12455
+  (31.7ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12456
+  (12.2ms) 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
12457
+  (12.4ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12458
+  (11.7ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12459
+  (10.9ms) 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
12460
+  (12.7ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12461
+  (12.9ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12462
+  (13.3ms) 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
12463
+  (12.6ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12464
+  (12.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12465
+  (11.9ms) 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
12466
+  (13.4ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12467
+  (12.7ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12468
+  (11.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12469
+  (14.7ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12470
+  (0.2ms) SELECT version FROM `schema_migrations`
12471
+  (6.1ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12472
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12473
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12474
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12475
+  (2773.4ms) SELECT * FROM information_schema.tables
12476
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12477
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12478
+  (0.1ms) BEGIN
12479
+  (0.2ms) COMMIT
12480
+  (0.1ms) BEGIN
12481
+  (0.1ms) SAVEPOINT active_record_1
12482
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:11:53')
12483
+  (0.2ms) RELEASE SAVEPOINT active_record_1
12484
+  (0.1ms) SAVEPOINT active_record_1
12485
+ 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
12486
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
12487
+ 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', '', 1, '2016-05-30 19:11:53', '2016-05-30 19:11:53', 'test', '2016-05-30 19:11:53', '2016-05-30 19:11:53')
12488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12489
+  (5.9ms) ROLLBACK
12490
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12491
+  (73.6ms) DROP DATABASE IF EXISTS `wp_test`
12492
+  (5.6ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12493
+  (28.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
12494
+  (11.4ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12495
+  (12.9ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12496
+  (11.2ms) 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
12497
+  (13.2ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12498
+  (12.8ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12499
+  (11.8ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12500
+  (11.3ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12501
+  (10.7ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12502
+  (12.6ms) 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
12503
+  (11.7ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12504
+  (11.3ms) 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
12505
+  (11.3ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12506
+  (12.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
12507
+  (12.2ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12508
+  (11.9ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12509
+  (12.5ms) 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
12510
+  (11.2ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12511
+  (10.5ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12512
+  (11.4ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12513
+  (11.8ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12514
+  (12.0ms) 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
12515
+  (11.9ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12516
+  (11.4ms) 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
12517
+  (11.8ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12518
+  (13.2ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12519
+  (12.2ms) 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
12520
+  (11.9ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12521
+  (12.6ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12522
+  (10.4ms) 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
12523
+  (10.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12524
+  (12.5ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12525
+  (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
12526
+  (12.2ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12527
+  (11.8ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12528
+  (11.9ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12529
+  (13.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12530
+  (0.2ms) SELECT version FROM `schema_migrations`
12531
+  (4.8ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12532
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12533
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12534
+  (43.4ms) DROP DATABASE IF EXISTS `wp_test`
12535
+  (4.8ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12536
+  (29.9ms) 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
12537
+  (13.0ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12538
+  (12.8ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12539
+  (12.6ms) 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
12540
+  (11.8ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12541
+  (12.3ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12542
+  (11.8ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12543
+  (10.5ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12544
+  (11.2ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12545
+  (11.3ms) 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
12546
+  (11.2ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12547
+  (11.3ms) 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
12548
+  (12.1ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12549
+  (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
12550
+  (11.6ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12551
+  (12.0ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12552
+  (11.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
12553
+  (11.2ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12554
+  (10.3ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12555
+  (10.6ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12556
+  (12.0ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12557
+  (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
12558
+  (12.0ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12559
+  (12.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
12560
+  (12.9ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12561
+  (16.4ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12562
+  (11.0ms) 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
12563
+  (12.5ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12564
+  (12.3ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12565
+  (11.3ms) 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
12566
+  (11.6ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12567
+  (11.7ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12568
+  (11.2ms) 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
12569
+  (12.6ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12570
+  (11.8ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12571
+  (12.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12572
+  (14.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12573
+  (0.2ms) SELECT version FROM `schema_migrations`
12574
+  (4.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12575
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12576
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12577
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12578
+  (1651.5ms) SELECT * FROM information_schema.tables
12579
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12580
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12581
+  (0.1ms) BEGIN
12582
+  (0.1ms) COMMIT
12583
+  (0.1ms) BEGIN
12584
+  (0.1ms) ROLLBACK
12585
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12586
+  (43.9ms) DROP DATABASE IF EXISTS `wp_test`
12587
+  (4.8ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12588
+  (30.5ms) 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
12589
+  (11.4ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12590
+  (10.4ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12591
+  (11.8ms) 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
12592
+  (11.5ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12593
+  (11.7ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12594
+  (11.8ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12595
+  (10.8ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12596
+  (9.9ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12597
+  (10.9ms) 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
12598
+  (12.7ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12599
+  (12.1ms) 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
12600
+  (12.6ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12601
+  (11.2ms) 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
12602
+  (10.8ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12603
+  (10.0ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12604
+  (9.4ms) 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
12605
+  (10.1ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12606
+  (11.1ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12607
+  (10.4ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12608
+  (11.2ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12609
+  (10.9ms) 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
12610
+  (10.9ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12611
+  (11.2ms) 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
12612
+  (11.7ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12613
+  (11.7ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12614
+  (11.1ms) 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
12615
+  (11.1ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12616
+  (12.2ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12617
+  (16.5ms) 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
12618
+  (74.5ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12619
+  (10.5ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12620
+  (10.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
12621
+  (10.4ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12622
+  (9.7ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12623
+  (18.9ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12624
+  (38.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12625
+  (0.2ms) SELECT version FROM `schema_migrations`
12626
+  (4.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12627
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12628
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12629
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12630
+  (1680.5ms) SELECT * FROM information_schema.tables
12631
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12632
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12633
+  (0.1ms) BEGIN
12634
+  (0.1ms) COMMIT
12635
+  (0.1ms) BEGIN
12636
+  (0.1ms) SAVEPOINT active_record_1
12637
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:18:21')
12638
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12639
+  (0.1ms) SAVEPOINT active_record_1
12640
+ 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
12641
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
12642
+ 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', '\'', 1, '2016-05-30 19:18:21', '2016-05-30 19:18:21', 'test', '2016-05-30 19:18:21', '2016-05-30 19:18:21')
12643
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12644
+  (0.1ms) SAVEPOINT active_record_1
12645
+ SQL (0.1ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 1)
12646
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12647
+  (6.2ms) ROLLBACK
12648
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12649
+  (42.0ms) DROP DATABASE IF EXISTS `wp_test`
12650
+  (5.7ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12651
+  (29.9ms) 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
12652
+  (12.4ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12653
+  (12.3ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12654
+  (12.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
12655
+  (12.7ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12656
+  (12.4ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12657
+  (12.0ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12658
+  (11.7ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12659
+  (12.2ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12660
+  (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
12661
+  (12.0ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12662
+  (12.2ms) 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
12663
+  (11.4ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12664
+  (11.2ms) 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
12665
+  (11.3ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12666
+  (11.6ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12667
+  (10.2ms) 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
12668
+  (10.0ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12669
+  (65.6ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12670
+  (34.0ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12671
+  (12.4ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12672
+  (12.5ms) 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
12673
+  (12.7ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12674
+  (10.8ms) 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
12675
+  (12.8ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12676
+  (13.8ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12677
+  (12.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
12678
+  (11.4ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12679
+  (12.8ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12680
+  (12.2ms) 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
12681
+  (11.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12682
+  (11.9ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12683
+  (12.6ms) 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
12684
+  (12.5ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12685
+  (13.9ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12686
+  (12.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12687
+  (15.2ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12688
+  (0.2ms) SELECT version FROM `schema_migrations`
12689
+  (5.7ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12690
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12691
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12692
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12693
+  (831.2ms) SELECT * FROM information_schema.tables
12694
+  (1.2ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12695
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12696
+  (0.1ms) BEGIN
12697
+  (0.1ms) COMMIT
12698
+  (0.1ms) BEGIN
12699
+  (0.1ms) SAVEPOINT active_record_1
12700
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:19:30')
12701
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12702
+  (0.1ms) SAVEPOINT active_record_1
12703
+ 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
12704
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
12705
+ 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', '', 1, '2016-05-30 19:19:30', '2016-05-30 19:19:30', 'test', '2016-05-30 19:19:30', '2016-05-30 19:19:30')
12706
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12707
+  (0.3ms) ROLLBACK
12708
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12709
+  (42.0ms) DROP DATABASE IF EXISTS `wp_test`
12710
+  (4.4ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12711
+  (34.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
12712
+  (12.1ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12713
+  (12.1ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12714
+  (10.8ms) 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
12715
+  (11.0ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12716
+  (11.3ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12717
+  (11.9ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12718
+  (11.6ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12719
+  (10.6ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12720
+  (9.9ms) 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
12721
+  (11.2ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12722
+  (10.9ms) 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
12723
+  (11.6ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12724
+  (11.5ms) 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
12725
+  (11.3ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12726
+  (11.9ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12727
+  (11.5ms) 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
12728
+  (12.3ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12729
+  (11.2ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12730
+  (10.7ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12731
+  (11.0ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12732
+  (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
12733
+  (9.7ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12734
+  (9.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
12735
+  (11.1ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12736
+  (10.6ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12737
+  (12.2ms) 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
12738
+  (11.4ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12739
+  (13.0ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12740
+  (11.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
12741
+  (11.1ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12742
+  (11.8ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12743
+  (11.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
12744
+  (12.2ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12745
+  (11.2ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12746
+  (12.4ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12747
+  (15.0ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12748
+  (0.2ms) SELECT version FROM `schema_migrations`
12749
+  (4.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12750
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12751
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12752
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12753
+  (828.6ms) SELECT * FROM information_schema.tables
12754
+  (1.2ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12755
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12756
+  (0.1ms) BEGIN
12757
+  (0.1ms) COMMIT
12758
+  (0.0ms) BEGIN
12759
+  (0.1ms) SAVEPOINT active_record_1
12760
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:19:54')
12761
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12762
+  (0.1ms) SAVEPOINT active_record_1
12763
+ 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
12764
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
12765
+ 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', '\'', 1, '2016-05-30 19:19:54', '2016-05-30 19:19:54', 'test', '2016-05-30 19:19:54', '2016-05-30 19:19:54')
12766
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12767
+  (0.1ms) SAVEPOINT active_record_1
12768
+ SQL (0.1ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 1)
12769
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12770
+  (6.5ms) ROLLBACK
12771
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12772
+  (40.5ms) DROP DATABASE IF EXISTS `wp_test`
12773
+  (4.8ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12774
+  (29.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
12775
+  (12.1ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12776
+  (11.0ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12777
+  (10.9ms) 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
12778
+  (12.3ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12779
+  (12.3ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12780
+  (11.6ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12781
+  (10.9ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12782
+  (11.2ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12783
+  (11.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
12784
+  (10.8ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12785
+  (11.8ms) 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
12786
+  (12.2ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12787
+  (10.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
12788
+  (12.9ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12789
+  (11.4ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12790
+  (12.5ms) 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
12791
+  (11.5ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12792
+  (10.6ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12793
+  (10.0ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12794
+  (10.8ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12795
+  (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
12796
+  (10.8ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12797
+  (11.4ms) 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
12798
+  (39.6ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12799
+  (11.8ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12800
+  (12.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
12801
+  (12.6ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12802
+  (11.9ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12803
+  (12.2ms) 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
12804
+  (11.4ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12805
+  (11.9ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12806
+  (12.3ms) 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
12807
+  (12.3ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12808
+  (11.8ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12809
+  (11.4ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12810
+  (14.4ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12811
+  (0.1ms) SELECT version FROM `schema_migrations`
12812
+  (4.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12813
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12814
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12815
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12816
+  (887.1ms) SELECT * FROM information_schema.tables
12817
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12818
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12819
+  (0.1ms) BEGIN
12820
+  (0.1ms) COMMIT
12821
+  (0.1ms) BEGIN
12822
+  (0.1ms) SAVEPOINT active_record_1
12823
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:20:04')
12824
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12825
+  (0.1ms) SAVEPOINT active_record_1
12826
+ 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
12827
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
12828
+ 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', '', 1, '2016-05-30 19:20:04', '2016-05-30 19:20:04', 'test', '2016-05-30 19:20:04', '2016-05-30 19:20:04')
12829
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12830
+  (0.4ms) ROLLBACK
12831
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12832
+  (40.3ms) DROP DATABASE IF EXISTS `wp_test`
12833
+  (4.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12834
+  (33.1ms) 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
12835
+  (10.7ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12836
+  (11.2ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12837
+  (11.2ms) 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
12838
+  (9.8ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12839
+  (10.8ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12840
+  (12.3ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12841
+  (11.8ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12842
+  (11.3ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12843
+  (12.3ms) 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
12844
+  (11.3ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12845
+  (12.5ms) 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
12846
+  (11.2ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12847
+  (12.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
12848
+  (12.2ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12849
+  (11.0ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12850
+  (11.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
12851
+  (12.3ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12852
+  (10.5ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12853
+  (11.0ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12854
+  (10.6ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12855
+  (9.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
12856
+  (9.6ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12857
+  (9.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
12858
+  (11.1ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12859
+  (10.1ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12860
+  (9.9ms) 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
12861
+  (11.4ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12862
+  (9.4ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12863
+  (9.5ms) 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
12864
+  (9.8ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12865
+  (9.6ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12866
+  (11.2ms) 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
12867
+  (10.3ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12868
+  (11.0ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12869
+  (11.0ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12870
+  (14.8ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12871
+  (0.2ms) SELECT version FROM `schema_migrations`
12872
+  (5.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12873
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12874
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12875
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12876
+  (852.3ms) SELECT * FROM information_schema.tables
12877
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12878
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12879
+  (0.1ms) BEGIN
12880
+  (0.1ms) COMMIT
12881
+  (0.1ms) BEGIN
12882
+  (0.1ms) SAVEPOINT active_record_1
12883
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:20:13')
12884
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12885
+  (0.1ms) SAVEPOINT active_record_1
12886
+ 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
12887
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
12888
+ 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', '', 1, '2016-05-30 19:20:13', '2016-05-30 19:20:13', 'test', '2016-05-30 19:20:13', '2016-05-30 19:20:13')
12889
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12890
+  (0.4ms) ROLLBACK
12891
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12892
+  (20.0ms) DROP DATABASE IF EXISTS `wp_test`
12893
+  (4.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12894
+  (10.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
12895
+  (10.2ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12896
+  (10.6ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12897
+  (9.3ms) 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
12898
+  (9.5ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12899
+  (32.5ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12900
+  (11.2ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12901
+  (11.5ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12902
+  (10.2ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12903
+  (9.6ms) 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
12904
+  (10.2ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12905
+  (10.1ms) 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
12906
+  (9.6ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12907
+  (11.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
12908
+  (11.6ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12909
+  (11.9ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12910
+  (12.5ms) 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
12911
+  (11.5ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12912
+  (11.6ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12913
+  (12.4ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12914
+  (13.3ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12915
+  (12.2ms) 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
12916
+  (11.7ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12917
+  (11.9ms) 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
12918
+  (11.9ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12919
+  (10.9ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12920
+  (12.1ms) 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
12921
+  (12.0ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12922
+  (12.4ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12923
+  (12.6ms) 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
12924
+  (11.8ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12925
+  (11.6ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12926
+  (13.2ms) 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
12927
+  (12.6ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12928
+  (13.1ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12929
+  (12.6ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12930
+  (13.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12931
+  (0.2ms) SELECT version FROM `schema_migrations`
12932
+  (4.5ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12933
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12934
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12935
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
12936
+  (527.1ms) SELECT * FROM information_schema.tables
12937
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
12938
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
12939
+  (0.1ms) BEGIN
12940
+  (0.1ms) COMMIT
12941
+  (0.1ms) BEGIN
12942
+  (0.1ms) SAVEPOINT active_record_1
12943
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:20:19')
12944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12945
+  (0.1ms) SAVEPOINT active_record_1
12946
+ 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
12947
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
12948
+ 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', '\'', 1, '2016-05-30 19:20:19', '2016-05-30 19:20:19', 'test', '2016-05-30 19:20:19', '2016-05-30 19:20:19')
12949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12950
+  (0.1ms) SAVEPOINT active_record_1
12951
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 1)
12952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12953
+ Wordpress::Postmeta Load (0.3ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 1
12954
+  (5.8ms) ROLLBACK
12955
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12956
+  (22.3ms) DROP DATABASE IF EXISTS `wp_test`
12957
+  (5.2ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
12958
+  (10.4ms) 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
12959
+  (11.4ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
12960
+  (11.9ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
12961
+  (12.6ms) 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
12962
+  (12.2ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
12963
+  (11.5ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
12964
+  (11.2ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
12965
+  (10.9ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
12966
+  (11.4ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
12967
+  (12.3ms) 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
12968
+  (12.2ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
12969
+  (12.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
12970
+  (11.2ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
12971
+  (11.2ms) 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
12972
+  (12.2ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
12973
+  (11.8ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
12974
+  (12.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
12975
+  (11.5ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
12976
+  (11.3ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
12977
+  (12.1ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
12978
+  (10.8ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
12979
+  (10.7ms) 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
12980
+  (11.7ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
12981
+  (11.4ms) 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
12982
+  (11.8ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
12983
+  (12.6ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
12984
+  (11.0ms) 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
12985
+  (11.4ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
12986
+  (10.9ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
12987
+  (10.6ms) 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
12988
+  (33.4ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
12989
+  (11.2ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
12990
+  (12.3ms) 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
12991
+  (13.0ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
12992
+  (11.6ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
12993
+  (10.4ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
12994
+  (12.2ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
12995
+  (0.2ms) SELECT version FROM `schema_migrations`
12996
+  (3.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
12997
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
12998
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
12999
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13000
+  (533.7ms) SELECT * FROM information_schema.tables
13001
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13002
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13003
+  (0.0ms) BEGIN
13004
+  (0.0ms) COMMIT
13005
+  (0.0ms) BEGIN
13006
+  (0.1ms) SAVEPOINT active_record_1
13007
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2016-05-30 19:20:29')
13008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13009
+  (0.1ms) SAVEPOINT active_record_1
13010
+ 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
13011
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13012
+ 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', '\'', 1, '2016-05-30 19:20:29', '2016-05-30 19:20:29', 'test', '2016-05-30 19:20:29', '2016-05-30 19:20:29')
13013
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13014
+  (0.1ms) SAVEPOINT active_record_1
13015
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 1)
13016
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13017
+ Wordpress::Postmeta Load (0.4ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 1
13018
+  (5.8ms) ROLLBACK
13019
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13020
+  (46.7ms) DROP DATABASE IF EXISTS `wp_test`
13021
+  (4.4ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13022
+  (28.7ms) 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
13023
+  (12.5ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13024
+  (12.6ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13025
+  (12.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
13026
+  (12.8ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13027
+  (12.6ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13028
+  (11.6ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13029
+  (12.4ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13030
+  (11.4ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13031
+  (11.9ms) 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
13032
+  (13.1ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13033
+  (12.2ms) 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
13034
+  (11.6ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13035
+  (12.5ms) 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
13036
+  (11.2ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13037
+  (10.3ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13038
+  (10.2ms) 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
13039
+  (12.1ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13040
+  (11.5ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13041
+  (11.1ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13042
+  (11.3ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13043
+  (9.9ms) 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
13044
+  (35.3ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13045
+  (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
13046
+  (12.1ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13047
+  (11.0ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13048
+  (10.9ms) 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
13049
+  (10.9ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13050
+  (10.3ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13051
+  (11.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
13052
+  (10.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13053
+  (10.7ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13054
+  (11.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
13055
+  (11.5ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13056
+  (11.8ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13057
+  (12.4ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13058
+  (14.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13059
+  (0.2ms) SELECT version FROM `schema_migrations`
13060
+  (5.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13061
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13062
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13063
+  (47.2ms) DROP DATABASE IF EXISTS `wp_test`
13064
+  (4.9ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13065
+  (31.8ms) 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
13066
+  (11.1ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13067
+  (11.8ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13068
+  (11.7ms) 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
13069
+  (12.5ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13070
+  (13.3ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13071
+  (11.5ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13072
+  (12.1ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13073
+  (12.1ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13074
+  (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
13075
+  (11.5ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13076
+  (12.1ms) 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
13077
+  (12.5ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13078
+  (10.1ms) 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
13079
+  (12.8ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13080
+  (12.5ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13081
+  (12.6ms) 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
13082
+  (12.6ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13083
+  (12.0ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13084
+  (10.5ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13085
+  (9.0ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13086
+  (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
13087
+  (12.1ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13088
+  (11.7ms) 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
13089
+  (11.8ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13090
+  (34.0ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13091
+  (9.9ms) 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
13092
+  (10.9ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13093
+  (9.3ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13094
+  (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
13095
+  (10.4ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13096
+  (10.6ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13097
+  (8.9ms) 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
13098
+  (10.5ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13099
+  (9.4ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13100
+  (11.3ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13101
+  (13.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13102
+  (0.2ms) SELECT version FROM `schema_migrations`
13103
+  (4.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13104
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13105
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13106
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13107
+  (1742.1ms) SELECT * FROM information_schema.tables
13108
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13109
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13110
+  (0.1ms) BEGIN
13111
+  (0.1ms) COMMIT
13112
+  (0.1ms) BEGIN
13113
+  (0.1ms) ROLLBACK
13114
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13115
+  (19.9ms) DROP DATABASE IF EXISTS `wp_test`
13116
+  (4.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13117
+  (11.0ms) 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
13118
+  (11.9ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13119
+  (12.3ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13120
+  (12.3ms) 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
13121
+  (11.8ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13122
+  (12.4ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13123
+  (12.2ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13124
+  (10.5ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13125
+  (10.3ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13126
+  (11.2ms) 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
13127
+  (12.6ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13128
+  (12.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
13129
+  (11.6ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13130
+  (11.2ms) 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
13131
+  (10.8ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13132
+  (10.1ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13133
+  (9.4ms) 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
13134
+  (11.5ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13135
+  (12.1ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13136
+  (11.6ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13137
+  (12.6ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13138
+  (11.5ms) 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
13139
+  (27.2ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13140
+  (22.0ms) 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
13141
+  (22.0ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13142
+  (21.3ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13143
+  (22.1ms) 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
13144
+  (21.1ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13145
+  (22.5ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13146
+  (22.4ms) 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
13147
+  (21.6ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13148
+  (22.9ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13149
+  (22.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
13150
+  (23.5ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13151
+  (21.7ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13152
+  (22.5ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13153
+  (31.8ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13154
+  (0.2ms) SELECT version FROM `schema_migrations`
13155
+  (20.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13156
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13157
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13158
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13159
+  (352.5ms) SELECT * FROM information_schema.tables
13160
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13161
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13162
+  (0.1ms) BEGIN
13163
+  (0.0ms) COMMIT
13164
+  (0.1ms) BEGIN
13165
+  (0.1ms) ROLLBACK
13166
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13167
+  (62.5ms) DROP DATABASE IF EXISTS `wp_test`
13168
+  (10.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13169
+  (37.4ms) 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
13170
+  (21.3ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13171
+  (22.6ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13172
+  (18.9ms) 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
13173
+  (12.5ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13174
+  (12.1ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13175
+  (12.6ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13176
+  (12.0ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13177
+  (11.5ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13178
+  (12.6ms) 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
13179
+  (12.4ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13180
+  (12.4ms) 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
13181
+  (12.0ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13182
+  (11.3ms) 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
13183
+  (12.6ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13184
+  (11.2ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13185
+  (12.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
13186
+  (12.1ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13187
+  (10.9ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13188
+  (11.0ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13189
+  (12.2ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13190
+  (11.9ms) 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
13191
+  (11.5ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13192
+  (9.4ms) 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
13193
+  (11.7ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13194
+  (11.3ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13195
+  (11.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
13196
+  (11.1ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13197
+  (10.6ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13198
+  (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
13199
+  (11.1ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13200
+  (11.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13201
+  (10.8ms) 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
13202
+  (13.1ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13203
+  (12.6ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13204
+  (12.0ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13205
+  (14.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13206
+  (0.2ms) SELECT version FROM `schema_migrations`
13207
+  (4.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13208
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13209
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13210
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13211
+  (1781.4ms) SELECT * FROM information_schema.tables
13212
+  (1.2ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13213
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13214
+  (0.1ms) BEGIN
13215
+  (0.1ms) COMMIT
13216
+  (0.1ms) BEGIN
13217
+  (0.1ms) ROLLBACK
13218
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13219
+  (54.3ms) DROP DATABASE IF EXISTS `wp_test`
13220
+  (4.8ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13221
+  (28.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
13222
+  (11.6ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13223
+  (11.4ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13224
+  (11.2ms) 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
13225
+  (11.1ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13226
+  (11.3ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13227
+  (12.0ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13228
+  (12.8ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13229
+  (11.4ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13230
+  (11.6ms) 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
13231
+  (11.6ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13232
+  (11.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
13233
+  (16.0ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13234
+  (12.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
13235
+  (11.0ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13236
+  (9.8ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13237
+  (10.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
13238
+  (11.2ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13239
+  (10.6ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13240
+  (38.1ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13241
+  (11.1ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13242
+  (11.5ms) 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
13243
+  (11.3ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13244
+  (11.9ms) 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
13245
+  (12.2ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13246
+  (12.4ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13247
+  (11.0ms) 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
13248
+  (11.8ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13249
+  (11.5ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13250
+  (10.7ms) 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
13251
+  (11.7ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13252
+  (12.2ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13253
+  (12.3ms) 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
13254
+  (11.4ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13255
+  (12.7ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13256
+  (10.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13257
+  (14.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13258
+  (0.2ms) SELECT version FROM `schema_migrations`
13259
+  (5.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13260
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13261
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13262
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13263
+  (1797.7ms) SELECT * FROM information_schema.tables
13264
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13265
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13266
+  (0.1ms) BEGIN
13267
+  (0.1ms) COMMIT
13268
+  (0.1ms) BEGIN
13269
+  (0.1ms) ROLLBACK
13270
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13271
+  (20.1ms) DROP DATABASE IF EXISTS `wp_test`
13272
+  (5.2ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13273
+  (10.4ms) 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
13274
+  (11.0ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13275
+  (10.9ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13276
+  (10.3ms) 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
13277
+  (11.3ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13278
+  (12.4ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13279
+  (12.7ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13280
+  (12.4ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13281
+  (11.1ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13282
+  (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
13283
+  (10.0ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13284
+  (10.5ms) 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
13285
+  (10.1ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13286
+  (11.3ms) 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
13287
+  (11.4ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13288
+  (12.2ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13289
+  (12.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
13290
+  (10.3ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13291
+  (10.0ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13292
+  (10.5ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13293
+  (11.8ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13294
+  (10.5ms) 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
13295
+  (10.1ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13296
+  (9.7ms) 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
13297
+  (10.9ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13298
+  (10.5ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13299
+  (10.2ms) 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
13300
+  (11.2ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13301
+  (11.4ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13302
+  (10.5ms) 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
13303
+  (11.3ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13304
+  (12.4ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13305
+  (12.3ms) 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
13306
+  (11.8ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13307
+  (11.8ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13308
+  (12.6ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13309
+  (14.7ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13310
+  (0.2ms) SELECT version FROM `schema_migrations`
13311
+  (5.5ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13312
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13313
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13314
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13315
+  (380.6ms) SELECT * FROM information_schema.tables
13316
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13317
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13318
+  (0.1ms) BEGIN
13319
+  (0.1ms) COMMIT
13320
+  (0.1ms) BEGIN
13321
+  (0.1ms) SAVEPOINT active_record_1
13322
+ 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-30 19:39:49', 'ACTIVATIONKEY', 'DISPLAY NAME')
13323
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13324
+  (0.1ms) SAVEPOINT active_record_1
13325
+ SQL (0.2ms) INSERT INTO `wp_usermeta` (`meta_key`, `meta_value`, `user_id`) VALUES ('foo', 'TEST', 1)
13326
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13327
+  (6.1ms) ROLLBACK
13328
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13329
+  (26.3ms) DROP DATABASE IF EXISTS `wp_test`
13330
+  (10.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13331
+  (20.9ms) 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
13332
+  (22.6ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13333
+  (21.2ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13334
+  (22.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
13335
+  (22.2ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13336
+  (22.1ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13337
+  (22.7ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13338
+  (22.7ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13339
+  (21.8ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13340
+  (22.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
13341
+  (22.3ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13342
+  (22.5ms) 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
13343
+  (23.5ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13344
+  (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
13345
+  (21.3ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13346
+  (22.3ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13347
+  (21.1ms) 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
13348
+  (21.9ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13349
+  (21.3ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13350
+  (20.7ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13351
+  (20.7ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13352
+  (21.2ms) 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
13353
+  (21.9ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13354
+  (21.9ms) 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
13355
+  (20.9ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13356
+  (20.8ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13357
+  (20.1ms) 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
13358
+  (11.7ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13359
+  (11.3ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13360
+  (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
13361
+  (10.8ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13362
+  (10.1ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13363
+  (35.6ms) 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
13364
+  (11.4ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13365
+  (10.3ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13366
+  (10.5ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13367
+  (14.0ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13368
+  (0.2ms) SELECT version FROM `schema_migrations`
13369
+  (4.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13370
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13371
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13372
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13373
+  (354.7ms) SELECT * FROM information_schema.tables
13374
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13375
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13376
+  (0.1ms) BEGIN
13377
+  (0.1ms) COMMIT
13378
+  (0.1ms) BEGIN
13379
+  (0.1ms) ROLLBACK
13380
+  (0.1ms) BEGIN
13381
+  (0.1ms) COMMIT
13382
+  (0.1ms) BEGIN
13383
+  (0.1ms) ROLLBACK
13384
+  (0.1ms) BEGIN
13385
+  (0.1ms) COMMIT
13386
+  (0.1ms) BEGIN
13387
+  (0.1ms) ROLLBACK
13388
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13389
+  (18.1ms) DROP DATABASE IF EXISTS `wp_test`
13390
+  (5.1ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13391
+  (11.4ms) 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
13392
+  (12.2ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13393
+  (11.7ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13394
+  (12.6ms) 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
13395
+  (12.5ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13396
+  (11.4ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13397
+  (12.7ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13398
+  (12.2ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13399
+  (12.2ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13400
+  (12.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
13401
+  (12.3ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13402
+  (11.9ms) 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
13403
+  (11.5ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13404
+  (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
13405
+  (11.1ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13406
+  (11.8ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13407
+  (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
13408
+  (11.5ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13409
+  (11.0ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13410
+  (9.7ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13411
+  (11.1ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13412
+  (11.3ms) 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
13413
+  (17.1ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13414
+  (28.0ms) 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
13415
+  (11.0ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13416
+  (11.2ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13417
+  (11.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
13418
+  (11.6ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13419
+  (11.1ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13420
+  (11.0ms) 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
13421
+  (11.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13422
+  (12.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13423
+  (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
13424
+  (12.0ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13425
+  (12.4ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13426
+  (12.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13427
+  (15.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13428
+  (0.2ms) SELECT version FROM `schema_migrations`
13429
+  (4.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13430
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13431
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13432
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13433
+  (352.5ms) SELECT * FROM information_schema.tables
13434
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13435
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13436
+  (0.1ms) BEGIN
13437
+  (0.1ms) COMMIT
13438
+  (0.1ms) BEGIN
13439
+  (0.1ms) ROLLBACK
13440
+  (0.1ms) BEGIN
13441
+  (0.1ms) COMMIT
13442
+  (0.1ms) BEGIN
13443
+  (0.1ms) ROLLBACK
13444
+  (0.1ms) BEGIN
13445
+  (0.1ms) COMMIT
13446
+  (0.1ms) BEGIN
13447
+  (0.1ms) ROLLBACK
13448
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13449
+  (21.2ms) DROP DATABASE IF EXISTS `wp_test`
13450
+  (4.7ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13451
+  (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
13452
+  (12.3ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13453
+  (13.2ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13454
+  (11.7ms) 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
13455
+  (12.2ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13456
+  (11.8ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13457
+  (12.4ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13458
+  (11.0ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13459
+  (11.9ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13460
+  (12.5ms) 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
13461
+  (11.4ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13462
+  (10.1ms) 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
13463
+  (10.8ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13464
+  (10.8ms) 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
13465
+  (11.1ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13466
+  (12.2ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13467
+  (11.6ms) 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
13468
+  (12.0ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13469
+  (11.7ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13470
+  (12.4ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13471
+  (12.0ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13472
+  (11.8ms) 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
13473
+  (11.8ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13474
+  (10.9ms) 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
13475
+  (12.4ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13476
+  (11.0ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13477
+  (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
13478
+  (11.9ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13479
+  (11.9ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13480
+  (11.6ms) 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
13481
+  (12.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13482
+  (12.1ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13483
+  (11.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
13484
+  (12.6ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13485
+  (12.3ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13486
+  (12.0ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13487
+  (14.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13488
+  (0.2ms) SELECT version FROM `schema_migrations`
13489
+  (4.9ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13490
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13491
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13492
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13493
+  (342.4ms) SELECT * FROM information_schema.tables
13494
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13495
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13496
+  (0.1ms) BEGIN
13497
+  (0.1ms) COMMIT
13498
+  (0.1ms) BEGIN
13499
+  (0.1ms) SAVEPOINT active_record_1
13500
+ 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-30 19:41:34', 'ACTIVATIONKEY', 'DISPLAY NAME')
13501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13502
+  (0.5ms) ROLLBACK
13503
+  (0.1ms) BEGIN
13504
+  (0.1ms) COMMIT
13505
+  (0.1ms) BEGIN
13506
+  (0.1ms) SAVEPOINT active_record_1
13507
+ 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-30 19:41:34', 'ACTIVATIONKEY', 'DISPLAY NAME')
13508
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13509
+  (0.3ms) ROLLBACK
13510
+  (0.1ms) BEGIN
13511
+  (0.1ms) COMMIT
13512
+  (0.1ms) BEGIN
13513
+  (0.1ms) SAVEPOINT active_record_1
13514
+ 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-30 19:41:34', 'ACTIVATIONKEY', 'DISPLAY NAME')
13515
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13516
+  (0.3ms) ROLLBACK
13517
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13518
+  (16.1ms) DROP DATABASE IF EXISTS `wp_test`
13519
+  (5.2ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13520
+  (11.7ms) 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
13521
+  (12.3ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13522
+  (12.1ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13523
+  (11.7ms) 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
13524
+  (11.6ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13525
+  (12.1ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13526
+  (11.5ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13527
+  (11.6ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13528
+  (12.1ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13529
+  (11.8ms) 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
13530
+  (12.5ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13531
+  (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
13532
+  (11.4ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13533
+  (12.8ms) 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
13534
+  (11.5ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13535
+  (11.8ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13536
+  (13.1ms) 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
13537
+  (10.0ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13538
+  (11.0ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13539
+  (10.6ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13540
+  (10.3ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13541
+  (10.6ms) 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
13542
+  (12.3ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13543
+  (11.8ms) 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
13544
+  (11.7ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13545
+  (12.5ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13546
+  (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
13547
+  (12.7ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13548
+  (10.3ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13549
+  (11.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
13550
+  (10.6ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13551
+  (11.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13552
+  (11.8ms) 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
13553
+  (12.6ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13554
+  (12.9ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13555
+  (11.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13556
+  (13.4ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13557
+  (0.2ms) SELECT version FROM `schema_migrations`
13558
+  (4.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13559
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13560
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13561
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13562
+  (350.9ms) SELECT * FROM information_schema.tables
13563
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13564
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13565
+  (0.1ms) BEGIN
13566
+  (0.1ms) COMMIT
13567
+  (0.1ms) BEGIN
13568
+  (0.1ms) SAVEPOINT active_record_1
13569
+ 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-30 19:42:02', 'ACTIVATIONKEY', 'DISPLAY NAME')
13570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13571
+  (1.1ms) ROLLBACK
13572
+  (0.1ms) BEGIN
13573
+  (0.1ms) COMMIT
13574
+  (0.1ms) BEGIN
13575
+  (0.1ms) SAVEPOINT active_record_1
13576
+ 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-30 19:42:02', 'ACTIVATIONKEY', 'DISPLAY NAME')
13577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13578
+  (0.4ms) ROLLBACK
13579
+  (0.1ms) BEGIN
13580
+  (0.1ms) COMMIT
13581
+  (0.1ms) BEGIN
13582
+  (0.1ms) SAVEPOINT active_record_1
13583
+ 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-30 19:42:02', 'ACTIVATIONKEY', 'DISPLAY NAME')
13584
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13585
+  (0.3ms) ROLLBACK
13586
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13587
+  (19.6ms) DROP DATABASE IF EXISTS `wp_test`
13588
+  (4.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13589
+  (10.9ms) 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
13590
+  (12.5ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13591
+  (11.0ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13592
+  (9.9ms) 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
13593
+  (9.9ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13594
+  (9.6ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13595
+  (11.1ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13596
+  (10.3ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13597
+  (10.1ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13598
+  (9.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
13599
+  (10.2ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13600
+  (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
13601
+  (9.8ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13602
+  (8.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
13603
+  (10.1ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13604
+  (11.5ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13605
+  (11.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
13606
+  (12.3ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13607
+  (11.8ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13608
+  (12.5ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13609
+  (11.9ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13610
+  (11.6ms) 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
13611
+  (11.7ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13612
+  (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
13613
+  (11.9ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13614
+  (12.2ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13615
+  (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
13616
+  (11.8ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13617
+  (11.1ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13618
+  (11.0ms) 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
13619
+  (10.1ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13620
+  (10.7ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13621
+  (10.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
13622
+  (11.8ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13623
+  (12.4ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13624
+  (11.9ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13625
+  (13.8ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13626
+  (0.2ms) SELECT version FROM `schema_migrations`
13627
+  (4.1ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13628
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13629
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13630
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13631
+  (359.5ms) SELECT * FROM information_schema.tables
13632
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13633
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13634
+  (0.1ms) BEGIN
13635
+  (0.1ms) COMMIT
13636
+  (0.1ms) BEGIN
13637
+  (0.1ms) ROLLBACK
13638
+  (0.1ms) BEGIN
13639
+  (0.1ms) COMMIT
13640
+  (0.1ms) BEGIN
13641
+  (0.1ms) ROLLBACK
13642
+  (0.1ms) BEGIN
13643
+  (0.1ms) COMMIT
13644
+  (0.1ms) BEGIN
13645
+  (0.1ms) ROLLBACK
13646
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13647
+  (19.9ms) DROP DATABASE IF EXISTS `wp_test`
13648
+  (5.5ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13649
+  (11.5ms) 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
13650
+  (12.7ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13651
+  (12.5ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13652
+  (12.9ms) 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
13653
+  (12.8ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13654
+  (12.4ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13655
+  (12.0ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13656
+  (10.9ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13657
+  (12.6ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13658
+  (12.3ms) 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
13659
+  (12.7ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13660
+  (12.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
13661
+  (11.1ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13662
+  (11.2ms) 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
13663
+  (11.2ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13664
+  (10.8ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13665
+  (12.0ms) 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
13666
+  (12.7ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13667
+  (12.2ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13668
+  (9.8ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13669
+  (11.0ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13670
+  (10.7ms) 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
13671
+  (11.1ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13672
+  (11.7ms) 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
13673
+  (12.2ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13674
+  (12.2ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13675
+  (10.8ms) 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
13676
+  (12.8ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13677
+  (11.4ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13678
+  (12.5ms) 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
13679
+  (11.7ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13680
+  (11.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13681
+  (11.9ms) 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
13682
+  (12.5ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13683
+  (11.8ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13684
+  (12.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13685
+  (14.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13686
+  (0.2ms) SELECT version FROM `schema_migrations`
13687
+  (3.9ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13688
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13689
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13690
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13691
+  (354.5ms) SELECT * FROM information_schema.tables
13692
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13693
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13694
+  (0.1ms) BEGIN
13695
+  (0.1ms) COMMIT
13696
+  (0.1ms) BEGIN
13697
+  (0.1ms) SAVEPOINT active_record_1
13698
+ 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-30 19:42:31', 'ACTIVATIONKEY', 'DISPLAY NAME')
13699
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13700
+  (0.1ms) SAVEPOINT active_record_1
13701
+ 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-30 19:42:31', 'ACTIVATIONKEY', 'DISPLAY NAME')
13702
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13703
+  (0.1ms) SAVEPOINT active_record_1
13704
+ 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
13705
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13706
+ 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', '\'', 1, '2016-05-30 19:42:31', '2016-05-30 19:42:31', 'test', '2016-05-30 19:42:31', '2016-05-30 19:42:31')
13707
+  (0.2ms) RELEASE SAVEPOINT active_record_1
13708
+  (6.2ms) ROLLBACK
13709
+  (0.1ms) BEGIN
13710
+  (0.1ms) COMMIT
13711
+  (0.1ms) BEGIN
13712
+  (0.1ms) SAVEPOINT active_record_1
13713
+ 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-30 19:42:31', 'ACTIVATIONKEY', 'DISPLAY NAME')
13714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13715
+  (5.9ms) ROLLBACK
13716
+  (0.1ms) BEGIN
13717
+  (0.1ms) COMMIT
13718
+  (0.1ms) BEGIN
13719
+  (0.1ms) SAVEPOINT active_record_1
13720
+ 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-30 19:42:31', 'ACTIVATIONKEY', 'DISPLAY NAME')
13721
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13722
+  (0.1ms) SAVEPOINT active_record_1
13723
+ 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-30 19:42:31', 'ACTIVATIONKEY', 'DISPLAY NAME')
13724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13725
+  (0.1ms) SAVEPOINT active_record_1
13726
+ 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
13727
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13728
+ 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-30 19:42:31', '2016-05-30 19:42:31', 'test', '2016-05-30 19:42:31', '2016-05-30 19:42:31')
13729
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13730
+  (0.1ms) SAVEPOINT active_record_1
13731
+ 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-30 19:42:31', 'ACTIVATIONKEY', 'DISPLAY NAME')
13732
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13733
+  (0.1ms) SAVEPOINT active_record_1
13734
+ 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
13735
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13736
+ 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', '\'', 4, '2016-05-30 19:42:31', '2016-05-30 19:42:31', 'test', '2016-05-30 19:42:31', '2016-05-30 19:42:31')
13737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13738
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 4
13739
+  (6.4ms) ROLLBACK
13740
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13741
+  (23.2ms) DROP DATABASE IF EXISTS `wp_test`
13742
+  (9.5ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
13743
+  (11.9ms) 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
13744
+  (11.4ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
13745
+  (11.9ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
13746
+  (12.6ms) 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
13747
+  (12.3ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
13748
+  (11.9ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
13749
+  (11.0ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
13750
+  (12.5ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
13751
+  (12.7ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
13752
+  (12.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
13753
+  (11.1ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
13754
+  (12.2ms) 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
13755
+  (10.7ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
13756
+  (13.1ms) 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
13757
+  (11.6ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
13758
+  (11.8ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
13759
+  (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
13760
+  (11.6ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
13761
+  (12.7ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
13762
+  (10.9ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
13763
+  (9.2ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
13764
+  (9.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
13765
+  (11.0ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
13766
+  (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
13767
+  (11.3ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
13768
+  (11.6ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
13769
+  (12.6ms) 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
13770
+  (12.6ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
13771
+  (12.2ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
13772
+  (12.6ms) 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
13773
+  (11.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
13774
+  (12.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
13775
+  (14.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
13776
+  (11.8ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
13777
+  (12.2ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
13778
+  (12.4ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
13779
+  (15.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
13780
+  (0.2ms) SELECT version FROM `schema_migrations`
13781
+  (4.6ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
13782
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
13783
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
13784
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
13785
+  (1293.7ms) SELECT * FROM information_schema.tables
13786
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
13787
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
13788
+  (0.1ms) BEGIN
13789
+  (0.1ms) COMMIT
13790
+  (0.1ms) BEGIN
13791
+  (0.1ms) SAVEPOINT active_record_1
13792
+ 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-30 20:08:43', 'ACTIVATIONKEY', 'DISPLAY NAME')
13793
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13794
+  (0.1ms) SAVEPOINT active_record_1
13795
+ SQL (0.2ms) INSERT INTO `wp_usermeta` (`meta_key`, `meta_value`, `user_id`) VALUES ('foo', 'TEST', 1)
13796
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13797
+ Wordpress::Usermeta Load (0.3ms) SELECT `wp_usermeta`.* FROM `wp_usermeta` WHERE `wp_usermeta`.`user_id` = 1
13798
+  (5.7ms) ROLLBACK
13799
+  (0.1ms) BEGIN
13800
+  (0.1ms) COMMIT
13801
+  (0.1ms) BEGIN
13802
+  (0.2ms) SAVEPOINT active_record_1
13803
+ 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-30 20:08:43', 'ACTIVATIONKEY', 'DISPLAY NAME')
13804
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13805
+  (0.1ms) SAVEPOINT active_record_1
13806
+ 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
13807
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13808
+ 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', '\'', 2, '2016-05-30 20:08:43', '2016-05-30 20:08:43', 'test', '2016-05-30 20:08:43', '2016-05-30 20:08:43')
13809
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13810
+  (0.1ms) SAVEPOINT active_record_1
13811
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13812
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
13813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13814
+  (0.1ms) SAVEPOINT active_record_1
13815
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 1)
13816
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13817
+  (0.1ms) SAVEPOINT active_record_1
13818
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (1, 1)
13819
+ SQL (0.3ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 1
13820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13821
+  (0.1ms) SAVEPOINT active_record_1
13822
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13823
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
13824
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13825
+  (0.1ms) SAVEPOINT active_record_1
13826
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 2)
13827
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13828
+  (0.1ms) SAVEPOINT active_record_1
13829
+ SQL (10.0ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (1, 2)
13830
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 2
13831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13832
+  (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` = 1
13833
+  (9.6ms) ROLLBACK
13834
+  (0.1ms) BEGIN
13835
+  (0.1ms) COMMIT
13836
+  (0.1ms) BEGIN
13837
+  (0.1ms) SAVEPOINT active_record_1
13838
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
13839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13840
+  (0.1ms) SAVEPOINT active_record_1
13841
+ 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
13842
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13843
+ 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', '\'', 3, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
13844
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13845
+  (0.1ms) SAVEPOINT active_record_1
13846
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13847
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
13848
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13849
+  (0.1ms) SAVEPOINT active_record_1
13850
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 3)
13851
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13852
+  (0.1ms) SAVEPOINT active_record_1
13853
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (2, 3)
13854
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3
13855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13856
+  (0.0ms) SAVEPOINT active_record_1
13857
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13858
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
13859
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13860
+  (0.1ms) SAVEPOINT active_record_1
13861
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 4)
13862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13863
+  (0.1ms) SAVEPOINT active_record_1
13864
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (2, 4)
13865
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4
13866
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13867
+ 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` = 2 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
13868
+ 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
13869
+  (0.1ms) SAVEPOINT active_record_1
13870
+ Wordpress::Relationship Load (0.1ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 2 AND `wp_term_relationships`.`term_taxonomy_id` IN (3, 4)
13871
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3 LIMIT 1
13872
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3
13873
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4 LIMIT 1
13874
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4
13875
+ SQL (1.0ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 2 AND `wp_term_relationships`.`term_taxonomy_id` IN (3, 4)
13876
+ 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
13877
+ SQL (0.2ms) DELETE FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 2
13878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13879
+ 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` = 3 LIMIT 1
13880
+ 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` = 4 LIMIT 1
13881
+  (0.4ms) ROLLBACK
13882
+  (0.1ms) BEGIN
13883
+  (0.1ms) COMMIT
13884
+  (0.1ms) BEGIN
13885
+  (0.1ms) SAVEPOINT active_record_1
13886
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
13887
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13888
+  (0.1ms) SAVEPOINT active_record_1
13889
+ 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
13890
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13891
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
13892
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13893
+  (0.1ms) SAVEPOINT active_record_1
13894
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13895
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
13896
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13897
+  (0.1ms) SAVEPOINT active_record_1
13898
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 5)
13899
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13900
+  (0.1ms) SAVEPOINT active_record_1
13901
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (3, 5)
13902
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 5
13903
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13904
+  (0.1ms) SAVEPOINT active_record_1
13905
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13906
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
13907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13908
+  (0.1ms) SAVEPOINT active_record_1
13909
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 6)
13910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13911
+  (0.1ms) SAVEPOINT active_record_1
13912
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (3, 6)
13913
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6
13914
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13915
+ 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 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
13916
+ 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
13917
+  (0.5ms) ROLLBACK
13918
+  (0.1ms) BEGIN
13919
+  (0.1ms) COMMIT
13920
+  (0.1ms) BEGIN
13921
+  (0.1ms) SAVEPOINT active_record_1
13922
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
13923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13924
+  (0.1ms) SAVEPOINT active_record_1
13925
+ 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
13926
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13927
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
13928
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13929
+  (0.1ms) SAVEPOINT active_record_1
13930
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13931
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
13932
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13933
+  (0.1ms) SAVEPOINT active_record_1
13934
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 7)
13935
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13936
+  (0.1ms) SAVEPOINT active_record_1
13937
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 7)
13938
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7
13939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13940
+  (0.1ms) SAVEPOINT active_record_1
13941
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13942
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
13943
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13944
+  (0.1ms) SAVEPOINT active_record_1
13945
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 8)
13946
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13947
+  (0.1ms) SAVEPOINT active_record_1
13948
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 8)
13949
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8
13950
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13951
+ 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` = 4 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
13952
+ 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
13953
+  (0.1ms) SAVEPOINT active_record_1
13954
+ 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 (7, 8)
13955
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7 LIMIT 1
13956
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7
13957
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8 LIMIT 1
13958
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8
13959
+ SQL (0.2ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 4 AND `wp_term_relationships`.`term_taxonomy_id` IN (7, 8)
13960
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13961
+ 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` = 7 LIMIT 1
13962
+ 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` = 8 LIMIT 1
13963
+  (0.5ms) ROLLBACK
13964
+  (0.1ms) BEGIN
13965
+  (0.1ms) COMMIT
13966
+  (0.1ms) BEGIN
13967
+  (0.1ms) SAVEPOINT active_record_1
13968
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
13969
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13970
+  (0.1ms) SAVEPOINT active_record_1
13971
+ 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
13972
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13973
+ 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!', '', '', '', '', 6, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'page', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
13974
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13975
+  (0.4ms) ROLLBACK
13976
+  (0.1ms) BEGIN
13977
+  (0.1ms) COMMIT
13978
+  (0.1ms) BEGIN
13979
+  (0.1ms) SAVEPOINT active_record_1
13980
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
13981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13982
+  (0.1ms) SAVEPOINT active_record_1
13983
+ 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
13984
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
13985
+ 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!', '', '', '', '', 7, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'page', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
13986
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13987
+ Wordpress::PostTag 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 ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
13988
+  (0.1ms) SAVEPOINT active_record_1
13989
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13990
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
13991
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13992
+  (0.1ms) SAVEPOINT active_record_1
13993
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 9, '')
13994
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13995
+ 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
13996
+  (0.1ms) SAVEPOINT active_record_1
13997
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
13998
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
13999
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14000
+  (0.1ms) SAVEPOINT active_record_1
14001
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 10, '')
14002
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14003
+ 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` = 6 AND `wp_term_taxonomy`.`term_taxonomy_id` = 9 LIMIT 1
14004
+ 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` = 6 AND `wp_term_taxonomy`.`term_taxonomy_id` = 10 LIMIT 1
14005
+ 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` = 6
14006
+  (0.1ms) SAVEPOINT active_record_1
14007
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 6
14008
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (9, 6)
14009
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
14010
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (10, 6)
14011
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10
14012
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14013
+  (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
14014
+  (0.5ms) ROLLBACK
14015
+  (0.1ms) BEGIN
14016
+  (0.1ms) COMMIT
14017
+  (0.1ms) BEGIN
14018
+  (0.1ms) SAVEPOINT active_record_1
14019
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14021
+  (0.1ms) SAVEPOINT active_record_1
14022
+ 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
14023
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14024
+ 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!', '', '', '', '', 8, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'page', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14025
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14026
+  (0.1ms) SAVEPOINT active_record_1
14027
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14028
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo60', 'foo60')
14029
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14030
+  (0.1ms) SAVEPOINT active_record_1
14031
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo60', 11)
14032
+  (0.2ms) RELEASE SAVEPOINT active_record_1
14033
+  (0.1ms) SAVEPOINT active_record_1
14034
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (7, 11)
14035
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11
14036
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14037
+  (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` = 7
14038
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 7
14039
+ 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` = 7 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14040
+  (0.5ms) ROLLBACK
14041
+  (0.1ms) BEGIN
14042
+  (0.1ms) COMMIT
14043
+  (0.1ms) BEGIN
14044
+  (0.1ms) SAVEPOINT active_record_1
14045
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14046
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
14047
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14048
+  (0.1ms) SAVEPOINT active_record_1
14049
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 12)
14050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14051
+ Wordpress::Term Load (0.3ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 12 LIMIT 1
14052
+  (5.8ms) ROLLBACK
14053
+  (0.1ms) BEGIN
14054
+  (0.1ms) COMMIT
14055
+  (0.1ms) BEGIN
14056
+  (0.1ms) SAVEPOINT active_record_1
14057
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14058
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
14059
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14060
+  (0.1ms) SAVEPOINT active_record_1
14061
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 13)
14062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14063
+ 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` = 'Hello Again' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14064
+  (6.3ms) ROLLBACK
14065
+  (0.1ms) BEGIN
14066
+  (0.1ms) COMMIT
14067
+  (0.1ms) BEGIN
14068
+ 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
14069
+  (0.1ms) SAVEPOINT active_record_1
14070
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14071
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello, Hello!', 'hello-hello')
14072
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14073
+  (0.1ms) SAVEPOINT active_record_1
14074
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 14, '')
14075
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14076
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 14 LIMIT 1
14077
+  (0.4ms) ROLLBACK
14078
+  (0.1ms) BEGIN
14079
+  (0.1ms) COMMIT
14080
+  (0.1ms) BEGIN
14081
+  (0.1ms) SAVEPOINT active_record_1
14082
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14083
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14084
+  (0.3ms) ROLLBACK
14085
+  (0.1ms) BEGIN
14086
+  (0.1ms) COMMIT
14087
+  (0.1ms) BEGIN
14088
+  (0.1ms) SAVEPOINT active_record_1
14089
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14090
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14091
+  (0.1ms) SAVEPOINT active_record_1
14092
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14094
+  (0.1ms) SAVEPOINT active_record_1
14095
+ 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
14096
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14097
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14098
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14099
+  (0.3ms) ROLLBACK
14100
+  (0.1ms) BEGIN
14101
+  (0.1ms) COMMIT
14102
+  (0.1ms) BEGIN
14103
+  (0.1ms) SAVEPOINT active_record_1
14104
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14106
+  (0.1ms) SAVEPOINT active_record_1
14107
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14108
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14109
+  (0.1ms) SAVEPOINT active_record_1
14110
+ 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
14111
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14112
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14114
+  (0.1ms) SAVEPOINT active_record_1
14115
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14116
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14117
+  (0.1ms) SAVEPOINT active_record_1
14118
+ 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
14119
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14120
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14121
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14122
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 12
14123
+  (0.5ms) ROLLBACK
14124
+  (0.1ms) BEGIN
14125
+  (0.1ms) COMMIT
14126
+  (0.1ms) BEGIN
14127
+  (0.1ms) ROLLBACK
14128
+  (0.1ms) BEGIN
14129
+  (0.1ms) COMMIT
14130
+  (0.1ms) BEGIN
14131
+  (0.1ms) ROLLBACK
14132
+  (0.1ms) BEGIN
14133
+  (0.1ms) COMMIT
14134
+  (0.0ms) BEGIN
14135
+  (0.1ms) SAVEPOINT active_record_1
14136
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14137
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14138
+  (0.1ms) SAVEPOINT active_record_1
14139
+ 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
14140
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14141
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14142
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14143
+  (0.4ms) ROLLBACK
14144
+  (0.1ms) BEGIN
14145
+  (0.1ms) COMMIT
14146
+  (0.1ms) BEGIN
14147
+  (0.1ms) SAVEPOINT active_record_1
14148
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14150
+  (0.1ms) SAVEPOINT active_record_1
14151
+ 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
14152
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14153
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14155
+  (0.1ms) SAVEPOINT active_record_1
14156
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14157
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14158
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14159
+  (0.1ms) SAVEPOINT active_record_1
14160
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 15)
14161
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14162
+  (0.1ms) SAVEPOINT active_record_1
14163
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (12, 15)
14164
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 15
14165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14166
+  (0.1ms) SAVEPOINT active_record_1
14167
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 12
14168
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14169
+ 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` = 12 AND `wp_term_taxonomy`.`term_taxonomy_id` = 15 LIMIT 1
14170
+  (6.2ms) ROLLBACK
14171
+  (0.1ms) BEGIN
14172
+  (0.1ms) COMMIT
14173
+  (0.1ms) BEGIN
14174
+  (0.1ms) SAVEPOINT active_record_1
14175
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14176
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14177
+  (0.1ms) SAVEPOINT active_record_1
14178
+ 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
14179
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14180
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14181
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14182
+  (0.1ms) SAVEPOINT active_record_1
14183
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14184
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14185
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14186
+  (0.1ms) SAVEPOINT active_record_1
14187
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 16)
14188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14189
+  (0.2ms) SAVEPOINT active_record_1
14190
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (13, 16)
14191
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 16
14192
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14193
+  (0.1ms) SAVEPOINT active_record_1
14194
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 13
14195
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14196
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 16 LIMIT 1
14197
+ 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` = 13
14198
+  (5.2ms) ROLLBACK
14199
+  (0.1ms) BEGIN
14200
+  (0.1ms) COMMIT
14201
+  (0.1ms) BEGIN
14202
+  (0.1ms) SAVEPOINT active_record_1
14203
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14204
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14205
+  (0.1ms) SAVEPOINT active_record_1
14206
+ 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
14207
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14208
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14209
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14210
+  (0.1ms) SAVEPOINT active_record_1
14211
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14212
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14213
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14214
+  (0.1ms) SAVEPOINT active_record_1
14215
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 17)
14216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14217
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 17 LIMIT 1
14218
+ 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
14219
+ 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` = 17 LIMIT 1
14220
+ Wordpress::Category 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 ('category') AND `wp_term_relationships`.`object_id` = 14 AND `wp_term_taxonomy`.`term_taxonomy_id` = 17 LIMIT 1
14221
+ 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` = 14
14222
+  (0.1ms) SAVEPOINT active_record_1
14223
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 14
14224
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (17, 14)
14225
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 17
14226
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14227
+ 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` = 14
14228
+  (0.4ms) ROLLBACK
14229
+  (0.1ms) BEGIN
14230
+  (0.1ms) COMMIT
14231
+  (0.0ms) BEGIN
14232
+  (0.1ms) SAVEPOINT active_record_1
14233
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14235
+  (0.1ms) SAVEPOINT active_record_1
14236
+ 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
14237
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14238
+ 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', '\'', 19, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14239
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14240
+  (0.1ms) SAVEPOINT active_record_1
14241
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14242
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14243
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14244
+  (0.1ms) SAVEPOINT active_record_1
14245
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 18)
14246
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14247
+ 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` = 18 LIMIT 1
14248
+ 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` = 15 AND `wp_term_taxonomy`.`term_taxonomy_id` = 18 LIMIT 1
14249
+ 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` = 15
14250
+  (0.1ms) SAVEPOINT active_record_1
14251
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 15
14252
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (18, 15)
14253
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 18
14254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14255
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14256
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14257
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14258
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15
14259
+ 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` = 'Foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14260
+  (0.1ms) SAVEPOINT active_record_1
14261
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14262
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
14263
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14264
+  (0.1ms) SAVEPOINT active_record_1
14265
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Foo', 19)
14266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14267
+ 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
14268
+  (0.1ms) SAVEPOINT active_record_1
14269
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14270
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
14271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14272
+  (0.1ms) SAVEPOINT active_record_1
14273
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Bar', 20)
14274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14275
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 19 LIMIT 1
14276
+ 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` = 20 LIMIT 1
14277
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 15 LIMIT 1
14278
+ 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` = 15 AND `wp_term_taxonomy`.`term_taxonomy_id` = 19 LIMIT 1
14279
+ 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` = 15 AND `wp_term_taxonomy`.`term_taxonomy_id` = 20 LIMIT 1
14280
+ 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` = 15
14281
+  (0.1ms) SAVEPOINT active_record_1
14282
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 19 LIMIT 1
14283
+ 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, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '15-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'a0282d11-e893-434f-9295-ff06d2f7707b', 15)
14284
+ 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` = 15
14285
+ SQL (0.1ms) DELETE FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 18
14286
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 15
14287
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (19, 15)
14288
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 19
14289
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (20, 15)
14290
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 20
14291
+ 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
14292
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14293
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 15 LIMIT 1
14294
+ 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
14295
+ 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` = 15
14296
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 19 LIMIT 1
14297
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 20 LIMIT 1
14298
+  (0.4ms) ROLLBACK
14299
+  (0.1ms) BEGIN
14300
+  (0.1ms) COMMIT
14301
+  (0.1ms) BEGIN
14302
+  (0.1ms) SAVEPOINT active_record_1
14303
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14304
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14305
+  (0.1ms) SAVEPOINT active_record_1
14306
+ 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
14307
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14308
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14309
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14310
+  (0.1ms) SAVEPOINT active_record_1
14311
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14312
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14314
+  (0.1ms) SAVEPOINT active_record_1
14315
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 21)
14316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14317
+  (0.2ms) SAVEPOINT active_record_1
14318
+ SQL (0.5ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (17, 21)
14319
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 21
14320
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14321
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 17 LIMIT 1
14322
+  (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` = 17
14323
+ 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` = 17 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
14324
+ 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` = 17 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
14325
+  (0.5ms) ROLLBACK
14326
+  (0.1ms) BEGIN
14327
+  (0.1ms) COMMIT
14328
+  (0.1ms) BEGIN
14329
+  (0.1ms) SAVEPOINT active_record_1
14330
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14331
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14332
+  (0.1ms) SAVEPOINT active_record_1
14333
+ 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
14334
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14335
+ 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', '\'', 21, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14336
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14337
+  (0.1ms) SAVEPOINT active_record_1
14338
+ Wordpress::Term Exists (0.4ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14339
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14340
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14341
+  (0.1ms) SAVEPOINT active_record_1
14342
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 22)
14343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14344
+ 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
14345
+ 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` = 18 AND `wp_term_taxonomy`.`term_taxonomy_id` = 22 LIMIT 1
14346
+ 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
14347
+  (0.1ms) SAVEPOINT active_record_1
14348
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 18
14349
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (22, 18)
14350
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 22
14351
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14352
+ 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
14353
+  (0.4ms) ROLLBACK
14354
+  (0.1ms) BEGIN
14355
+  (0.1ms) COMMIT
14356
+  (0.1ms) BEGIN
14357
+  (0.1ms) SAVEPOINT active_record_1
14358
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14359
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14360
+  (0.1ms) SAVEPOINT active_record_1
14361
+ 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
14362
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14363
+ 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', '\'', 22, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14365
+  (0.1ms) SAVEPOINT active_record_1
14366
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14367
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14368
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14369
+  (0.1ms) SAVEPOINT active_record_1
14370
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 23)
14371
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14372
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 23 LIMIT 1
14373
+ 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` = 'Foobar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14374
+ 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` = 23 LIMIT 1
14375
+ Wordpress::Category 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 ('category') AND `wp_term_relationships`.`object_id` = 19 AND `wp_term_taxonomy`.`term_taxonomy_id` = 23 LIMIT 1
14376
+ 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` = 19
14377
+  (0.1ms) SAVEPOINT active_record_1
14378
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 19
14379
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (23, 19)
14380
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 23
14381
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14382
+ 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` = 19
14383
+  (0.4ms) ROLLBACK
14384
+  (0.1ms) BEGIN
14385
+  (0.1ms) COMMIT
14386
+  (0.1ms) BEGIN
14387
+  (0.1ms) SAVEPOINT active_record_1
14388
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14389
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14390
+  (0.1ms) SAVEPOINT active_record_1
14391
+ 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
14392
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14393
+ 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', '\'', 23, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14394
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14395
+  (0.1ms) SAVEPOINT active_record_1
14396
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14397
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
14398
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14399
+  (0.1ms) SAVEPOINT active_record_1
14400
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 24)
14401
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14402
+ 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` = 24 LIMIT 1
14403
+ 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` = 20 AND `wp_term_taxonomy`.`term_taxonomy_id` = 24 LIMIT 1
14404
+ 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` = 20
14405
+  (0.1ms) SAVEPOINT active_record_1
14406
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 20
14407
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (24, 20)
14408
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24
14409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14410
+ 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` = 20
14411
+  (0.4ms) ROLLBACK
14412
+  (0.1ms) BEGIN
14413
+  (0.1ms) COMMIT
14414
+  (0.1ms) BEGIN
14415
+  (0.1ms) SAVEPOINT active_record_1
14416
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14418
+  (0.1ms) SAVEPOINT active_record_1
14419
+ 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
14420
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14421
+ 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', '\'', 24, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14422
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14423
+ Wordpress::PostTag 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 ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14424
+  (0.1ms) SAVEPOINT active_record_1
14425
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14426
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
14427
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14428
+  (0.1ms) SAVEPOINT active_record_1
14429
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 25, '')
14430
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14431
+ 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
14432
+  (0.1ms) SAVEPOINT active_record_1
14433
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14434
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
14435
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14436
+  (0.1ms) SAVEPOINT active_record_1
14437
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 26, '')
14438
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14439
+ 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` = 21 AND `wp_term_taxonomy`.`term_taxonomy_id` = 25 LIMIT 1
14440
+ 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` = 21 AND `wp_term_taxonomy`.`term_taxonomy_id` = 26 LIMIT 1
14441
+ 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
14442
+  (0.1ms) SAVEPOINT active_record_1
14443
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 21
14444
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (25, 21)
14445
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 25
14446
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (26, 21)
14447
+ SQL (0.5ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 26
14448
+  (0.3ms) RELEASE SAVEPOINT active_record_1
14449
+  (0.4ms) 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` = 21
14450
+  (0.5ms) ROLLBACK
14451
+  (0.1ms) BEGIN
14452
+  (0.1ms) COMMIT
14453
+  (0.1ms) BEGIN
14454
+  (0.1ms) SAVEPOINT active_record_1
14455
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14457
+  (0.1ms) SAVEPOINT active_record_1
14458
+ 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
14459
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14460
+ 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', '\'', 25, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14461
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14462
+  (0.1ms) SAVEPOINT active_record_1
14463
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14464
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo87', 'foo87')
14465
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14466
+  (0.1ms) SAVEPOINT active_record_1
14467
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo87', 27)
14468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14469
+  (0.1ms) SAVEPOINT active_record_1
14470
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (22, 27)
14471
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27
14472
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14473
+  (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` = 22
14474
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 22
14475
+ 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` = 22 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14476
+  (0.4ms) ROLLBACK
14477
+  (0.1ms) BEGIN
14478
+  (0.1ms) COMMIT
14479
+  (0.0ms) BEGIN
14480
+  (0.1ms) SAVEPOINT active_record_1
14481
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14483
+  (0.1ms) SAVEPOINT active_record_1
14484
+ 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
14485
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14486
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14487
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14488
+  (0.3ms) ROLLBACK
14489
+  (0.1ms) BEGIN
14490
+  (0.1ms) COMMIT
14491
+  (0.0ms) BEGIN
14492
+  (0.1ms) SAVEPOINT active_record_1
14493
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14495
+  (0.1ms) SAVEPOINT active_record_1
14496
+ 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
14497
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14498
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14499
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14500
+  (0.1ms) SAVEPOINT active_record_1
14501
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 24)
14502
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14503
+ Wordpress::Postmeta Load (0.2ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 24
14504
+  (0.4ms) ROLLBACK
14505
+  (0.1ms) BEGIN
14506
+  (0.1ms) COMMIT
14507
+  (0.1ms) BEGIN
14508
+  (0.1ms) SAVEPOINT active_record_1
14509
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14511
+  (0.1ms) SAVEPOINT active_record_1
14512
+ 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
14513
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14514
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14515
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14516
+ 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
14517
+ 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
14518
+ 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
14519
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25
14520
+  (0.1ms) SAVEPOINT active_record_1
14521
+ 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
14522
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 28 LIMIT 1
14523
+ 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', 28, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '25-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'cb2a29fb-9e5f-4d47-aaa5-cb14a769779f', 25)
14524
+ Wordpress::PostTag Load (0.5ms) 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
14525
+ 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
14526
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 25
14527
+ 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
14528
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14529
+  (0.4ms) ROLLBACK
14530
+  (0.1ms) BEGIN
14531
+  (0.1ms) COMMIT
14532
+  (0.1ms) BEGIN
14533
+  (0.1ms) SAVEPOINT active_record_1
14534
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14536
+  (0.1ms) SAVEPOINT active_record_1
14537
+ 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
14538
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14539
+ 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', '\'', 29, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14540
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14541
+ 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
14542
+ 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
14543
+ 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
14544
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27
14545
+  (0.1ms) SAVEPOINT active_record_1
14546
+ 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
14547
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 29 LIMIT 1
14548
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '27-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', '4ff95e5d-f831-464e-9575-722113283a24', 27)
14549
+ 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
14550
+ 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
14551
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 27
14552
+ 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
14553
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14554
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27
14555
+  (0.3ms) ROLLBACK
14556
+  (0.1ms) BEGIN
14557
+  (0.1ms) COMMIT
14558
+  (0.1ms) BEGIN
14559
+  (0.1ms) SAVEPOINT active_record_1
14560
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14561
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14562
+  (0.1ms) SAVEPOINT active_record_1
14563
+ 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
14564
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14565
+ 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', '\'', 30, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14566
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14567
+ 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
14568
+ 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
14569
+ 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
14570
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29
14571
+  (0.3ms) ROLLBACK
14572
+  (0.1ms) BEGIN
14573
+  (0.1ms) COMMIT
14574
+  (0.1ms) BEGIN
14575
+  (0.1ms) SAVEPOINT active_record_1
14576
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14578
+  (0.1ms) SAVEPOINT active_record_1
14579
+ 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
14580
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14581
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14582
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14583
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 30 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14584
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 30 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14585
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 30 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14586
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 30
14587
+  (0.4ms) ROLLBACK
14588
+  (0.1ms) BEGIN
14589
+  (0.1ms) COMMIT
14590
+  (0.1ms) BEGIN
14591
+  (0.1ms) SAVEPOINT active_record_1
14592
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14593
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14594
+  (0.1ms) SAVEPOINT active_record_1
14595
+ 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
14596
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14597
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14599
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 31 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14600
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 31 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14601
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 31
14602
+  (0.3ms) ROLLBACK
14603
+  (0.1ms) BEGIN
14604
+  (0.1ms) COMMIT
14605
+  (0.2ms) BEGIN
14606
+  (0.1ms) SAVEPOINT active_record_1
14607
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14608
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14609
+  (0.1ms) SAVEPOINT active_record_1
14610
+ 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
14611
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14612
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14613
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14614
+ 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
14615
+ 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
14616
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32
14617
+  (0.1ms) SAVEPOINT active_record_1
14618
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 32 LIMIT 1
14619
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 33 LIMIT 1
14620
+ 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', 33, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '32-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'c41e8311-c561-4cb6-a2d7-f29daf17f4d1', 32)
14621
+ 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` = 32
14622
+ 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
14623
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 32
14624
+ 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
14625
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14626
+ 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
14627
+  (0.3ms) ROLLBACK
14628
+  (0.1ms) BEGIN
14629
+  (0.1ms) COMMIT
14630
+  (0.1ms) BEGIN
14631
+  (0.1ms) SAVEPOINT active_record_1
14632
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14633
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14634
+  (0.1ms) SAVEPOINT active_record_1
14635
+ 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
14636
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14637
+ 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', '\'', 34, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14638
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14639
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 34 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14640
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 34 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14641
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 34 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14642
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 34
14643
+  (0.1ms) SAVEPOINT active_record_1
14644
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 34 LIMIT 1
14645
+ Wordpress::User Load (0.3ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 34 LIMIT 1
14646
+ 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', 34, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '34-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', '7dbc67c8-ba1e-474e-a8cb-b636d34c7bfa', 34)
14647
+ 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` = 34
14648
+ 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` = 34
14649
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 34
14650
+ 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
14651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14652
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 34 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14653
+  (0.4ms) ROLLBACK
14654
+  (0.1ms) BEGIN
14655
+  (0.1ms) COMMIT
14656
+  (0.1ms) BEGIN
14657
+  (0.1ms) SAVEPOINT active_record_1
14658
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14659
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14660
+  (0.1ms) SAVEPOINT active_record_1
14661
+ 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
14662
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14663
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14664
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14665
+  (0.1ms) SAVEPOINT active_record_1
14666
+ 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` = 36
14667
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14668
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 36 LIMIT 1
14669
+ 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
14670
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 36 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14671
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 36 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14672
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 36 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14673
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 36
14674
+  (0.1ms) SAVEPOINT active_record_1
14675
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 36 LIMIT 1
14676
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 35 LIMIT 1
14677
+ 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', 35, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '36-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'c09302f8-3f06-4a77-9ff3-386a11462422', 36)
14678
+ 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
14679
+ 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` = 36
14680
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 36
14681
+ 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
14682
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14683
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 36 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14684
+  (0.4ms) ROLLBACK
14685
+  (0.1ms) BEGIN
14686
+  (0.1ms) COMMIT
14687
+  (0.1ms) BEGIN
14688
+  (0.1ms) SAVEPOINT active_record_1
14689
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14690
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14691
+  (0.1ms) SAVEPOINT active_record_1
14692
+ 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
14693
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14694
+ 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', '\'', 36, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14695
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14696
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 38 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14697
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 38 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14698
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 38
14699
+  (0.1ms) SAVEPOINT active_record_1
14700
+ 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` = 38
14701
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 38 LIMIT 1
14702
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 36 LIMIT 1
14703
+ 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', 36, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '38-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', '6286020f-d316-4108-b42d-4e9a16511fd9', 38)
14704
+ 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` = 38
14705
+ 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` = 38
14706
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 38
14707
+ 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
14708
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14709
+  (0.1ms) SAVEPOINT active_record_1
14710
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44', `post_name` = 'test' WHERE `wp_posts`.`ID` = 39
14711
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 38
14712
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14713
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 38 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14714
+  (0.4ms) ROLLBACK
14715
+  (0.1ms) BEGIN
14716
+  (0.1ms) COMMIT
14717
+  (0.1ms) BEGIN
14718
+  (0.1ms) SAVEPOINT active_record_1
14719
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14720
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14721
+  (0.1ms) SAVEPOINT active_record_1
14722
+ 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
14723
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14724
+ 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', '\'', 37, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14725
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14726
+  (0.1ms) SAVEPOINT active_record_1
14727
+ 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` = 40
14728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14729
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 40 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14730
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 40 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14731
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 40
14732
+  (0.1ms) SAVEPOINT active_record_1
14733
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 40 LIMIT 1
14734
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 37 LIMIT 1
14735
+ 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', 37, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '40-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', '2855809a-6756-4f51-a7a9-4575599f6b71', 40)
14736
+ 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` = 40
14737
+ 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` = 40
14738
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 40
14739
+ 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
14740
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14741
+  (0.4ms) ROLLBACK
14742
+  (0.1ms) BEGIN
14743
+  (0.1ms) COMMIT
14744
+  (0.1ms) BEGIN
14745
+  (0.1ms) SAVEPOINT active_record_1
14746
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14747
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14748
+  (0.1ms) SAVEPOINT active_record_1
14749
+ 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
14750
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14751
+ 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', '\'', 38, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14752
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14753
+  (0.1ms) SAVEPOINT active_record_1
14754
+ 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` = 42
14755
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14756
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14757
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14758
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42
14759
+  (0.1ms) SAVEPOINT active_record_1
14760
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 42 LIMIT 1
14761
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 38 LIMIT 1
14762
+ 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', 38, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '42-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'e24daa28-16c8-446a-a1d4-9f2f3f58ac98', 42)
14763
+ 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` = 42
14764
+ 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` = 42
14765
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 42
14766
+ 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
14767
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14768
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14769
+  (0.4ms) ROLLBACK
14770
+  (0.1ms) BEGIN
14771
+  (0.1ms) COMMIT
14772
+  (0.1ms) BEGIN
14773
+  (0.1ms) SAVEPOINT active_record_1
14774
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14776
+  (0.1ms) SAVEPOINT active_record_1
14777
+ 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
14778
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14779
+ 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', '\'', 39, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14780
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14781
+  (0.1ms) SAVEPOINT active_record_1
14782
+ 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` = 44
14783
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14784
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 44 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14785
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 44 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14786
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 44
14787
+  (0.1ms) SAVEPOINT active_record_1
14788
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 44 LIMIT 1
14789
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 39 LIMIT 1
14790
+ 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', 39, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '44-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'c3f19575-a197-415b-afd9-531760281ed5', 44)
14791
+ 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` = 44
14792
+ 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
14793
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 44
14794
+ 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
14795
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14796
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 44 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14797
+  (0.4ms) ROLLBACK
14798
+  (0.1ms) BEGIN
14799
+  (0.1ms) COMMIT
14800
+  (0.1ms) BEGIN
14801
+  (0.1ms) SAVEPOINT active_record_1
14802
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14803
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14804
+  (0.1ms) SAVEPOINT active_record_1
14805
+ 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
14806
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14807
+ 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-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14808
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14809
+  (0.1ms) SAVEPOINT active_record_1
14810
+ SQL (0.3ms) 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` = 46
14811
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14812
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14813
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14814
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46
14815
+  (0.1ms) SAVEPOINT active_record_1
14816
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 46 LIMIT 1
14817
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 40 LIMIT 1
14818
+ 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', 40, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '46-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', '8d7210d0-1844-46c7-bb36-05c34396d9ff', 46)
14819
+ 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` = 46
14820
+ 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` = 46
14821
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 46
14822
+ 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
14823
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14824
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14825
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14826
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46
14827
+  (0.1ms) SAVEPOINT active_record_1
14828
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 46 LIMIT 1
14829
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 40 LIMIT 1
14830
+ 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', 40, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '46-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'c37e5263-eac8-42d7-a15b-5f02a133e16e', 46)
14831
+ 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` = 46
14832
+ 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` = 46
14833
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 46
14834
+ 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
14835
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14836
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 46 LIMIT 1
14837
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14838
+  (0.5ms) ROLLBACK
14839
+  (0.1ms) BEGIN
14840
+  (0.1ms) COMMIT
14841
+  (0.1ms) BEGIN
14842
+  (0.1ms) SAVEPOINT active_record_1
14843
+ 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-30 20:08:44', 'ACTIVATIONKEY', 'DISPLAY NAME')
14844
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14845
+  (0.1ms) SAVEPOINT active_record_1
14846
+ 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
14847
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
14848
+ 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', '\'', 41, '2016-05-30 20:08:44', '2016-05-30 20:08:44', 'test', '2016-05-30 20:08:44', '2016-05-30 20:08:44')
14849
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14850
+  (0.1ms) SAVEPOINT active_record_1
14851
+ 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` = 49
14852
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14853
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 49 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14854
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 49 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14855
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 49
14856
+  (0.1ms) SAVEPOINT active_record_1
14857
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 49 LIMIT 1
14858
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 41 LIMIT 1
14859
+ 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', 41, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '49-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', 'b9ed307a-3314-46b9-96f2-709654f530e5', 49)
14860
+ 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
14861
+ 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` = 49
14862
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 49
14863
+ 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
14864
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14865
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 49 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14866
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 49 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14867
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 49
14868
+  (0.1ms) SAVEPOINT active_record_1
14869
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 49 LIMIT 1
14870
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 41 LIMIT 1
14871
+ 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', 41, '2009-01-01 00:00:00', '2016-05-30 20:08:44', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '49-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-30 20:08:44', '2016-05-30 20:08:44', '', '3a8c3c5c-7d83-414b-8941-f245929b1e0b', 49)
14872
+ 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
14873
+ 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` = 49
14874
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:08:44', `post_modified_gmt` = '2016-05-30 20:08:44' WHERE `wp_posts`.`ID` = 49
14875
+ 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
14876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14877
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 49 LIMIT 1
14878
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 49 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
14879
+  (0.4ms) ROLLBACK
14880
+  (0.1ms) BEGIN
14881
+  (0.1ms) COMMIT
14882
+  (0.1ms) BEGIN
14883
+  (0.1ms) SAVEPOINT active_record_1
14884
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14885
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
14886
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14887
+  (0.1ms) SAVEPOINT active_record_1
14888
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 28)
14889
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14890
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 28 LIMIT 1
14891
+  (0.3ms) ROLLBACK
14892
+  (0.1ms) BEGIN
14893
+  (0.1ms) COMMIT
14894
+  (0.1ms) BEGIN
14895
+ 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` = 'Parent' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14896
+  (0.1ms) SAVEPOINT active_record_1
14897
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14898
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Parent', 'parent')
14899
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14900
+  (0.1ms) SAVEPOINT active_record_1
14901
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Parent', 29)
14902
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14903
+ 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` = 29 AND `wp_terms`.`name` = 'Child' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14904
+  (0.1ms) SAVEPOINT active_record_1
14905
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14906
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Child', 'child')
14907
+  (0.2ms) RELEASE SAVEPOINT active_record_1
14908
+  (0.1ms) SAVEPOINT active_record_1
14909
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`, `parent`) VALUES ('category', 'Child', 30, 29)
14910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14911
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 29 LIMIT 1
14912
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 29 LIMIT 1
14913
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
14914
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 30 LIMIT 1
14915
+ Wordpress::Category Load (0.4ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 29
14916
+  (0.4ms) ROLLBACK
14917
+  (0.1ms) BEGIN
14918
+  (0.1ms) COMMIT
14919
+  (0.1ms) BEGIN
14920
+  (0.1ms) SAVEPOINT active_record_1
14921
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14922
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
14923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14924
+  (0.1ms) SAVEPOINT active_record_1
14925
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 31)
14926
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14927
+ 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` = 'General' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
14928
+  (0.4ms) ROLLBACK
14929
+  (0.1ms) BEGIN
14930
+  (0.1ms) COMMIT
14931
+  (0.1ms) BEGIN
14932
+ 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
14933
+  (0.1ms) SAVEPOINT active_record_1
14934
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14935
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Big Bang', 'big-bang')
14936
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14937
+  (0.1ms) SAVEPOINT active_record_1
14938
+ SQL (0.3ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Big Bang', 32)
14939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14940
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 32 LIMIT 1
14941
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
14942
+  (0.4ms) ROLLBACK
14943
+  (0.1ms) BEGIN
14944
+  (0.1ms) COMMIT
14945
+  (0.1ms) BEGIN
14946
+  (0.1ms) SAVEPOINT active_record_1
14947
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
14948
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello', 'hello')
14949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14950
+  (0.3ms) ROLLBACK
14951
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
14952
+  (24.3ms) DROP DATABASE IF EXISTS `wp_test`
14953
+  (4.7ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
14954
+  (11.8ms) 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
14955
+  (12.3ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
14956
+  (11.3ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
14957
+  (12.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
14958
+  (12.2ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
14959
+  (12.4ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
14960
+  (12.6ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
14961
+  (12.4ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
14962
+  (11.8ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
14963
+  (12.1ms) 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
14964
+  (11.3ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
14965
+  (13.0ms) 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
14966
+  (12.3ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
14967
+  (12.8ms) 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
14968
+  (12.5ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
14969
+  (12.1ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
14970
+  (11.2ms) 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
14971
+  (11.5ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
14972
+  (11.2ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
14973
+  (11.9ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
14974
+  (11.3ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
14975
+  (12.2ms) 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
14976
+  (11.4ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
14977
+  (10.1ms) 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
14978
+  (10.3ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
14979
+  (10.3ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
14980
+  (10.0ms) 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
14981
+  (10.6ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
14982
+  (12.8ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
14983
+  (11.3ms) 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
14984
+  (12.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
14985
+  (11.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
14986
+  (12.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
14987
+  (11.2ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
14988
+  (11.5ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
14989
+  (12.5ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
14990
+  (15.2ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
14991
+  (0.2ms) SELECT version FROM `schema_migrations`
14992
+  (4.8ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
14993
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
14994
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
14995
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
14996
+  (378.2ms) SELECT * FROM information_schema.tables
14997
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
14998
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
14999
+  (0.1ms) BEGIN
15000
+  (0.1ms) COMMIT
15001
+  (0.1ms) BEGIN
15002
+  (0.1ms) SAVEPOINT active_record_1
15003
+ 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-30 20:33:36', 'ACTIVATIONKEY', 'DISPLAY NAME')
15004
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15005
+  (0.2ms) SAVEPOINT active_record_1
15006
+ 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-30 20:33:36', 'ACTIVATIONKEY', 'DISPLAY NAME')
15007
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15008
+  (0.1ms) SAVEPOINT active_record_1
15009
+ 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
15010
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15011
+ 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', '\'', 1, '2016-05-30 20:33:36', '2016-05-30 20:33:36', 'test', '2016-05-30 20:33:36', '2016-05-30 20:33:36')
15012
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15013
+  (0.1ms) SAVEPOINT active_record_1
15014
+ 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-30 20:33:36', 'ACTIVATIONKEY', 'DISPLAY NAME')
15015
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15016
+  (0.1ms) SAVEPOINT active_record_1
15017
+ 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
15018
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15019
+ 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', '\'', 1, '2016-05-30 20:33:36', '2016-05-30 20:33:36', 'test', '2016-05-30 20:33:36', '2016-05-30 20:33:36')
15020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15021
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 1
15022
+  (0.4ms) ROLLBACK
15023
+  (0.1ms) BEGIN
15024
+  (0.1ms) COMMIT
15025
+  (0.1ms) BEGIN
15026
+  (0.1ms) SAVEPOINT active_record_1
15027
+ 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-30 20:33:36', 'ACTIVATIONKEY', 'DISPLAY NAME')
15028
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15029
+  (0.1ms) SAVEPOINT active_record_1
15030
+ 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-30 20:33:36', 'ACTIVATIONKEY', 'DISPLAY NAME')
15031
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15032
+  (0.1ms) SAVEPOINT active_record_1
15033
+ 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
15034
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15035
+ 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-30 20:33:36', '2016-05-30 20:33:36', 'test', '2016-05-30 20:33:36', '2016-05-30 20:33:36')
15036
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15037
+  (0.4ms) ROLLBACK
15038
+  (0.1ms) BEGIN
15039
+  (0.1ms) COMMIT
15040
+  (0.1ms) BEGIN
15041
+  (0.1ms) SAVEPOINT active_record_1
15042
+ 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-30 20:33:36', 'ACTIVATIONKEY', 'DISPLAY NAME')
15043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15044
+  (0.3ms) ROLLBACK
15045
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
15046
+  (21.7ms) DROP DATABASE IF EXISTS `wp_test`
15047
+  (5.1ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
15048
+  (11.4ms) 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
15049
+  (12.2ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
15050
+  (11.4ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
15051
+  (12.3ms) 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
15052
+  (12.2ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
15053
+  (12.5ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
15054
+  (11.5ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
15055
+  (11.4ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
15056
+  (13.1ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
15057
+  (11.9ms) 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
15058
+  (10.6ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
15059
+  (9.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
15060
+  (11.7ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
15061
+  (12.1ms) 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
15062
+  (12.3ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
15063
+  (11.7ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
15064
+  (12.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
15065
+  (13.0ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
15066
+  (11.1ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
15067
+  (10.4ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
15068
+  (10.6ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
15069
+  (9.8ms) 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
15070
+  (10.9ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
15071
+  (10.7ms) 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
15072
+  (10.6ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
15073
+  (15.6ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
15074
+  (11.8ms) 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
15075
+  (11.4ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
15076
+  (12.8ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
15077
+  (12.3ms) 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
15078
+  (12.7ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
15079
+  (12.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
15080
+  (10.9ms) 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
15081
+  (11.3ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
15082
+  (11.8ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
15083
+  (11.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
15084
+  (14.3ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
15085
+  (0.2ms) SELECT version FROM `schema_migrations`
15086
+  (5.2ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
15087
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
15088
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
15089
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
15090
+  (405.8ms) SELECT * FROM information_schema.tables
15091
+  (1.0ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
15092
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
15093
+  (0.1ms) BEGIN
15094
+  (0.1ms) COMMIT
15095
+  (0.0ms) BEGIN
15096
+  (0.1ms) SAVEPOINT active_record_1
15097
+ 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-30 20:46:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
15098
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15099
+  (0.1ms) SAVEPOINT active_record_1
15100
+ 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
15101
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15102
+ 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', '', 1, '2016-05-30 20:46:09', '2016-05-30 20:46:09', 'test', '2016-05-30 20:46:09', '2016-05-30 20:46:09')
15103
+  (0.2ms) RELEASE SAVEPOINT active_record_1
15104
+  (0.4ms) ROLLBACK
15105
+  (0.1ms) BEGIN
15106
+  (0.1ms) COMMIT
15107
+  (0.1ms) BEGIN
15108
+ 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` = 'Parent' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15109
+  (0.1ms) SAVEPOINT active_record_1
15110
+ Wordpress::Term Exists (0.6ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15111
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Parent', 'parent')
15112
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15113
+  (0.1ms) SAVEPOINT active_record_1
15114
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Parent', 1)
15115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15116
+ 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` = 1 AND `wp_terms`.`name` = 'Child' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15117
+  (0.1ms) SAVEPOINT active_record_1
15118
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15119
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Child', 'child')
15120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15121
+  (0.1ms) SAVEPOINT active_record_1
15122
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`, `parent`) VALUES ('category', 'Child', 2, 1)
15123
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15124
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 1 LIMIT 1
15125
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 1 LIMIT 1
15126
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
15127
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 2 LIMIT 1
15128
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 1
15129
+  (5.0ms) ROLLBACK
15130
+  (0.1ms) BEGIN
15131
+  (0.1ms) COMMIT
15132
+  (0.1ms) BEGIN
15133
+  (0.1ms) SAVEPOINT active_record_1
15134
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15135
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
15136
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15137
+  (0.1ms) SAVEPOINT active_record_1
15138
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 3)
15139
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15140
+ 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` = 'General' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15141
+  (0.3ms) ROLLBACK
15142
+  (0.1ms) BEGIN
15143
+  (0.1ms) COMMIT
15144
+  (0.1ms) BEGIN
15145
+ 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` = 'Big Bang' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15146
+  (0.1ms) SAVEPOINT active_record_1
15147
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15148
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Big Bang', 'big-bang')
15149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15150
+  (0.1ms) SAVEPOINT active_record_1
15151
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Big Bang', 4)
15152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15153
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 4 LIMIT 1
15154
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
15155
+  (0.3ms) ROLLBACK
15156
+  (0.1ms) BEGIN
15157
+  (0.1ms) COMMIT
15158
+  (0.1ms) BEGIN
15159
+  (0.1ms) SAVEPOINT active_record_1
15160
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15161
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
15162
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15163
+  (0.1ms) SAVEPOINT active_record_1
15164
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 5)
15165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15166
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 5 LIMIT 1
15167
+  (0.3ms) ROLLBACK
15168
+  (0.1ms) BEGIN
15169
+  (0.1ms) COMMIT
15170
+  (0.1ms) BEGIN
15171
+  (0.2ms) SAVEPOINT active_record_1
15172
+ 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-30 20:46:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
15173
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15174
+  (0.1ms) SAVEPOINT active_record_1
15175
+ 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
15176
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15177
+ 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', '\'', 2, '2016-05-30 20:46:09', '2016-05-30 20:46:09', 'test', '2016-05-30 20:46:09', '2016-05-30 20:46:09')
15178
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15179
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15180
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15181
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15182
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2
15183
+  (0.1ms) SAVEPOINT active_record_1
15184
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 2 LIMIT 1
15185
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 2 LIMIT 1
15186
+ 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', 2, '2016-05-30 20:46:09', '2016-05-30 20:46:09', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '2-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:09', '2016-05-30 20:46:09', '', '3ace1ae5-36c7-492b-9d60-952a05394c20', 2)
15187
+ 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` = 2
15188
+ Wordpress::Category Load (0.5ms) 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
15189
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:09', `post_modified_gmt` = '2016-05-30 20:46:09' WHERE `wp_posts`.`ID` = 2
15190
+ 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
15191
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15192
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2
15193
+  (6.3ms) ROLLBACK
15194
+  (0.1ms) BEGIN
15195
+  (0.1ms) COMMIT
15196
+  (0.2ms) BEGIN
15197
+  (0.2ms) SAVEPOINT active_record_1
15198
+ 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-30 20:46:09', 'ACTIVATIONKEY', 'DISPLAY NAME')
15199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15200
+  (0.1ms) SAVEPOINT active_record_1
15201
+ 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
15202
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15203
+ 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', '\'', 3, '2016-05-30 20:46:09', '2016-05-30 20:46:09', 'test', '2016-05-30 20:46:09', '2016-05-30 20:46:09')
15204
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15205
+ Wordpress::Revision Load (0.4ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15206
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15207
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15208
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4
15209
+  (0.5ms) ROLLBACK
15210
+  (0.1ms) BEGIN
15211
+  (0.1ms) COMMIT
15212
+  (0.1ms) BEGIN
15213
+  (0.1ms) SAVEPOINT active_record_1
15214
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15215
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15216
+  (0.1ms) SAVEPOINT active_record_1
15217
+ 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
15218
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15219
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15221
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15222
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15223
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15224
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5
15225
+  (5.8ms) ROLLBACK
15226
+  (0.1ms) BEGIN
15227
+  (0.1ms) COMMIT
15228
+  (0.1ms) BEGIN
15229
+  (0.1ms) SAVEPOINT active_record_1
15230
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15231
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15232
+  (0.1ms) SAVEPOINT active_record_1
15233
+ 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
15234
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15235
+ 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', '\'', 5, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15236
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15237
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15238
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15239
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15240
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6
15241
+  (0.1ms) SAVEPOINT active_record_1
15242
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 6 LIMIT 1
15243
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 5 LIMIT 1
15244
+ 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', 5, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '6-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', 'ff3a35eb-1f4f-4bcf-8bbf-e6ed2e8bf799', 6)
15245
+ 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` = 6
15246
+ 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` = 6
15247
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 6
15248
+ 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
15249
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15250
+  (0.4ms) ROLLBACK
15251
+  (0.1ms) BEGIN
15252
+  (0.1ms) COMMIT
15253
+  (0.1ms) BEGIN
15254
+  (0.1ms) SAVEPOINT active_record_1
15255
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15257
+  (0.1ms) SAVEPOINT active_record_1
15258
+ 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
15259
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15260
+ 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', '\'', 6, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15261
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15262
+ 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
15263
+ 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
15264
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8
15265
+  (0.1ms) SAVEPOINT active_record_1
15266
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 8 LIMIT 1
15267
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 6 LIMIT 1
15268
+ 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', 6, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '8-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', 'fa8166a2-23b8-4adc-9f5e-36c3323f6fdf', 8)
15269
+ 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` = 8
15270
+ 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` = 8
15271
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 8
15272
+ 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
15273
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15274
+ Wordpress::Revision Load (0.3ms) 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
15275
+  (0.3ms) ROLLBACK
15276
+  (0.1ms) BEGIN
15277
+  (0.1ms) COMMIT
15278
+  (0.1ms) BEGIN
15279
+  (0.1ms) SAVEPOINT active_record_1
15280
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15281
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15282
+  (0.1ms) SAVEPOINT active_record_1
15283
+ 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
15284
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15285
+ 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', '\'', 7, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15287
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15288
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15289
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15290
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10
15291
+  (0.1ms) SAVEPOINT active_record_1
15292
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 10 LIMIT 1
15293
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 7 LIMIT 1
15294
+ 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', 7, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '10-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '6129c47a-d665-495b-82ce-01959507e8e5', 10)
15295
+ 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` = 10
15296
+ 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` = 10
15297
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 10
15298
+ 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
15299
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15300
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15301
+  (0.3ms) ROLLBACK
15302
+  (0.1ms) BEGIN
15303
+  (0.1ms) COMMIT
15304
+  (0.1ms) BEGIN
15305
+  (0.1ms) SAVEPOINT active_record_1
15306
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15307
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15308
+  (0.1ms) SAVEPOINT active_record_1
15309
+ 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
15310
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15311
+ 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', '\'', 8, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15312
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15313
+  (0.1ms) SAVEPOINT active_record_1
15314
+ 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` = 12
15315
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15316
+ 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
15317
+ 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
15318
+ 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
15319
+ 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
15320
+ 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
15321
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12
15322
+  (0.1ms) SAVEPOINT active_record_1
15323
+ 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
15324
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 8 LIMIT 1
15325
+ 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', 8, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '12-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '3f772beb-46e7-433e-bbd4-21009defbde6', 12)
15326
+ 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
15327
+ 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
15328
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 12
15329
+ 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
15330
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15331
+ 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
15332
+  (0.4ms) ROLLBACK
15333
+  (0.1ms) BEGIN
15334
+  (0.1ms) COMMIT
15335
+  (0.1ms) BEGIN
15336
+  (0.1ms) SAVEPOINT active_record_1
15337
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15338
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15339
+  (0.1ms) SAVEPOINT active_record_1
15340
+ 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
15341
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15342
+ 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', '\'', 9, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15344
+ 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
15345
+ 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
15346
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14
15347
+  (0.4ms) ROLLBACK
15348
+  (0.1ms) BEGIN
15349
+  (0.1ms) COMMIT
15350
+  (0.1ms) BEGIN
15351
+  (0.1ms) SAVEPOINT active_record_1
15352
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15353
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15354
+  (0.1ms) SAVEPOINT active_record_1
15355
+ 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
15356
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15357
+ 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', '\'', 10, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15358
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15359
+  (0.1ms) SAVEPOINT active_record_1
15360
+ 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` = 15
15361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15362
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15363
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15364
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15
15365
+  (0.1ms) SAVEPOINT active_record_1
15366
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 15 LIMIT 1
15367
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 10 LIMIT 1
15368
+ 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, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '15-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '742dc915-84ab-4a6d-b92c-84209dd8adae', 15)
15369
+ 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` = 15
15370
+ 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` = 15
15371
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 15
15372
+ 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
15373
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15374
+  (0.5ms) ROLLBACK
15375
+  (0.1ms) BEGIN
15376
+  (0.1ms) COMMIT
15377
+  (0.1ms) BEGIN
15378
+  (0.1ms) SAVEPOINT active_record_1
15379
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15380
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15381
+  (0.1ms) SAVEPOINT active_record_1
15382
+ 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
15383
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15384
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15385
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15386
+  (0.1ms) SAVEPOINT active_record_1
15387
+ 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` = 17
15388
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15389
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15390
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15391
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17
15392
+  (0.1ms) SAVEPOINT active_record_1
15393
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 17 LIMIT 1
15394
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 11 LIMIT 1
15395
+ 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', 11, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '17-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '9143ee39-12bb-428c-8248-ee10b2021b20', 17)
15396
+ 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` = 17
15397
+ 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` = 17
15398
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 17
15399
+ 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
15400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15401
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15402
+  (0.4ms) ROLLBACK
15403
+  (0.1ms) BEGIN
15404
+  (0.1ms) COMMIT
15405
+  (0.1ms) BEGIN
15406
+  (0.1ms) SAVEPOINT active_record_1
15407
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15409
+  (0.1ms) SAVEPOINT active_record_1
15410
+ 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
15411
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15412
+ 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', '\'', 12, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15414
+  (0.1ms) SAVEPOINT active_record_1
15415
+ 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` = 19
15416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15417
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 19 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15418
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 19 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15419
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 19
15420
+  (0.1ms) SAVEPOINT active_record_1
15421
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 19 LIMIT 1
15422
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 12 LIMIT 1
15423
+ 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', 12, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '19-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '32b798ba-8e02-4bc3-80ae-c8e58b043ed1', 19)
15424
+ 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` = 19
15425
+ 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` = 19
15426
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 19
15427
+ 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
15428
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15429
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 19 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15430
+  (0.5ms) ROLLBACK
15431
+  (0.1ms) BEGIN
15432
+  (0.1ms) COMMIT
15433
+  (0.1ms) BEGIN
15434
+  (0.1ms) SAVEPOINT active_record_1
15435
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15436
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15437
+  (0.1ms) SAVEPOINT active_record_1
15438
+ 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
15439
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15440
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15442
+ 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
15443
+ 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
15444
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21
15445
+  (0.1ms) SAVEPOINT active_record_1
15446
+ 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
15447
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 21 LIMIT 1
15448
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 13 LIMIT 1
15449
+ 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, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '21-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', 'b9d1a92e-fa42-4bcc-852a-270591fd4bd6', 21)
15450
+ 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` = 21
15451
+ 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
15452
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 21
15453
+ 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
15454
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15455
+  (0.1ms) SAVEPOINT active_record_1
15456
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10', `post_name` = 'test' WHERE `wp_posts`.`ID` = 22
15457
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 21
15458
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15459
+ 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
15460
+  (0.4ms) ROLLBACK
15461
+  (0.1ms) BEGIN
15462
+  (0.1ms) COMMIT
15463
+  (0.1ms) BEGIN
15464
+  (0.1ms) SAVEPOINT active_record_1
15465
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15466
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15467
+  (0.1ms) SAVEPOINT active_record_1
15468
+ 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
15469
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15470
+ 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', '\'', 14, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15471
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15472
+  (0.1ms) SAVEPOINT active_record_1
15473
+ 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
15474
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15475
+ 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
15476
+ 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
15477
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23
15478
+  (0.1ms) SAVEPOINT active_record_1
15479
+ 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
15480
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
15481
+ 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', 14, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '23-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '0d8d1aa5-c516-4fc4-b363-1f68f5a5eaa9', 23)
15482
+ 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
15483
+ 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
15484
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 23
15485
+ 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
15486
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15487
+ Wordpress::Revision Load (0.3ms) 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
15488
+ Wordpress::Revision Load (0.3ms) 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
15489
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23
15490
+  (0.1ms) SAVEPOINT active_record_1
15491
+ 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
15492
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
15493
+ 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', 14, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '23-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '5bff2d75-2995-4aa8-a783-46c4cae8881d', 23)
15494
+ 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
15495
+ 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
15496
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 23
15497
+ 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
15498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15499
+ 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
15500
+ Wordpress::Revision Load (0.3ms) 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
15501
+  (0.5ms) ROLLBACK
15502
+  (0.1ms) BEGIN
15503
+  (0.1ms) COMMIT
15504
+  (0.0ms) BEGIN
15505
+  (0.1ms) SAVEPOINT active_record_1
15506
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15507
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15508
+  (0.1ms) SAVEPOINT active_record_1
15509
+ 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
15510
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15511
+ 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', '\'', 15, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15512
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15513
+  (0.1ms) SAVEPOINT active_record_1
15514
+ 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` = 26
15515
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15516
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15517
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15518
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26
15519
+  (0.1ms) SAVEPOINT active_record_1
15520
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 26 LIMIT 1
15521
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 15 LIMIT 1
15522
+ 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, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '26-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '1014673f-8e14-4ab8-b7e0-f011eae7cc16', 26)
15523
+ 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` = 26
15524
+ 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` = 26
15525
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 26
15526
+ 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
15527
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15528
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15529
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15530
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26
15531
+  (0.1ms) SAVEPOINT active_record_1
15532
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 26 LIMIT 1
15533
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 15 LIMIT 1
15534
+ 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', 15, '2009-01-01 00:00:00', '2016-05-30 20:46:10', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '26-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '23588733-7883-4442-a472-765a0f3b89fb', 26)
15535
+ 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` = 26
15536
+ 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` = 26
15537
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 26
15538
+ 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
15539
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15540
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 26 LIMIT 1
15541
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
15542
+  (0.5ms) ROLLBACK
15543
+  (0.1ms) BEGIN
15544
+  (0.1ms) COMMIT
15545
+  (0.1ms) BEGIN
15546
+  (0.1ms) SAVEPOINT active_record_1
15547
+ Wordpress::Term Exists (0.4ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15548
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
15549
+  (0.2ms) RELEASE SAVEPOINT active_record_1
15550
+  (0.1ms) SAVEPOINT active_record_1
15551
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 6)
15552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15553
+ 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
15554
+  (0.4ms) ROLLBACK
15555
+  (0.1ms) BEGIN
15556
+  (0.1ms) COMMIT
15557
+  (0.1ms) BEGIN
15558
+ 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` = 'Hello, Hello!' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15559
+  (0.1ms) SAVEPOINT active_record_1
15560
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15561
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello, Hello!', 'hello-hello')
15562
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15563
+  (0.1ms) SAVEPOINT active_record_1
15564
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 7, '')
15565
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15566
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 7 LIMIT 1
15567
+  (0.3ms) ROLLBACK
15568
+  (0.1ms) BEGIN
15569
+  (0.1ms) COMMIT
15570
+  (0.1ms) BEGIN
15571
+  (0.1ms) SAVEPOINT active_record_1
15572
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15573
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
15574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15575
+  (0.1ms) SAVEPOINT active_record_1
15576
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 8)
15577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15578
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 8 LIMIT 1
15579
+  (0.3ms) ROLLBACK
15580
+  (0.1ms) BEGIN
15581
+  (0.1ms) COMMIT
15582
+  (0.1ms) BEGIN
15583
+  (0.1ms) SAVEPOINT active_record_1
15584
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15586
+  (0.1ms) SAVEPOINT active_record_1
15587
+ 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
15588
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15589
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15590
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15591
+  (0.1ms) SAVEPOINT active_record_1
15592
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 29)
15593
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15594
+ Wordpress::Postmeta Load (0.2ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 29
15595
+  (0.4ms) ROLLBACK
15596
+  (0.1ms) BEGIN
15597
+  (0.1ms) COMMIT
15598
+  (0.1ms) BEGIN
15599
+  (0.1ms) SAVEPOINT active_record_1
15600
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15602
+  (0.1ms) SAVEPOINT active_record_1
15603
+ SQL (0.1ms) INSERT INTO `wp_usermeta` (`meta_key`, `meta_value`, `user_id`) VALUES ('foo', 'TEST', 17)
15604
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15605
+ Wordpress::Usermeta Load (0.2ms) SELECT `wp_usermeta`.* FROM `wp_usermeta` WHERE `wp_usermeta`.`user_id` = 17
15606
+  (0.3ms) ROLLBACK
15607
+  (0.1ms) BEGIN
15608
+  (0.1ms) COMMIT
15609
+  (0.1ms) BEGIN
15610
+  (0.1ms) SAVEPOINT active_record_1
15611
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15612
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15613
+  (0.1ms) SAVEPOINT active_record_1
15614
+ 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
15615
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15616
+ 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!', '', '', '', '', 18, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'page', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15617
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15618
+  (0.4ms) ROLLBACK
15619
+  (0.1ms) BEGIN
15620
+  (0.1ms) COMMIT
15621
+  (0.1ms) BEGIN
15622
+  (0.1ms) SAVEPOINT active_record_1
15623
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15624
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15625
+  (0.1ms) SAVEPOINT active_record_1
15626
+ 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
15627
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15628
+ 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!', '', '', '', '', 19, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'page', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15630
+ Wordpress::PostTag 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 ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15631
+  (0.1ms) SAVEPOINT active_record_1
15632
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15633
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
15634
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15635
+  (0.1ms) SAVEPOINT active_record_1
15636
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 9, '')
15637
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15638
+ 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
15639
+  (0.1ms) SAVEPOINT active_record_1
15640
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15641
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
15642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15643
+  (0.1ms) SAVEPOINT active_record_1
15644
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 10, '')
15645
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15646
+ 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` = 31 AND `wp_term_taxonomy`.`term_taxonomy_id` = 9 LIMIT 1
15647
+ 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` = 31 AND `wp_term_taxonomy`.`term_taxonomy_id` = 10 LIMIT 1
15648
+ 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` = 31
15649
+  (0.1ms) SAVEPOINT active_record_1
15650
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 31
15651
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (9, 31)
15652
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
15653
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (10, 31)
15654
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10
15655
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15656
+  (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` = 31
15657
+  (0.3ms) ROLLBACK
15658
+  (0.1ms) BEGIN
15659
+  (0.1ms) COMMIT
15660
+  (0.1ms) BEGIN
15661
+  (0.1ms) SAVEPOINT active_record_1
15662
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15663
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15664
+  (0.1ms) SAVEPOINT active_record_1
15665
+ 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
15666
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15667
+ 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!', '', '', '', '', 20, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'page', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15668
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15669
+  (0.1ms) SAVEPOINT active_record_1
15670
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15671
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo37', 'foo37')
15672
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15673
+  (0.1ms) SAVEPOINT active_record_1
15674
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo37', 11)
15675
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15676
+  (0.1ms) SAVEPOINT active_record_1
15677
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (32, 11)
15678
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11
15679
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15680
+  (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` = 32
15681
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 32
15682
+ 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 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15683
+  (0.4ms) ROLLBACK
15684
+  (0.1ms) BEGIN
15685
+  (0.1ms) COMMIT
15686
+  (0.1ms) BEGIN
15687
+  (0.1ms) ROLLBACK
15688
+  (0.1ms) BEGIN
15689
+  (0.1ms) COMMIT
15690
+  (0.1ms) BEGIN
15691
+  (0.1ms) ROLLBACK
15692
+  (0.1ms) BEGIN
15693
+  (0.1ms) COMMIT
15694
+  (0.1ms) BEGIN
15695
+  (0.1ms) SAVEPOINT active_record_1
15696
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15697
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15698
+  (0.1ms) SAVEPOINT active_record_1
15699
+ 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
15700
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15701
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15702
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15703
+  (0.1ms) SAVEPOINT active_record_1
15704
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15705
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
15706
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15707
+  (0.1ms) SAVEPOINT active_record_1
15708
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 12)
15709
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15710
+  (0.1ms) SAVEPOINT active_record_1
15711
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (33, 12)
15712
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 12
15713
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15714
+  (0.2ms) SAVEPOINT active_record_1
15715
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15716
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
15717
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15718
+  (0.1ms) SAVEPOINT active_record_1
15719
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 13)
15720
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15721
+  (0.1ms) SAVEPOINT active_record_1
15722
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (33, 13)
15723
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 13
15724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15725
+ Wordpress::PostTag Load (0.5ms) 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` = 33 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15726
+ 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` = 33
15727
+  (0.1ms) SAVEPOINT active_record_1
15728
+ Wordpress::Relationship Load (0.2ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 33 AND `wp_term_relationships`.`term_taxonomy_id` IN (12, 13)
15729
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 12 LIMIT 1
15730
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 12
15731
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 13 LIMIT 1
15732
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 13
15733
+ SQL (0.1ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 33 AND `wp_term_relationships`.`term_taxonomy_id` IN (12, 13)
15734
+ 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` = 33
15735
+ SQL (0.2ms) DELETE FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 33
15736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15737
+ 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` = 12 LIMIT 1
15738
+ 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` = 13 LIMIT 1
15739
+  (5.2ms) ROLLBACK
15740
+  (0.1ms) BEGIN
15741
+  (0.1ms) COMMIT
15742
+  (0.1ms) BEGIN
15743
+  (0.1ms) SAVEPOINT active_record_1
15744
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15745
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15746
+  (0.1ms) SAVEPOINT active_record_1
15747
+ 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
15748
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15749
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15751
+  (0.1ms) SAVEPOINT active_record_1
15752
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15753
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
15754
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15755
+  (0.1ms) SAVEPOINT active_record_1
15756
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 14)
15757
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15758
+  (0.1ms) SAVEPOINT active_record_1
15759
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (34, 14)
15760
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 14
15761
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15762
+  (0.1ms) SAVEPOINT active_record_1
15763
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15764
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
15765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15766
+  (0.1ms) SAVEPOINT active_record_1
15767
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 15)
15768
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15769
+  (0.1ms) SAVEPOINT active_record_1
15770
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (34, 15)
15771
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 15
15772
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15773
+ 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` = 34 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15774
+ 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` = 34
15775
+  (0.4ms) ROLLBACK
15776
+  (0.1ms) BEGIN
15777
+  (0.1ms) COMMIT
15778
+  (0.1ms) BEGIN
15779
+  (0.1ms) SAVEPOINT active_record_1
15780
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15781
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15782
+  (0.1ms) SAVEPOINT active_record_1
15783
+ 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
15784
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15785
+ 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', '\'', 23, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15786
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15787
+  (0.1ms) SAVEPOINT active_record_1
15788
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15789
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
15790
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15791
+  (0.1ms) SAVEPOINT active_record_1
15792
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 16)
15793
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15794
+  (0.1ms) SAVEPOINT active_record_1
15795
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (35, 16)
15796
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 16
15797
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15798
+  (0.1ms) SAVEPOINT active_record_1
15799
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15800
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
15801
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15802
+  (0.1ms) SAVEPOINT active_record_1
15803
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 17)
15804
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15805
+  (0.1ms) SAVEPOINT active_record_1
15806
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (35, 17)
15807
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 17
15808
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15809
+ 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` = 35 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
15810
+ 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` = 35
15811
+  (0.1ms) SAVEPOINT active_record_1
15812
+ Wordpress::Relationship Load (0.1ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 35 AND `wp_term_relationships`.`term_taxonomy_id` IN (16, 17)
15813
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 16 LIMIT 1
15814
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 16
15815
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 17 LIMIT 1
15816
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 17
15817
+ SQL (0.2ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 35 AND `wp_term_relationships`.`term_taxonomy_id` IN (16, 17)
15818
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15819
+ 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` = 16 LIMIT 1
15820
+ 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` = 17 LIMIT 1
15821
+  (0.5ms) ROLLBACK
15822
+  (0.1ms) BEGIN
15823
+  (0.1ms) COMMIT
15824
+  (0.1ms) BEGIN
15825
+  (0.1ms) SAVEPOINT active_record_1
15826
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15827
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15828
+  (0.1ms) SAVEPOINT active_record_1
15829
+ 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
15830
+ Wordpress::User Load (0.3ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15831
+ 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', '\'', 24, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15832
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15833
+  (0.1ms) SAVEPOINT active_record_1
15834
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15835
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
15836
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15837
+  (0.1ms) SAVEPOINT active_record_1
15838
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 18)
15839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15840
+  (0.1ms) SAVEPOINT active_record_1
15841
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (36, 18)
15842
+ SQL (0.3ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 18
15843
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15844
+  (0.2ms) SAVEPOINT active_record_1
15845
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15846
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
15847
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15848
+  (0.1ms) SAVEPOINT active_record_1
15849
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 19)
15850
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15851
+  (0.1ms) SAVEPOINT active_record_1
15852
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (36, 19)
15853
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 19
15854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15855
+  (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
15856
+  (0.5ms) ROLLBACK
15857
+  (0.1ms) BEGIN
15858
+  (0.1ms) COMMIT
15859
+  (0.1ms) BEGIN
15860
+  (0.1ms) SAVEPOINT active_record_1
15861
+ SQL (0.4ms) 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15863
+  (0.1ms) SAVEPOINT active_record_1
15864
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15865
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15866
+  (0.1ms) SAVEPOINT active_record_1
15867
+ 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
15868
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15869
+ 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', '\'', 25, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15870
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15871
+  (0.4ms) ROLLBACK
15872
+  (0.1ms) BEGIN
15873
+  (0.1ms) COMMIT
15874
+  (0.1ms) BEGIN
15875
+  (0.1ms) SAVEPOINT active_record_1
15876
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15877
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15878
+  (0.1ms) SAVEPOINT active_record_1
15879
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15881
+  (0.1ms) SAVEPOINT active_record_1
15882
+ 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
15883
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15884
+ 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', '\'', 27, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15886
+  (0.1ms) SAVEPOINT active_record_1
15887
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15889
+  (0.1ms) SAVEPOINT active_record_1
15890
+ 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
15891
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15892
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15893
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15894
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 27
15895
+  (0.4ms) ROLLBACK
15896
+  (0.1ms) BEGIN
15897
+  (0.1ms) COMMIT
15898
+  (0.1ms) BEGIN
15899
+  (0.1ms) SAVEPOINT active_record_1
15900
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15901
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15902
+  (0.3ms) ROLLBACK
15903
+  (0.1ms) BEGIN
15904
+  (0.1ms) COMMIT
15905
+  (0.1ms) BEGIN
15906
+  (0.1ms) SAVEPOINT active_record_1
15907
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15908
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello', 'hello')
15909
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15910
+  (0.3ms) ROLLBACK
15911
+  (0.1ms) BEGIN
15912
+  (0.1ms) COMMIT
15913
+  (0.1ms) BEGIN
15914
+  (0.1ms) SAVEPOINT active_record_1
15915
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15916
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15917
+  (0.1ms) SAVEPOINT active_record_1
15918
+ 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
15919
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15920
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15921
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15922
+  (0.3ms) ROLLBACK
15923
+  (0.1ms) BEGIN
15924
+  (0.1ms) COMMIT
15925
+  (0.1ms) BEGIN
15926
+  (0.1ms) SAVEPOINT active_record_1
15927
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15928
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15929
+  (0.1ms) SAVEPOINT active_record_1
15930
+ 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
15931
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15932
+ 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', '\'', 32, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15933
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15934
+  (0.1ms) SAVEPOINT active_record_1
15935
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15936
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
15937
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15938
+  (0.1ms) SAVEPOINT active_record_1
15939
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 21)
15940
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15941
+  (0.1ms) SAVEPOINT active_record_1
15942
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (41, 20)
15943
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 20
15944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15945
+  (0.1ms) SAVEPOINT active_record_1
15946
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 41
15947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15948
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 21 LIMIT 1
15949
+ 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
15950
+  (0.5ms) ROLLBACK
15951
+  (0.1ms) BEGIN
15952
+  (0.1ms) COMMIT
15953
+  (0.1ms) BEGIN
15954
+  (0.1ms) SAVEPOINT active_record_1
15955
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15956
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15957
+  (0.1ms) SAVEPOINT active_record_1
15958
+ 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
15959
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15960
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15961
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15962
+  (0.1ms) SAVEPOINT active_record_1
15963
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15964
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
15965
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15966
+  (0.1ms) SAVEPOINT active_record_1
15967
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 22)
15968
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15969
+  (0.1ms) SAVEPOINT active_record_1
15970
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (42, 21)
15971
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 21
15972
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15973
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 42 LIMIT 1
15974
+  (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` = 42
15975
+ 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` = 42 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
15976
+ 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` = 42 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
15977
+  (0.4ms) ROLLBACK
15978
+  (0.1ms) BEGIN
15979
+  (0.1ms) COMMIT
15980
+  (0.1ms) BEGIN
15981
+  (0.1ms) SAVEPOINT active_record_1
15982
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
15983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15984
+  (0.1ms) SAVEPOINT active_record_1
15985
+ 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
15986
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
15987
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
15988
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15989
+  (0.1ms) SAVEPOINT active_record_1
15990
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
15991
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
15992
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15993
+  (0.1ms) SAVEPOINT active_record_1
15994
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 23)
15995
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15996
+ 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` = 22 LIMIT 1
15997
+ 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` = 22 LIMIT 1
15998
+ 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
15999
+  (0.1ms) SAVEPOINT active_record_1
16000
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 43
16001
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (22, 43)
16002
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 22
16003
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16004
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 43 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16005
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 43 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16006
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 43 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16007
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 43
16008
+ 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` = 'Foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16009
+  (0.1ms) SAVEPOINT active_record_1
16010
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16011
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
16012
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16013
+  (0.1ms) SAVEPOINT active_record_1
16014
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Foo', 24)
16015
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16016
+ 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
16017
+  (0.1ms) SAVEPOINT active_record_1
16018
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16019
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
16020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16021
+  (0.1ms) SAVEPOINT active_record_1
16022
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Bar', 25)
16023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16024
+ 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
16025
+ 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` = 24 LIMIT 1
16026
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 43 LIMIT 1
16027
+ 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` = 43 AND `wp_term_taxonomy`.`term_taxonomy_id` = 23 LIMIT 1
16028
+ 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` = 43 AND `wp_term_taxonomy`.`term_taxonomy_id` = 24 LIMIT 1
16029
+ 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
16030
+  (0.1ms) SAVEPOINT active_record_1
16031
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 34 LIMIT 1
16032
+ 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', 34, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '43-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 20:46:10', '2016-05-30 20:46:10', '', '0627d21d-34c1-4ef7-9440-f90ada5c098e', 43)
16033
+ 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` = 43
16034
+ SQL (0.2ms) DELETE FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 22
16035
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 43
16036
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (23, 43)
16037
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 23
16038
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (24, 43)
16039
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24
16040
+ 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
16041
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16042
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 43 LIMIT 1
16043
+ 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
16044
+ 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` = 43
16045
+ Wordpress::Term Load (0.3ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 24 LIMIT 1
16046
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 25 LIMIT 1
16047
+  (0.5ms) ROLLBACK
16048
+  (0.1ms) BEGIN
16049
+  (0.1ms) COMMIT
16050
+  (0.1ms) BEGIN
16051
+  (0.1ms) SAVEPOINT active_record_1
16052
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
16053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16054
+  (0.1ms) SAVEPOINT active_record_1
16055
+ 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
16056
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16057
+ 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', '\'', 35, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
16058
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16059
+  (0.1ms) SAVEPOINT active_record_1
16060
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16061
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
16062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16063
+  (0.1ms) SAVEPOINT active_record_1
16064
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 26)
16065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16066
+  (0.1ms) SAVEPOINT active_record_1
16067
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (45, 25)
16068
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 25
16069
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16070
+  (0.1ms) SAVEPOINT active_record_1
16071
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 45
16072
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16073
+ 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` = 45 AND `wp_term_taxonomy`.`term_taxonomy_id` = 25 LIMIT 1
16074
+  (0.3ms) ROLLBACK
16075
+  (0.1ms) BEGIN
16076
+  (0.1ms) COMMIT
16077
+  (0.0ms) BEGIN
16078
+  (0.1ms) SAVEPOINT active_record_1
16079
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
16080
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16081
+  (0.1ms) SAVEPOINT active_record_1
16082
+ 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
16083
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16084
+ 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', '\'', 36, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
16085
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16086
+  (0.1ms) SAVEPOINT active_record_1
16087
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16088
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
16089
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16090
+  (0.1ms) SAVEPOINT active_record_1
16091
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 27)
16092
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16093
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 27 LIMIT 1
16094
+ 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
16095
+ 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` = 26 LIMIT 1
16096
+ 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` = 46 AND `wp_term_taxonomy`.`term_taxonomy_id` = 26 LIMIT 1
16097
+ 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` = 46
16098
+  (0.1ms) SAVEPOINT active_record_1
16099
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 46
16100
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (26, 46)
16101
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 26
16102
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16103
+ 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` = 46
16104
+  (0.5ms) ROLLBACK
16105
+  (0.1ms) BEGIN
16106
+  (0.1ms) COMMIT
16107
+  (0.1ms) BEGIN
16108
+  (0.1ms) SAVEPOINT active_record_1
16109
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
16110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16111
+  (0.1ms) SAVEPOINT active_record_1
16112
+ 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
16113
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16114
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
16115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16116
+  (0.1ms) SAVEPOINT active_record_1
16117
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16118
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
16119
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16120
+  (0.1ms) SAVEPOINT active_record_1
16121
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 28)
16122
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16123
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 28 LIMIT 1
16124
+ 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
16125
+ 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` = 27 LIMIT 1
16126
+ 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` = 47 AND `wp_term_taxonomy`.`term_taxonomy_id` = 27 LIMIT 1
16127
+ 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
16128
+  (0.1ms) SAVEPOINT active_record_1
16129
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 47
16130
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (27, 47)
16131
+ SQL (0.4ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27
16132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16133
+ 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
16134
+  (0.5ms) ROLLBACK
16135
+  (0.1ms) BEGIN
16136
+  (0.1ms) COMMIT
16137
+  (0.1ms) BEGIN
16138
+  (0.1ms) SAVEPOINT active_record_1
16139
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
16140
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16141
+  (0.1ms) SAVEPOINT active_record_1
16142
+ 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
16143
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16144
+ 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', '\'', 38, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
16145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16146
+  (0.1ms) SAVEPOINT active_record_1
16147
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16148
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
16149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16150
+  (0.1ms) SAVEPOINT active_record_1
16151
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 29)
16152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16153
+ 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` = 28 LIMIT 1
16154
+ 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` = 48 AND `wp_term_taxonomy`.`term_taxonomy_id` = 28 LIMIT 1
16155
+ 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` = 48
16156
+  (0.1ms) SAVEPOINT active_record_1
16157
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 48
16158
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (28, 48)
16159
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 28
16160
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16161
+ 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` = 48
16162
+  (0.4ms) ROLLBACK
16163
+  (0.1ms) BEGIN
16164
+  (0.1ms) COMMIT
16165
+  (0.1ms) BEGIN
16166
+  (0.1ms) SAVEPOINT active_record_1
16167
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
16168
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16169
+  (0.1ms) SAVEPOINT active_record_1
16170
+ 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
16171
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16172
+ 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', '\'', 39, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
16173
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16174
+  (0.1ms) SAVEPOINT active_record_1
16175
+ Wordpress::Term Exists (0.4ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16176
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
16177
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16178
+  (0.1ms) SAVEPOINT active_record_1
16179
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 30)
16180
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16181
+ 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` = 29 LIMIT 1
16182
+ 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` = 49 AND `wp_term_taxonomy`.`term_taxonomy_id` = 29 LIMIT 1
16183
+ 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` = 49
16184
+  (0.1ms) SAVEPOINT active_record_1
16185
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 49
16186
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (29, 49)
16187
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 29
16188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16189
+ 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` = 49
16190
+  (0.4ms) ROLLBACK
16191
+  (0.1ms) BEGIN
16192
+  (0.1ms) COMMIT
16193
+  (0.1ms) BEGIN
16194
+  (0.1ms) SAVEPOINT active_record_1
16195
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
16196
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16197
+  (0.1ms) SAVEPOINT active_record_1
16198
+ 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
16199
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16200
+ 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-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
16201
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16202
+ 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
16203
+  (0.1ms) SAVEPOINT active_record_1
16204
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16205
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
16206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16207
+  (0.1ms) SAVEPOINT active_record_1
16208
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 31, '')
16209
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16210
+ 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
16211
+  (0.1ms) SAVEPOINT active_record_1
16212
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16213
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
16214
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16215
+  (0.1ms) SAVEPOINT active_record_1
16216
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 32, '')
16217
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16218
+ 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` = 50 AND `wp_term_taxonomy`.`term_taxonomy_id` = 30 LIMIT 1
16219
+ 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` = 50 AND `wp_term_taxonomy`.`term_taxonomy_id` = 31 LIMIT 1
16220
+ 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` = 50
16221
+  (0.1ms) SAVEPOINT active_record_1
16222
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 20:46:10', `post_modified_gmt` = '2016-05-30 20:46:10' WHERE `wp_posts`.`ID` = 50
16223
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (30, 50)
16224
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 30
16225
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (31, 50)
16226
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 31
16227
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16228
+  (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` = 50
16229
+  (0.5ms) ROLLBACK
16230
+  (0.1ms) BEGIN
16231
+  (0.1ms) COMMIT
16232
+  (0.1ms) BEGIN
16233
+  (0.1ms) SAVEPOINT active_record_1
16234
+ 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-30 20:46:10', 'ACTIVATIONKEY', 'DISPLAY NAME')
16235
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16236
+  (0.1ms) SAVEPOINT active_record_1
16237
+ 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
16238
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16239
+ 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', '\'', 41, '2016-05-30 20:46:10', '2016-05-30 20:46:10', 'test', '2016-05-30 20:46:10', '2016-05-30 20:46:10')
16240
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16241
+  (0.1ms) SAVEPOINT active_record_1
16242
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16243
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo87', 'foo87')
16244
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16245
+  (0.1ms) SAVEPOINT active_record_1
16246
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo87', 33)
16247
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16248
+  (0.1ms) SAVEPOINT active_record_1
16249
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (51, 32)
16250
+ SQL (0.3ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 32
16251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16252
+  (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` = 51
16253
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 51
16254
+ 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` = 51 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16255
+  (0.3ms) ROLLBACK