bug 1034299 error in SHOW KEYS for data dict

This commit is contained in:
Marc Delisle
2004-09-24 20:50:17 +00:00
parent 3786133fb2
commit ab1eb332e0
2 changed files with 3 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
/**
* Gets table keys and retains them
*/
PMA_DBI_select_db($db);
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
$primary = '';
$indexes = array();