Skip to content

Commit 6626b10

Browse files
authored
fix for a compiler warning (#1372)
1 parent 1639873 commit 6626b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/spider/spd_db_mysql.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5282,7 +5282,7 @@ int spider_db_mbase_util::append_tables_top_down(
52825282
int error_num;
52835283
uint outer_join_backup;
52845284
TABLE_LIST *cur_table_list, *prev_table_list = NULL, *cond_table_list = NULL;
5285-
bool first;
5285+
bool first = TRUE;
52865286
DBUG_ENTER("spider_db_mbase_util::append_tables_top_down");
52875287
DBUG_PRINT("info",("spider this=%p", this));
52885288
if (

0 commit comments

Comments
 (0)