You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: