Bugs item #3526598, was opened at 2012-05-14 08:13
Message generated for change (Settings changed) made by madhuracj
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377408&aid=3526598&group_id=23067
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface
Group: 3.5.1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rouslan Placella (roccivic)
>Assigned to: Madhura Jayaratne (madhuracj)
Summary: SQL query not shown when creating table
Initial Comment:
When $cfg['AjaxEnable'] is set to 'true', the SQL query that was executed is not shown after creating a table.
----------------------------------------------------------------------
Comment By: Rouslan Placella (roccivic)
Date: 2012-07-01 14:05
Message:
It's a bug because the query is shown when $cfg['AjaxEnable'] is false,
thus the behaviour is inconsistent.
----------------------------------------------------------------------
Comment By: J.M. (mynetx)
Date: 2012-07-01 11:08
Message:
Is this a bug or a feature request?
----------------------------------------------------------------------
Comment By: Julian Lam (julianlam)
Date: 2012-05-15 05:57
Message:
A workaround to this problem, for the time being, is logging into the SQL
console, and typing `show create table {TABLE_NAME} \G`
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377408&aid=3526598&group_id=23067
|