Changeset 37574 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/26/2016 04:58:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r37538 r37574 2201 2201 case 'unique': 2202 2202 case 'key': 2203 case 'spatial': 2203 2204 $validfield = false; 2204 2205 $indices[] = trim(trim($fld), ", \n"); … … 2301 2302 if ( 'FULLTEXT' === strtoupper( $index_data['index_type'] ) ) { 2302 2303 $index_string .= 'FULLTEXT '; 2304 } 2305 if ( 'SPATIAL' === strtoupper( $index_data['index_type'] ) ) { 2306 $index_string .= 'SPATIAL '; 2303 2307 } 2304 2308 $index_string .= 'KEY ';
Note: See TracChangeset
for help on using the changeset viewer.