Commit 214fde44 authored by unknown's avatar unknown

Avoid a warning on windows about a missing case enum.


sql/sql_parse.cc:
  Avoid a warning on windows.
parent aa53b77e
......@@ -5502,6 +5502,7 @@ static bool check_show_access(THD *thd, TABLE_LIST *table)
case SCH_COLUMN_PRIVILEGES:
case SCH_TABLE_CONSTRAINTS:
case SCH_KEY_COLUMN_USAGE:
case SCH_PROFILES:
break;
}
......
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