summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r--sql/sp_pcontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h
index efe9531c3a0..c15d6bc7016 100644
--- a/sql/sp_pcontext.h
+++ b/sql/sp_pcontext.h
@@ -60,7 +60,7 @@ public:
Item *default_value;
/// Full type information (field meta-data) of the SP-variable.
- Create_field field_def;
+ Column_definition field_def;
public:
sp_variable(LEX_STRING _name, uint _offset)
@@ -347,7 +347,7 @@ public:
/// context and its children.
///
/// @param field_def_lst[out] Container to store type information.
- void retrieve_field_definitions(List<Create_field> *field_def_lst) const;
+ void retrieve_field_definitions(List<Column_definition> *field_def_lst) const;
/// Find SP-variable by name.
///