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
Eventually found the problem with rename(). Was calling
::unlink() instead of our unlink/remove.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user