Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.2.5
-
None
-
2019-06
Description
In sql_select.cc optimize_stage2() line 2433, Columnstore has added:
// @InfiniDB We don't need tmp table for vtable create phase. Plus
|
// to build tmp table may corrupt some field table_name & db_name (for some reason)
|
if (thd->infinidb_vtable.vtable_state == THD::INFINIDB_CREATE_VTABLE)
|
need_tmp = false;
|
Removing this allows the query to run against InnoDB correcty. Investigating other things.
Attachments
Issue Links
- includes
-
MDEV-19364 Server crashes on certain window function usage
- Closed