1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Make the temp.table have columns for window function values.

This commit is contained in:
Sergei Petrunia
2016-02-03 23:58:00 +03:00
parent 9a2d895f33
commit 373cd9f587

View File

@ -15912,6 +15912,7 @@ Field *create_tmp_field(THD *thd, TABLE *table,Item *item, Item::Type type,
case Item::NULL_ITEM:
case Item::VARBIN_ITEM:
case Item::CACHE_ITEM:
case Item::WINDOW_FUNC_ITEM: // psergey-winfunc:
case Item::EXPR_CACHE_ITEM:
if (make_copy_field)
{