Ticket #41281: 41281.diff
| File 41281.diff, 920 bytes (added by , 9 years ago) |
|---|
-
src/wp-admin/includes/upgrade.php
2856 2856 maybe_convert_table_to_utf8mb4( $wpdb->termmeta ); 2857 2857 } 2858 2858 } 2859 2860 // Upgrade version prior to 4.9. 2861 if ( $wp_current_db_version < 38591 ) { 2862 $wpdb->query( "ALTER TABLE $wpdb->postmeta ADD INDEX meta_key_meta_value(meta_key(191), meta_value(64))" ); 2863 } 2859 2864 } 2860 2865 2861 2866 if ( !function_exists( 'install_global_terms' ) ) : -
src/wp-includes/version.php
11 11 * 12 12 * @global int $wp_db_version 13 13 */ 14 $wp_db_version = 3859 0;14 $wp_db_version = 38591; 15 15 16 16 /** 17 17 * Holds the TinyMCE version