summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r--sql/sql_insert.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc
index d1db45c446e..e27cc6de073 100644
--- a/sql/sql_insert.cc
+++ b/sql/sql_insert.cc
@@ -3892,8 +3892,8 @@ void select_insert::abort_result_set() {
Field *Item::create_field_for_create_select(THD *thd, TABLE *table)
{
Field *def_field, *tmp_field;
- return create_tmp_field(thd, table, this, type(),
- (Item ***) 0, &tmp_field, &def_field, 0, 0, 0, 0, 0);
+ return ::create_tmp_field(thd, table, this, type(),
+ (Item ***) 0, &tmp_field, &def_field, 0, 0, 0, 0, 0);
}