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

Eventually found the problem with rename(). Was calling

::unlink() instead of our unlink/remove.
This commit is contained in:
Patrick LeBlanc
2019-04-10 15:01:29 -05:00
parent c0f93d904a
commit dfc29fa833
4 changed files with 9 additions and 3 deletions

View File

@ -1889,7 +1889,8 @@ void SlaveComm::do_vbRollback1(ByteStream& msg)
if (!standalone)
master.write(reply);
takeSnapshot = true;
//takeSnapshot = true;
doSaveDelta = true;
}
void SlaveComm::do_vbRollback2(ByteStream& msg)