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

[bug] mysql 8 error #17

Open
xqdd opened this issue Mar 19, 2019 · 1 comment
Open

[bug] mysql 8 error #17

xqdd opened this issue Mar 19, 2019 · 1 comment
Assignees
Milestone

Comments

@xqdd
Copy link

xqdd commented Mar 19, 2019

Mysql Server version: 8.0.12

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
common.restoreDatabaseSchema(0xc420098430, 0xc42005a340, 0x1, 0x1, 0xc4200a23a0)
        /home/ubuntu1804/go-mydumper/src/common/loader.go:75 +0x84
common.Loader(0xc420098430, 0xc420069e80)
        /home/ubuntu1804/go-mydumper/src/common/loader.go:161 +0x18a
main.main()
        /home/ubuntu1804/go-mydumper/src/myloader/main.go:62 +0x1e7
@BohuTANG
Copy link
Contributor

@xqdd

We have not any tests on MySQL 8.0.
From the panic stack, looks like a protocol issue.
Thanks for your report.

@BohuTANG BohuTANG self-assigned this Mar 19, 2019
@BohuTANG BohuTANG added this to the v1.2 milestone Mar 19, 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