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

Fixed up some sync stuff.

This commit is contained in:
Patrick LeBlanc
2019-03-07 08:47:39 -06:00
parent c386881f40
commit 9bd6ddac1b
5 changed files with 85 additions and 31 deletions

View File

@@ -496,6 +496,7 @@ bool cacheTest1()
// cleanup
bf::remove(cachePath / "storagemanager.cnf");
bf::remove(storagePath / "storagemanager.cnf");
cout << "cache test 1 OK" << endl;
}