1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-27 21:01:50 +03:00

name changes

This commit is contained in:
david hill
2016-05-11 16:24:17 -05:00
parent 12fbdfb4cd
commit a02049ba6a
269 changed files with 14983 additions and 704 deletions

View File

@ -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/Calpont/data1/systemFiles/dbrm/BRM_savesA" the journal file name will be
// "/usr/local/Calpont/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;