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

[BUG] table name starts with checksum breaks myloader #382

Closed
druggo opened this issue Jul 20, 2021 · 0 comments · Fixed by #399
Closed

[BUG] table name starts with checksum breaks myloader #382

druggo opened this issue Jul 20, 2021 · 0 comments · Fixed by #399

Comments

@druggo
Copy link

druggo commented Jul 20, 2021

Describe the bug
Table name starts with checksum breaks myloader.

To Reproduce

create database t1;
create table checksum234 ( id int);

  • mydumper with all the parameters
    mydumper -B t1 -o t1
  • myloader with all the parameters
    myloader -o -d t1

Expected behavior
myloader exit with 0

Actual behavior
myloader exit with 1 and show warning:

** (myloader:259409): WARNING **: 21:04:00.164: Checksum mismatch found for t1.checksum234-schema. Got '(null)', expecting '/!40101 SET NAMES binary/;

Environment (please complete the following information):

  • OS version: Ubuntu 18.04
  • MyDumper version: 0.10.7
@davidducos davidducos added the bug label Jul 20, 2021
@davidducos davidducos added this to the Release 0.10.9 milestone Jul 20, 2021
@davidducos davidducos linked a pull request Aug 24, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants