Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.5.25, 10.11.8, 10.6.18
-
None
Description
Latest MariaDB prepends sandbox mode enable command in the dumps:
$ mysqldump database_name | head -n 1
|
/*!999999\- enable the sandbox mode */
|
Dump with this prefix can not be restored when `--binary-mode` flag is used:
$ mysqldump database_name | mysql --binary-mode another_db
|
ERROR at line 1: Unknown command '\-'.
|
Is there a way to opt-out of sandbox mode when creating a dump?
Attachments
Issue Links
- is caused by
-
MDEV-33727 mariadb-dump trusts the server and does not validate the data
-
- Closed
-
- is duplicated by
-
MDEV-34395 Binary mode import breaks with /*!999999\- enable the sandbox mode */
-
- Closed
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
16d 21h 57m | 1 |
|
22h 8m | 1 |
|
7s | 1 |
|
14s | 1 |
|
48m 56s | 1 |
|
1h 22m | 1 |