Skip to content

Commit

Permalink
Also include InnoDB undo tablespaces in rsync sst
Browse files Browse the repository at this point in the history
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...
codership/mysql-wsrep#337
  • Loading branch information
vasild authored and Jan Lindström committed Aug 3, 2018
1 parent 62e2909 commit 3f0cd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/wsrep_sst_rsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ FILTER=(-f '- /lost+found'
-f '+ /wsrep_sst_binlog.tar'
-f '+ /ib_lru_dump'
-f '+ /ibdata*'
-f '+ /undo*'
-f '+ /*/'
-f '- /*')

Expand Down

0 comments on commit 3f0cd66

Please sign in to comment.