Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
SHOW FULL TABLES now returns 'VIEW' instead of 'view'
should phpMyAdmin recognice both? or cause 'view' was only used in BETA drop support for 'view' and now only support 'VIEW' (beside this that at the moment PMA only supports 'view' and reports an error on MySQL 5.0.13)
It should recognize both, IMO. Are you working on this?
no, i just stumbled over, as upgrading my MySQL
Initial testing indicates that changing line 40 in tbl_properties_table_info.php to
if (PMA_MYSQL_INT_VERSION >= 50000 && !isset($showtable['Type']) && isset($showtable['Comment']) && strtolower($showtable['Comment']) == 'view') {
might be enough, please confirm.
Marc