Ticket #11649: 11649-memory-is-the-cause-not-sql.patch
File 11649-memory-is-the-cause-not-sql.patch, 491 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/upgrade.php
1692 1692 if ( !empty($delete_options) ) { 1693 1693 $delete_options = implode(',', $delete_options); 1694 1694 $wpdb->query("DELETE FROM $wpdb->options WHERE option_id IN ($delete_options)"); 1695 unset( $delete_options ); 1695 1696 } 1696 1697 1697 1698 // Drop the old primary key and add the new.