1
0
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:
Roman Nozdrin
2019-01-15 10:13:04 +03:00
parent 63824fa1c2
commit 771988dd1f

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)
{
iter++;
return 0;
continue;
}
try