[MDEV-15594] Backup and CONNECT Created: 2018-03-17 Updated: 2018-03-28 Resolved: 2018-03-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.2.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergii Volikov | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
backup table "test" |
| Comments |
| Comment by Elena Stepanova [ 2018-03-17 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
What do you mean by backup here? MariaBackup? mysqldump? XtraBackup? Copy-paste of the datadir? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergii Volikov [ 2018-03-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
1. CREATE TABLE test.`test` ( if you remove quotes "`" for date_format, then it works without errors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Alice Sherepa [ 2018-03-28 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I tried to reproduce with MariaDB 10.2.13, Ubuntu 16.04., works as expected
result from mysqldump (the same as from SHOW CREATE TABLE)
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergii Volikov [ 2018-03-28 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Excuse me. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Alice Sherepa [ 2018-03-28 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It happens) |