1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

Merge pull request #676 from drrtuy/MCOL-2052

MCOL-2052 IS.columnstore_files now prints correct number of records for any relation out.
This commit is contained in:
Andrew Hutchings
2019-01-15 08:26:26 +00:00
committed by GitHub

View File

@@ -110,7 +110,7 @@ static int generate_result(BRM::OID_t oid, BRM::DBRM *emp, TABLE *table, THD *th
if (iter->blockOffset > 0) if (iter->blockOffset > 0)
{ {
iter++; iter++;
return 0; continue;
} }
try try