Commit 3f0cd66a authored by Vasil Dimov's avatar Vasil Dimov Committed by Jan Lindström

Also include InnoDB undo tablespaces in rsync sst

If --innodb-undo-tablespaces is used, then InnoDB stores undo in a
separate file(s) which whould also be replicated.

This fixes
Issue#337 This filter will cause sst failed at applying undo...
https://github.com/codership/mysql-wsrep/issues/337
parent 62e29092
......@@ -126,6 +126,7 @@ FILTER=(-f '- /lost+found'
-f '+ /wsrep_sst_binlog.tar'
-f '+ /ib_lru_dump'
-f '+ /ibdata*'
-f '+ /undo*'
-f '+ /*/'
-f '- /*')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment