Clear all transients (regardless of expiration) on all database upgrades. see #20316.

Built from https://develop.svn.wordpress.org/trunk@25416


git-svn-id: http://core.svn.wordpress.org/trunk@25341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-09-12 21:14:10 +00:00
parent e6bf2a293f
commit 52feff7a75
2 changed files with 3 additions and 1 deletions

View File

@ -546,6 +546,8 @@ function populate_options() {
// delete obsolete magpie stuff
$wpdb->query("DELETE FROM $wpdb->options WHERE option_name REGEXP '^rss_[0-9a-f]{32}(_ts)?$'");
// clear transient data
$wpdb->query( "DELETE FROM $wpdb->options WHERE option_name LIKE '\_transient\_%' OR option_name LIKE '\_site\_transient\_%'" );
}
/**

View File

@ -11,7 +11,7 @@ $wp_version = '3.7-alpha-25343';
*
* @global int $wp_db_version
*/
$wp_db_version = 25179;
$wp_db_version = 25416;
/**
* Holds the TinyMCE version