summaryrefslogtreecommitdiff
path: root/sql/sql_parse.h
diff options
context:
space:
mode:
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);