summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index a1487693b79..eb80f3ee608 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -471,7 +471,7 @@ public:
{}
bool copy()
{
- return item->save_in_field(to_field, 1) || err != 0;
+ return item->save_in_field_no_warnings(to_field, 1) || err != 0;
}
const char *name() const { return "func"; }
};