Commit 30d25a6f authored by Kentoku SHIBA's avatar Kentoku SHIBA

fix warnings

parent d04ac098
......@@ -10283,6 +10283,7 @@ int ha_spider::info_push(
}
#endif
#if defined(HANDLER_HAS_DIRECT_UPDATE_ROWS) || defined(HA_CAN_BULK_ACCESS)
switch (info_type)
{
#ifdef HANDLER_HAS_DIRECT_UPDATE_ROWS
......@@ -10497,6 +10498,7 @@ int ha_spider::info_push(
default:
break;
}
#endif
DBUG_RETURN(error_num);
}
......
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