diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-05 16:10:10 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-05 16:10:10 +0200 |
commit | 6e63f41fdcd2cd1937e2814f5a2079402c26c0db (patch) | |
tree | 99b280a26b637903125a2b281d24f402fec38e8b /sql/sql_parse.h | |
parent | 118ad60aa9d816b8c871970daabd4fd8f9d2477e (diff) | |
download | mariadb-git-6e63f41fdcd2cd1937e2814f5a2079402c26c0db.tar.gz |
WL#5030: Splitting mysql_priv.h
Minor fixes required because of changes since patches were developed.
Diffstat (limited to 'sql/sql_parse.h')
-rw-r--r-- | sql/sql_parse.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_parse.h b/sql/sql_parse.h index 9ef6d1b4c2f..0dae572b6a4 100644 --- a/sql/sql_parse.h +++ b/sql/sql_parse.h @@ -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); |