Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.2.5
-
Fix Version/s: 1.2.6
-
Component/s: MariaDB Server
-
Labels:None
-
Sprint: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
-