You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-26 05:02:32 +03:00
MCOL-3 directory name changes
This commit is contained in:
@@ -241,7 +241,7 @@ bool TestRunner::runTest( IDBDataFile::Types filetype, unsigned open_opts )
|
||||
for( int i = 0; i < m_opts.numDbRoots; ++i )
|
||||
{
|
||||
ostringstream dbroot;
|
||||
dbroot << "/usr/local/MariaDB/Columnstore/data" << i+1;
|
||||
dbroot << "/usr/local/mariadb/columnstore/data" << i+1;
|
||||
if( !fs.exists(dbroot.str().c_str()) )
|
||||
{
|
||||
ostringstream msg;
|
||||
|
Reference in New Issue
Block a user