You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-15 12:09:09 +03:00
A couple minor changes to the unit tests. Not sure why the compiler
wasn't complaining.
This commit is contained in:
@@ -694,7 +694,9 @@ bool mergeJournalTest()
|
|||||||
bf::remove("test-object");
|
bf::remove("test-object");
|
||||||
bf::remove("test-journal");
|
bf::remove("test-journal");
|
||||||
cout << "mergeJournalTest OK" << endl;
|
cout << "mergeJournalTest OK" << endl;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool syncTest1()
|
bool syncTest1()
|
||||||
{
|
{
|
||||||
Config *config = Config::get();
|
Config *config = Config::get();
|
||||||
@@ -809,6 +811,7 @@ bool syncTest1()
|
|||||||
sync->deletedObjects(keys);
|
sync->deletedObjects(keys);
|
||||||
|
|
||||||
cout << "Sync test 1 OK" << endl;
|
cout << "Sync test 1 OK" << endl;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
|||||||
Reference in New Issue
Block a user