patch #2677091 tbl_operations shows old AI value, thanks to Virsacer (bug only in the dev version)

This commit is contained in:
Marc Delisle
2009-03-22 12:05:21 +00:00
parent fa173b7cb0
commit 226d9f794c

View File

@@ -180,6 +180,9 @@ if (isset($_REQUEST['submit_partition']) && ! empty($_REQUEST['partition_operati
} // end if
if ($reread_info) {
// to avoid showing the old value (for example the AUTO_INCREMENT) after
// a change, clear the cache
PMA_Table::$cache = array();
$page_checksum = $checksum = $delay_key_write = 0;
require './libraries/tbl_info.inc.php';
}