Fixed compiler warning

This commit is contained in:
Igor Babaev 2011-01-21 21:31:53 -08:00
parent 902a307df1
commit 5cbb50eafd

View File

@ -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 ||