[MDEV-6335] Difference in TokuDB engine DDL makes sql dumps incompatible. Created: 2014-06-12 Updated: 2014-06-20 Resolved: 2014-06-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexey Zilber | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOs 6.x, TokuDB 7.1.6, MariaDB 10.0.11 |
||
| Description |
|
Because of the difference in DDL syntax between TokuTek's TokuDB and MariaDB, mysql dumps are incompatible. This is because one uses ROW_FORMAT and the other COMPRESSION. This is a pretty awful situation to be in. Essentially, we're stuck with either one or the other because of the huge amount of data we have. There should at least be some aliasing or workaround for this. |
| Comments |
| Comment by Elena Stepanova [ 2014-06-20 ] |
|
This is a duplicate of MDEV-5571.
|