~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

Fix merge issues with 1.0 CC fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
639
639
      }
640
640
      else if (item->type() == Item::STRING_ITEM)
641
641
      {
642
 
        ((Item_user_var_as_out_param *)item)->set_value((char*) pos, length,
643
 
                                                        read_info.read_charset);
 
642
        ((Item_user_var_as_out_param *)item)->set_value(str_ref((char*) pos, length), read_info.read_charset);
644
643
      }
645
644
      else
646
645
      {