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
commitdf3349f0a4024e16b58e6c4c31a05c83b07f0ba3 (patch)
tree99b280a26b637903125a2b281d24f402fec38e8b /sql/sql_parse.h
parent8a0c1ddc60d3733b25f71a715870795dd93a11a8 (diff)
downloadmariadb-git-df3349f0a4024e16b58e6c4c31a05c83b07f0ba3.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);