Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --single-transaction #6

Open
tvb opened this issue Apr 27, 2014 · 1 comment
Open

Add --single-transaction #6

tvb opened this issue Apr 27, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@tvb
Copy link
Contributor

tvb commented Apr 27, 2014

Missing --single-transaction config option:
https://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_single-transaction

@gocom
Copy link
Owner

gocom commented Apr 28, 2014

Danpu currently uses locking, that is mutually exclusive with transactions. It locks all tables before it starts taking a backup, which too leads to consistent state of data.

Will see about adding this for the feature release, 2.7.0.

@gocom gocom self-assigned this Apr 28, 2014
@gocom gocom added this to the 2.7.0 milestone Apr 28, 2014
@gocom gocom modified the milestones: 2.7.0, 2.8.0 Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants