Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Duplicate
-
10.6.18
-
None
Description
Hi,
When issues --binary-mode to the mariadb client it is unable to import a dump file created with the latest 10.6 version:
[root@host dba-toolkit]# cat /tmp/blaaa | mysql --host=localhost --user=root --password='' --binary-mode --init-command='SET SESSION SQL_LOG_BIN = 0; SET GLOBAL log_bin_trust_function_creators=1;' mysql |
ERROR at line 1: Unknown command '\-'. |
When not specifying --binary-mode, the same command works.
I suggest to prioritize this as a blocker because it breaks all kind of automation.
Attachments
Issue Links
- duplicates
-
MDEV-34203 Sandbox mode \- is not compatible with --binary-mode
- Closed