When $cfg['AjaxEnable'] is set to 'true', the SQL query that was executed is not shown after creating a table.
A workaround to this problem, for the time being, is logging into the SQL console, and typing `show create table {TABLE_NAME} \G`
Is this a bug or a feature request?
It's a bug because the query is shown when $cfg['AjaxEnable'] is false, thus the behaviour is inconsistent.
This bug was fixed in repository and will be part of a future release; thanks for reporting.
A workaround to this problem, for the time being, is logging into the SQL console, and typing `show create table {TABLE_NAME} \G`
Is this a bug or a feature request?
It's a bug because the query is shown when $cfg['AjaxEnable'] is false, thus the behaviour is inconsistent.
This bug was fixed in repository and will be part of a future release; thanks for reporting.