You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
MCOL-3 directory name changes
This commit is contained in:
@ -1903,8 +1903,8 @@ int SlaveComm::replayJournal(string prefix)
|
||||
// argument.
|
||||
|
||||
// If A or B files are being loaded, strip off the A or B for the journal file name as there is only one journal file.
|
||||
// For example, if prefix is "/usr/local/MariaDB/Columnstore/data1/systemFiles/dbrm/BRM_savesA" the journal file name will be
|
||||
// "/usr/local/MariaDB/Columnstore/data1/systemFiles/dbrm/BRM_saves_journal".
|
||||
// For example, if prefix is "/usr/local/mariadb/columnstore/data1/systemFiles/dbrm/BRM_savesA" the journal file name will be
|
||||
// "/usr/local/mariadb/columnstore/data1/systemFiles/dbrm/BRM_saves_journal".
|
||||
|
||||
string tmp = prefix.substr(prefix.length()-1);
|
||||
string fName;
|
||||
|
Reference in New Issue
Block a user