summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h
index f36e9a668c4..32ff75042e0 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -4095,6 +4095,8 @@ public:
}
return 0;
}
+ bool adjust_formal_params_to_actual_params(THD *thd, List<Item> *args);
+ bool resolve_type_refs(THD *);
};