You've already forked mariadb-columnstore-engine
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user