• Igor Babaev's avatar
    Fixed 2 valgrind bugs in the tree for mwl #106. · d6d46b01
    Igor Babaev authored
    One was due the fact that the field SELECT_LEX::insert_tables was not
    initialized while the second was due to missing initialization of
    JOIN_TAB::preread_init_done in subselect_hash_sj_engine::make_unique_engine. 
    Removed an invalid assert.
    d6d46b01
sql_lex.cc 97.4 KB