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:
@ -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);
|
||||
|
Reference in New Issue
Block a user