1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Fixed a typo.

Somehow deleted a '}' right before the last commit.  :P
This commit is contained in:
Patrick LeBlanc
2018-11-19 14:37:39 -06:00
parent 39e784abd2
commit a4f4580f03

View File

@ -544,6 +544,7 @@ int main(int argc, char* argv[])
BRPBlocks = temp * 128; // 128 blocks per MB.
else
BRPBlocks = 131072; // 1GB, why not.
}
#endif
#if 0
temp = toInt(cf->getConfig(dbbc, "NumThreads"));