Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
5.5.28a-galera
-
None
-
None
-
None
-
ubuntu 12.04LTS
Description
my web application will generate a sql:
select * from (select * .... order by time desc) limit 0,30
the result is not orderd
offical mysql or percona return orderd result
it seems like subquery optimizations problem
if you think it is not a bug, please tell me how to disable this "feature", I really dont need this