Ticket #21435: 21435.3.diff
File 21435.3.diff, 974 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/schema.php
101 101 KEY comment_post_ID (comment_post_ID), 102 102 KEY comment_approved_date_gmt (comment_approved,comment_date_gmt), 103 103 KEY comment_date_gmt (comment_date_gmt), 104 KEY comment_parent (comment_parent) 104 KEY comment_parent (comment_parent), 105 KEY comment_author_email (comment_author_email(10)) 105 106 ) $charset_collate; 106 107 CREATE TABLE $wpdb->links ( 107 108 link_id bigint(20) unsigned NOT NULL auto_increment, -
src/wp-includes/version.php
11 11 * 12 12 * @global int $wp_db_version 13 13 */ 14 $wp_db_version = 2791 6;14 $wp_db_version = 27917; 15 15 16 16 /** 17 17 * Holds the TinyMCE version