• Vicențiu Ciorbaru's avatar
    MDEV-10879: Window Functions final ordering of result set · effbd52b
    Vicențiu Ciorbaru authored
    Window functions now force an ordering to the result set if none is
    specified through order by. The ordering that will be returned is the final ordering
    that is used during window function computation. For multiple window functions,
    it should generally be the most specific sort ordering for the final
    window function in the select list.
    effbd52b
sql_window.h 5.81 KB