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

WL#5030: Splitting mysql_priv.h

Minor fixes required because of changes since patches were developed.
This commit is contained in:
Mats Kindahl
2010-04-05 16:10:10 +02:00
parent 118ad60aa9
commit 6e63f41fdc
2 changed files with 1 additions and 5 deletions

View File

@ -199,10 +199,6 @@ check_table_access(THD *thd, ulong requirements,TABLE_LIST *tables,
{ return false; }
#endif /*NO_EMBEDDED_ACCESS_CHECKS*/
#ifdef EMBEDDED_LIBRARY
#define check_stack_overrun(A, B, C) 0
#endif /* EMBEDDED_LIBRARY */
/* These were under the INNODB_COMPATIBILITY_HOOKS */
bool check_global_access(THD *thd, ulong want_access);