Hello.
MySQL Service will crach with this simple SQL:
Example1:
------------------------------------------------------------------------
SELECT *
FROM ( SELECT DISTINCT Field1, Field2, Field3
FROM table_x
) AS table_y
Example2: Crash MySQL Control Center v0.9.2 and MySQL Server Service
------------------------------------------------------------------------
SELECT *
FROM ( SELECT Field1, Field2, Field3
FROM table_x
LEFT JOIN table_z ON (table_z.ID = table_x.ID)
) AS table_y
--
Emil
--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.