show structure after modifying index

This commit is contained in:
Michal Čihař
2003-02-28 14:54:22 +00:00
parent 149cf12d92
commit 104ae0a4ba
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ $Source$
2003-02-28 Michal Cihar <nijel@users.sourceforge.net> 2003-02-28 Michal Cihar <nijel@users.sourceforge.net>
* tbl_indexes.php3: Show SQL query after modifying/creating index (closes * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
#694800) #694800), show structure after modifying index.
2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net> 2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Fixed a typo. * Documentation.html: Fixed a typo.

View File

@@ -228,7 +228,7 @@ if (!defined('PMA_IDX_INCLUDED')
// To show the query: // To show the query:
$sql_query = $local_query; $sql_query = $local_query;
include('./tbl_properties.php3'); include('./tbl_properties_structure.php3');
exit(); exit();
} // end builds the new index } // end builds the new index