Single transaction and Lock tables is available
All dumps will now rollback a single transaction to protect against modification and allow some database engines to get a repeatable read for when the backup starts.
There is now an additional option on mysqldump.Dump
called LockTables
that will lock all tables for the duration of the dump to guarantee consistent backups with some database engines.