summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.cc
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2016-02-14 21:00:05 +0300
committerSergei Petrunia <psergey@askmonty.org>2016-02-14 21:00:05 +0300
commitd8a20d4db722ad622479b3a0ecf03ddc4505c269 (patch)
treee826217f16d5de0f149a735bcc7aa97b28153cec /sql/item_windowfunc.cc
parenta9ed132a0f377c5001525d6e5252289ce5cd9e01 (diff)
downloadmariadb-git-d8a20d4db722ad622479b3a0ecf03ddc4505c269.tar.gz
Post-merge fixes. win.test passes but further cleanup is needed.
Diffstat (limited to 'sql/item_windowfunc.cc')
-rw-r--r--sql/item_windowfunc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_windowfunc.cc b/sql/item_windowfunc.cc
index a472d928181..24d44692a96 100644
--- a/sql/item_windowfunc.cc
+++ b/sql/item_windowfunc.cc
@@ -19,6 +19,7 @@ Item_window_func::fix_fields(THD *thd, Item **ref)
return TRUE;
fixed= 1;
+ force_return_blank= true;
read_value_from_result_field= false;
return FALSE;
}