Commit bd62a636 authored by Kentoku SHIBA's avatar Kentoku SHIBA

fix a compiler warning on GCC 9.3.0

parent d0c69cca
......@@ -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];
......
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