1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix of using uninitialized variadle.

This commit is contained in:
unknown
2013-07-18 11:16:18 +03:00
parent c7973615e7
commit 07099b7021
2 changed files with 3 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ int select_union::send_data(List<Item> &values)
*/
return -1;
}
bool is_duplicate;
bool is_duplicate= FALSE;
/* create_internal_tmp_table_from_heap will generate error if needed */
if (table->file->is_fatal_error(write_err, HA_CHECK_DUP) &&
create_internal_tmp_table_from_heap(thd, table,