summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index 04b67941226..539ccf823d1 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -1944,13 +1944,6 @@ sp_add_to_query_tables(THD *thd, LEX *lex,
thr_lock_type locktype,
enum_mdl_type mdl_type);
-Item *
-sp_prepare_func_item(THD* thd, Item **it_addr, uint cols= 1);
-
-bool
-sp_eval_expr(THD *thd, Item *result_item, Field *result_field,
- Item **expr_item_ptr);
-
/**
@} (end of group Stored_Routines)
*/