• Igor Babaev's avatar
    MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(), · 09aa5d3f
    Igor Babaev authored
               query with VALUES()
    
    A table value constructor can be used in all contexts where a select
    can be used. In particular an ORDER BY clause or a LIMIT clause or both
    of them can be attached to a table value constructor to produce a new
    query. Unfortunately execution of such queries was not supported.
    This patch fixes the problem.
    09aa5d3f
sql_lex.h 136 KB