mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Avoid a warning on windows about a missing case enum.
This commit is contained in:
@ -5502,6 +5502,7 @@ static bool check_show_access(THD *thd, TABLE_LIST *table)
|
|||||||
case SCH_COLUMN_PRIVILEGES:
|
case SCH_COLUMN_PRIVILEGES:
|
||||||
case SCH_TABLE_CONSTRAINTS:
|
case SCH_TABLE_CONSTRAINTS:
|
||||||
case SCH_KEY_COLUMN_USAGE:
|
case SCH_KEY_COLUMN_USAGE:
|
||||||
|
case SCH_PROFILES:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user