You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-2052 IS.columnstore_files now prints correct number of records for any relation out.
Return statement called in generate_result() returns too early.
This commit is contained in:
@ -110,7 +110,7 @@ static int generate_result(BRM::OID_t oid, BRM::DBRM *emp, TABLE *table, THD *th
|
||||
if (iter->blockOffset > 0)
|
||||
{
|
||||
iter++;
|
||||
return 0;
|
||||
continue;
|
||||
}
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user