You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1822 Intermediate checkin. DISTINCT not working.
This commit is contained in:
@ -718,8 +718,7 @@ new_plan:
|
||||
string emsg("NOERROR");
|
||||
ByteStream emsgBs;
|
||||
ByteStream::quadbyte tflg = 0;
|
||||
jl = JobListFactory::makeJobList(
|
||||
&csep, fRm, true, true);
|
||||
jl = JobListFactory::makeJobList(&csep, fRm, true, true);
|
||||
// assign query stats
|
||||
jl->queryStats(fStats);
|
||||
|
||||
|
Reference in New Issue
Block a user