1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Avoid a warning on windows about a missing case enum.

This commit is contained in:
cmiller@zippy.cornsilk.net
2007-07-03 11:25:32 -04:00
parent 22afbc0ab0
commit 0483091a8c

View File

@ -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;
}