Commit 5cbb50ea authored by Igor Babaev's avatar Igor Babaev

Fixed compiler warning

parent 902a307d
......@@ -12771,7 +12771,7 @@ create_internal_tmp_table_from_heap2(THD *thd, TABLE *table,
TABLE new_table;
TABLE_SHARE share;
const char *save_proc_info;
int write_err;
int write_err= 0;
DBUG_ENTER("create_internal_tmp_table_from_heap2");
if (table->s->db_type() != heap_hton ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment