Show SQL query after modifying/creating index
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-02-28 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
|
* tbl_indexes.php3: Show SQL query after modifying/creating index (closes
|
||||||
|
#694800)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@@ -225,6 +225,8 @@ if (!defined('PMA_IDX_INCLUDED')
|
|||||||
|
|
||||||
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, FALSE, $err_url);
|
$result = PMA_mysql_query($local_query) or PMA_mysqlDie('', $local_query, FALSE, $err_url);
|
||||||
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenAltered;
|
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenAltered;
|
||||||
|
// To show the query:
|
||||||
|
$sql_query = $local_query;
|
||||||
|
|
||||||
include('./tbl_properties.php3');
|
include('./tbl_properties.php3');
|
||||||
exit();
|
exit();
|
||||||
|
Reference in New Issue
Block a user