Browse Source

Addendum to the fix for bug 45807 : initialize a member needed in

Item_field::fix_fields()
pull/374/head
Georgi Kodinov 17 years ago
parent
commit
ead1ce94e6
  1. 1
      sql/sql_partition.cc

1
sql/sql_partition.cc

@ -973,6 +973,7 @@ bool fix_fields_part_func(THD *thd, Item* func_expr, TABLE *table,
save_use_only_table_context= thd->lex->use_only_table_context; save_use_only_table_context= thd->lex->use_only_table_context;
thd->lex->use_only_table_context= TRUE; thd->lex->use_only_table_context= TRUE;
thd->lex->current_select->cur_pos_in_select_list= UNDEF_POS;
error= func_expr->fix_fields(thd, (Item**)&func_expr); error= func_expr->fix_fields(thd, (Item**)&func_expr);

Loading…
Cancel
Save