rosmo / mydumper-anon

Anonymize or modify data on the fly when creating MySQL data dumps using simple YAML configuration file
13 stars 4 forks source link

problem with engine not installed #6

Open Esysteme opened 7 years ago

Esysteme commented 7 years ago

this case is tricky :

you load a backup (made by Xtrabackup) on new MySQL, but on this backup you one table with engine FEDERATED and this engine is not installed on Server.

you launch mydumper and you got :

segmentation fault

rosmo commented 7 years ago

You mean myloader? Obviously the software shouldn't crash, but I'm not sure what we should do with unsupported engines though - probably just fail.

Esysteme commented 7 years ago

no with mydumper, after the base is loaded with unknown engine because federated not installed yet.

Esysteme commented 7 years ago

just make error and download other table to not block backup.

i know it's tricky case

rosmo commented 7 years ago

I'm still a little bit unsure what you mean. You cannot dump FEDERATED tables? Can you give me a concrete example?