Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
5.5.33a
-
None
-
None
-
None
-
MariaDB running on a Synology NAS
Description
we are experiencing difficulties in importing a MySQL database into a MariaDB running on a Synology NAS.
How mariadb treats imports?
as far as we can see it takes the auto increment missing steps as invalid
eg this sequence 1 2 3 5 6 8
becomes 1 2 3 4 5 6
This breaks the link between various data elements. Does anyone have any more insight into this issue or how it can be resolved?