go-mydumper icon indicating copy to clipboard operation
go-mydumper copied to clipboard

A multi-threaded MySQL backup and restore tool, faster than mysqldump

Results 14 go-mydumper issues
Sort by recently updated
recently updated
newest added

First of all thank you for this amazing tool! For the future it would be nice to add the possibility to stream/dump data without the foreign keys. In the "standard"...

type: feature
P1

Hello, I found no metadata when testing go-mydumper. Is there any plan to support consistency pos? Thanks

#### Mysql Server version: 8.0.12 ```Prolog ubuntu1804@XQDD-PC:~/go-mydumper/bin$ ./myloader -h localhost -P 3306 -u XQDD -p 1234-d test.sql panic: pkt.read.seq[3]!=pkt.actual.seq[1] (errno 1835) (sqlstate HY000) goroutine 1 [running]: common.AssertNil(0x583160, 0xc420022540) /home/ubuntu1804/go-mydumper/src/common/common.go:75 +0x4a...

type: bug
P0

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...

type: feature
P1