[MDEV-4297] mysql --binary-mode Created: 2013-03-19 Updated: 2013-06-13 Resolved: 2013-06-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.4, 5.5.32 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Extend mysql command line client to support the --binary-mode switch, like in MySQL 5.6. Although we don't have the bug that this switch was supposed to be a workaround for, it might still be useful to be compatible with the upstream mysql, to support some new users' scripts or workflows that use this switch. Or to read binlog dumps generated by MySQL's mysqlbinlog. |