Avoid a warning on windows about a missing case enum.
sql/sql_parse.cc: Avoid a warning on windows.
This commit is contained in:
parent
ae5c3bf817
commit
83e4f46e4b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user