Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

[feature] Transactional support #7

Open
svaroqui opened this issue Jan 4, 2018 · 1 comment
Open

[feature] Transactional support #7

svaroqui opened this issue Jan 4, 2018 · 1 comment
Assignees
Milestone

Comments

@svaroqui
Copy link

svaroqui commented Jan 4, 2018

Hi, thanks for creating go-mydumper,

I don't see in code the way to get transactional snapshot

Global write lock is acquired ("FLUSH TABLES WITH READ LOCK")
Various metadata is read ("SHOW SLAVE STATUS","SHOW MASTER STATUS")
Other threads connect and establish snapshots ("START TRANSACTION WITH CONSISTENT SNAPSHOT")
Other threads connect and establish snapshots ("UNLOCK TABLES")

Is this in the roadmap or did i missed it ?

@BohuTANG
Copy link
Contributor

BohuTANG commented Jan 5, 2018

Hi,

This feature is in the roadmap(time has not yet been set for).
And welcome to try to break the version.
Thanks.

@BohuTANG BohuTANG self-assigned this Dec 26, 2018
@BohuTANG BohuTANG changed the title Transactional support [feature] Transactional support Mar 12, 2019
@BohuTANG BohuTANG added the P1 label Mar 12, 2019
@BohuTANG BohuTANG added this to the v1.2 milestone Mar 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants