bug #2959746 Unknown table status: TABLE_TYPE

This commit is contained in:
Marc Delisle
2010-02-26 17:43:58 +00:00
parent 2fada4e4a3
commit e5750aa98c
3 changed files with 4 additions and 1 deletions

View File

@@ -290,6 +290,7 @@ function PMA_DBI_get_tables_full($database, $table = false, $tbl_is_group = fals
SELECT *,
`TABLE_SCHEMA` AS `Db`,
`TABLE_NAME` AS `Name`,
`TABLE_TYPE` ÀS `TABLE_TYPE`,
`ENGINE` AS `Engine`,
`ENGINE` AS `Type`,
`VERSION` AS `Version`,