• gkodinov/kgeorge@macbook.gmz's avatar
    Bug #26186: · f88aec9e
    gkodinov/kgeorge@macbook.gmz authored
    When handling DELETE ... FROM if there is no
    condition it is internally transformed to 
    TRUNCATE for more efficient execution by the
    storage handler.
    The check for validity of the optional ORDER BY 
    clause is done after the check for the above 
    optimization and will not be performed if the
    optimization can be applied.
    Moved the validity check for ORDER BY before 
    the optimization so it performed regardless of
    the optimization.
    f88aec9e
delete.test 5.97 KB