From 226d9f794ccd623c8c37a9c41e31b0b395957a13 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 22 Mar 2009 12:05:21 +0000 Subject: [PATCH] patch #2677091 tbl_operations shows old AI value, thanks to Virsacer (bug only in the dev version) --- tbl_operations.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tbl_operations.php b/tbl_operations.php index 5eb1daf7c..ab61cc043 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -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'; }