1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
This commit is contained in:
Justin Swanhart
2016-06-01 17:30:57 -04:00
258 changed files with 1875 additions and 1273 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2014 InfiniDB, Inc.
/* Copyright (C) 2016 MariaDB, Corporation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@ -2792,8 +2792,8 @@ void testBoostFloat()
void testSoloman()
{
char fileName[80]="/usr/local/MariaDB/Columnstore/data1/test.dat";
char outfile[80] = "/usr/local/MariaDB/Columnstore/data1/out.dat";
char fileName[80]="/usr/local/mariadb/columnstore/data1/test.dat";
char outfile[80] = "/usr/local/mariadb/columnstore/data1/out.dat";
int numOfBlock=8192,blockSize=8192;
FILE* testFile;
FILE* outFile;