You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-02 06:13:16 +03:00
cleanup
This commit is contained in:
committed by
Leonid Fedorov
parent
3f48eda7d1
commit
083caff397
@@ -1838,7 +1838,6 @@ void ExtentMap::save(const string& filename)
|
||||
}
|
||||
|
||||
const char* filename_p = filename.c_str();
|
||||
std::cout << "ExtentMap::save filename " << filename << std::endl;
|
||||
scoped_ptr<IDBDataFile> out(IDBDataFile::open(IDBPolicy::getType(filename_p, IDBPolicy::WRITEENG),
|
||||
filename_p, "wb", IDBDataFile::USE_VBUF));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user