• unknown's avatar
    Followup to fix for bug#6050: fix valgrind warnings. · 1cd249e0
    unknown authored
    
    sql/item.cc:
      Fix valgrind errors: we need Item::name to point to PS memory
      as well.
    sql/item.h:
      set_field no longer can be reused as is for PS purposes.
    sql/sql_union.cc:
      Item_field::set_field -> Item_field::reset_field.
    1cd249e0
item.cc 67.1 KB