Skip to content

Commit

Permalink
fix a compiler warning on GCC 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentoku committed Jun 14, 2020
1 parent d0c69cc commit bd62a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/spider/spd_db_conn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10031,7 +10031,7 @@ int spider_db_open_item_string(
{
THD *thd = NULL;
TABLE *table;
my_bitmap_map *saved_map;
my_bitmap_map *saved_map = NULL;
Time_zone *saved_time_zone;
String str_value;
char tmp_buf[MAX_FIELD_WIDTH];
Expand Down

0 comments on commit bd62a63

Please sign in to comment.