1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

After merge fix.

This commit is contained in:
istruewing@chilla.local
2006-09-19 14:26:18 +02:00
parent 5d509b32d4
commit 7419f50245

View File

@@ -13241,6 +13241,7 @@ setup_copy_fields(THD *thd, TMP_TABLE_PARAM *param,
copy++; copy++;
} }
} }
}
else if ((real_pos->type() == Item::FUNC_ITEM || else if ((real_pos->type() == Item::FUNC_ITEM ||
real_pos->type() == Item::SUBSELECT_ITEM || real_pos->type() == Item::SUBSELECT_ITEM ||
real_pos->type() == Item::CACHE_ITEM || real_pos->type() == Item::CACHE_ITEM ||