Commit 0e153963 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Fix fall-through warning

parent b2c0cca6
...@@ -5579,7 +5579,7 @@ static int connect_assisted_discovery(handlerton *, THD* thd, ...@@ -5579,7 +5579,7 @@ static int connect_assisted_discovery(handlerton *, THD* thd,
#endif // JDBC_SUPPORT #endif // JDBC_SUPPORT
case TAB_DBF: case TAB_DBF:
dbf = true; dbf = true;
// Passthru // fall through
case TAB_CSV: case TAB_CSV:
if (!fn && fnc != FNC_NO) if (!fn && fnc != FNC_NO)
sprintf(g->Message, "Missing %s file name", topt->type); sprintf(g->Message, "Missing %s file name", topt->type);
......
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