You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
Fixed a typo.
Somehow deleted a '}' right before the last commit. :P
This commit is contained in:
@@ -544,6 +544,7 @@ int main(int argc, char* argv[])
|
|||||||
BRPBlocks = temp * 128; // 128 blocks per MB.
|
BRPBlocks = temp * 128; // 128 blocks per MB.
|
||||||
else
|
else
|
||||||
BRPBlocks = 131072; // 1GB, why not.
|
BRPBlocks = 131072; // 1GB, why not.
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
#if 0
|
#if 0
|
||||||
temp = toInt(cf->getConfig(dbbc, "NumThreads"));
|
temp = toInt(cf->getConfig(dbbc, "NumThreads"));
|
||||||
|
Reference in New Issue
Block a user