Skip to content

Commit ed080d1

Browse files
author
Sreeharsha Ramanavarapu
committed
Merge branch 'mysql-5.5' into mysql-5.6
2 parents 6e6f481 + 8bb95e9 commit ed080d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/sql_tmp_table.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
1+
/* Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -359,6 +359,7 @@ Field *create_tmp_field(THD *thd, TABLE *table,Item *item, Item::Type type,
359359
case Item::REF_ITEM:
360360
case Item::NULL_ITEM:
361361
case Item::VARBIN_ITEM:
362+
case Item::PARAM_ITEM:
362363
if (make_copy_field)
363364
{
364365
DBUG_ASSERT(((Item_result_field*)item)->result_field);

0 commit comments

Comments
 (0)