Le 2011-02-19 14:51, Isaac Bennetch a écrit :
On 2/19/2011 10:51 AM, Marc Delisle wrote:
Le 2011-02-19 08:42, Isaac Bennetch a écrit :
My report was slightly off; I was mistaken and the results do differ slightly. I think it's only when an empty result set is returned. -- Main page, click SQL -- query as below: CREATE USER 'query'@'%'; GRANT USAGE ON * . * TO 'query'@'%'; -- [end query] -- click go -- the page returned shows this in the query box, already revealed: CREATE USER 'query'@'%';#MySQL returned an empty result set (i.e. zero rows). GRANT USAGE ON * . * TO 'query'@'%';#MySQL returned an empty result set (i.e. zero rows). -- [end results] -- Above this query box is the "Show query box" link, clicking it reveals the original query.
Your test as well as others that return actual results, such as SHOW DATABASES; do work properly.
Confirmed and now logged as https://sourceforge.net/tracker/?func=detail&aid=3187141&group_id=23...