show structure after modifying index
This commit is contained in:
@@ -7,7 +7,7 @@ $Source$
|
||||
|
||||
2003-02-28 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* 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>
|
||||
* Documentation.html: Fixed a typo.
|
||||
|
@@ -228,7 +228,7 @@ if (!defined('PMA_IDX_INCLUDED')
|
||||
// To show the query:
|
||||
$sql_query = $local_query;
|
||||
|
||||
include('./tbl_properties.php3');
|
||||
include('./tbl_properties_structure.php3');
|
||||
exit();
|
||||
} // end builds the new index
|
||||
|
||||
|
Reference in New Issue
Block a user