• Igor Babaev's avatar
    Fixed the bug mdev-11990. · ce8ee7d9
    Igor Babaev authored
    The usage of windows functions when all tables were optimized away
    by min/max optimization were not supported. As result a result,
    the queries that used window functions with min/max aggregation
    over the whole table returned wrong result sets.
    The patch fixed this problem.
    ce8ee7d9
sql_select.h 75.9 KB