summaryrefslogtreecommitdiff
path: root/sql/sql_parse.h
diff options
context:
space:
mode:
authorMats Kindahl <mats@sun.com>2010-04-05 16:10:10 +0200
committerMats Kindahl <mats@sun.com>2010-04-05 16:10:10 +0200
commit6e63f41fdcd2cd1937e2814f5a2079402c26c0db (patch)
tree99b280a26b637903125a2b281d24f402fec38e8b /sql/sql_parse.h
parent118ad60aa9d816b8c871970daabd4fd8f9d2477e (diff)
downloadmariadb-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.h4
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);