bug 1034299 error in SHOW KEYS for data dict
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* sql.php: following the fix for bug #978930, the added LIMIT was
|
* sql.php: following the fix for bug #978930, the added LIMIT was
|
||||||
not displayed anymore
|
not displayed anymore
|
||||||
* read_dump.php: bug #1033133, left frame not reloaded after dump read
|
* read_dump.php: bug #1033133, left frame not reloaded after dump read
|
||||||
|
* db_datadict.php: bug #1034299, error in SHOW KEYS for data dict
|
||||||
|
|
||||||
2004-09-24 Michal Čihař <michal@cihar.com>
|
2004-09-24 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
|
* libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
|
||||||
|
@@ -85,6 +85,8 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
|||||||
/**
|
/**
|
||||||
* Gets table keys and retains them
|
* Gets table keys and retains them
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
PMA_DBI_select_db($db);
|
||||||
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
|
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
|
||||||
$primary = '';
|
$primary = '';
|
||||||
$indexes = array();
|
$indexes = array();
|
||||||
|
Reference in New Issue
Block a user