Comment 3 for bug 1181038

Revision history for this message
Alexey Kopytov (akopytov) wrote : Re: Trigger definitions are ignore for partial backups

OK, I see the problem. So for partial backups XtraBackup should query INFORMATION_SCHEMA.TRIGGERS to get a list of trigger names associated with that table.

A workaround is to include trigger names as table names into a partial backup definition. For example, if the trigger name is 't1test' in your example, the following tables file will copy it as well:

test.t1
test.t1test