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 with table name #41

Closed
Esysteme opened this issue Mar 10, 2017 · 0 comments · Fixed by #399
Closed

bug with table name #41

Esysteme opened this issue Mar 10, 2017 · 0 comments · Fixed by #399
Labels

Comments

@Esysteme
Copy link

MariaDB [load_test]> show tables;
+---------------------+
| Tables_in_load_test |
+---------------------+
| /MAR/B              |
| MAR/B               |
| MARA                |
| MARC                |
| VBAK                |
| VBUP                |
| ZMM_PRICE_SENT      |
| article             |
| article2            |
| article3            |
| asset               |
| datamodel           |
| entity              |
| jsampall            |
| jsample             |
| offre               |
+---------------------+
16 rows in set (0.00 sec)

I know it's a bit tricky :), but mysql allow this kind of table name.

** (mydumper:21690): CRITICAL **: Error: DB: load_test TABLE: /MAR/B Could not create output file export-20170310-085025/load_test./MAR/B.sql (2)

** (mydumper:21690): CRITICAL **: Error: DB: load_test TABLE: MAR/B Could not create output file export-20170310-085025/load_test.MAR/B.sql (2)

** (mydumper:21690): CRITICAL **: Error: DB: load_test Could not create output file export-20170310-085025/load_test./MAR/B-schema.sql (2)

** (mydumper:21690): CRITICAL **: Error: DB: load_test Could not create output file export-20170310-085025/load_test.MAR/B-schema.sql (2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants