• Igor Babaev's avatar
    Fixed bug mdev-9937. · 3b6a64c2
    Igor Babaev authored
    When the specification of a WITH table referred to a view
    that used a based table with the same name as the WITH table
    the server went into an infinite loop because it erroneously
    resolved the reference to the base table as the reference to
    the WITH table.
    
    With tables used in a view cannot be searched for beyond the
    scope the view.
    3b6a64c2
sql_lex.h 95.9 KB