Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2014-01-22 22:28:34 +0400
committerMarc Delisle <marc@infomarc.info>2014-01-22 22:28:34 +0400
commit704107c3b78cf21caa6941bde102c77dae09bf7d (patch)
tree4d901d6b06abed862c1eb6fb88654d60f45b50e4 /tbl_change.php
parent50912f3cbb6122a91f4f5e29e8326d5a207e76cc (diff)
bug #3579 NOW() function incorrectly selected (regression)
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_change.php b/tbl_change.php
index c98d76d9c4..b42340dbd1 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -82,6 +82,8 @@ if (! empty($disp_message)) {
$response->addHTML(PMA_Util::getMessage($disp_message, null));
}
+// used as a global by PMA_Util::getDefaultFunctionForField()
+$analyzed_sql = PMA_Table::analyzeStructure($db, $table);
$table_columns = PMA_getTableColumns($db, $table);