• unknown's avatar
    Fix for valgrind failures in get_mm_tree. · c39c86f0
    unknown authored
    
    mysql-test/r/join_outer.result:
      Corrected table names
    mysql-test/t/join_outer.test:
      Corrected table names
    sql/item_cmpfunc.h:
      Fix for valgrind failure (unitialized read Item_func_trig_cond->const_item_cache in get_mm_tree):
       Since get_mm_tree can be called for an instance of Item_func_trig_cond, make Item_func_trig_cond::const_item() return false.
       get_mm_tree will assume Item_func_trig_cond are unknown functions and will not build range access plans for them
    c39c86f0
join_outer.result 29.6 KB