You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
fix path in copy test
This commit is contained in:
@@ -1550,8 +1550,8 @@ void IOCCopyFile2()
|
|||||||
|
|
||||||
bf::path fullPath = homepath / prefix / "not-there";
|
bf::path fullPath = homepath / prefix / "not-there";
|
||||||
const char *source = fullPath.string().c_str();
|
const char *source = fullPath.string().c_str();
|
||||||
fullPath = homepath / prefix / "not-there2";
|
bf::path fullPath2 = homepath / prefix / "not-there2";
|
||||||
const char *dest = fullPath.string().c_str();
|
const char *dest = fullPath2.string().c_str();
|
||||||
|
|
||||||
bf::path metaPath = ioc->getMetadataPath();
|
bf::path metaPath = ioc->getMetadataPath();
|
||||||
bf::remove(metaPath/prefix/"not-there.meta");
|
bf::remove(metaPath/prefix/"not-there.meta");
|
||||||
|
Reference in New Issue
Block a user