1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-13 23:02:14 +03:00

A couple minor changes to the unit tests. Not sure why the compiler

wasn't complaining.
This commit is contained in:
Patrick LeBlanc
2019-03-25 09:39:12 -05:00
parent b414e1ee5f
commit e27f91e59e

View File

@@ -694,7 +694,9 @@ bool mergeJournalTest()
bf::remove("test-object");
bf::remove("test-journal");
cout << "mergeJournalTest OK" << endl;
return true;
}
bool syncTest1()
{
Config *config = Config::get();
@@ -809,6 +811,7 @@ bool syncTest1()
sync->deletedObjects(keys);
cout << "Sync test 1 OK" << endl;
return true;
}
int main()