Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.23
-
10.0.25
Description
$ mysqlbinlog --ssl-ca /dev/null |
mysqlbinlog: unknown option '--ssl-ca' |
$ mysql --ssl-ca /dev/null -e "SELECT 1" |
+---+ |
| 1 |
|
+---+ |
| 1 |
|
+---+ |
$ mysql --version |
mysql Ver 15.1 Distrib 10.0.23-MariaDB, for Linux (x86_64) using readline 5.1 |
Workaround is eay, but I want every [client] enforcing SSL.
I am asking to backport https://bugs.mysql.com/bug.php?id=74864 to MariaDB. It should be relatively straightforward, as it is a client-only change. Although later, code was refactored in 5.7 with different option meanings.
As far as I can see, the diff where this was fixed in 5.7 is: https://github.com/mysql/mysql-server/commit/53ab9bcbfb3e2f908e7dcf48d258ec2fc5d47b8c#diff-adaf67317429b2bcbbb7426654beff2f although the code was later refactored in newer 5.7 versions ( https://github.com/mysql/mysql-server/commit/3bd5589e1a5a93f9c224badf983cd65c45215390#diff-adaf67317429b2bcbbb7426654beff2f ).
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Description |
{code:sql} $ mysqlbinlog --ssl-ca /dev/null mysqlbinlog: unknown option '--ssl-ca' $ mysql --ssl-ca /dev/null -e "SELECT 1" +---+ | 1 | +---+ | 1 | +---+ $ mysql --version mysql Ver 15.1 Distrib 10.0.23-MariaDB, for Linux (x86_64) using readline 5.1 {code} Workaround is eay, but I want every [client] enforcing SSL. I am asking to backport https://bugs.mysql.com/bug.php?id=74864 to MariaDB. It should be relatively straightforward, as it is a client-only change. Although later, code was refactored in 5.7 with different option meanings. As far as I can see, the diff where this was fixed in 5.7 is: https://github.com/mysql/mysql-server/commit/53ab9bcbfb3e2f908e7dcf48d258ec2fc5d47b8c#diff-adaf67317429b2bcbbb7426654beff2f although the code was later refactored in newer 5.7 versions ( https://github.com/mysql/mysql-server/commit/3bd5589e1a5a93f9c224badf983cd65c45215390#diff-b8b382825b5adf598e4e48fdfe3c772a ). |
{code:sql} $ mysqlbinlog --ssl-ca /dev/null mysqlbinlog: unknown option '--ssl-ca' $ mysql --ssl-ca /dev/null -e "SELECT 1" +---+ | 1 | +---+ | 1 | +---+ $ mysql --version mysql Ver 15.1 Distrib 10.0.23-MariaDB, for Linux (x86_64) using readline 5.1 {code} Workaround is eay, but I want every [client] enforcing SSL. I am asking to backport https://bugs.mysql.com/bug.php?id=74864 to MariaDB. It should be relatively straightforward, as it is a client-only change. Although later, code was refactored in 5.7 with different option meanings. As far as I can see, the diff where this was fixed in 5.7 is: https://github.com/mysql/mysql-server/commit/53ab9bcbfb3e2f908e7dcf48d258ec2fc5d47b8c#diff-adaf67317429b2bcbbb7426654beff2f although the code was later refactored in newer 5.7 versions ( https://github.com/mysql/mysql-server/commit/3bd5589e1a5a93f9c224badf983cd65c45215390#diff-adaf67317429b2bcbbb7426654beff2f ). |
Labels | upstream |
Remote Link | This issue links to "Bug #74864 mysqlbinlog ssl-ca option error (Web Link)" [ 27000 ] |
Summary | mysqlbinlog does not accept ssl-ca option as expected (upstream #74864) | mysqlbinlog does not accept ssl-ca option as expected |
Labels | upstream | upstream upstream-fixed |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Assignee | Alexey Botchkov [ holyfoot ] |
Sprint | 10.0.25 [ 50 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2016-04-26 10:49:49.0 | 2016-04-26 10:49:49.272 |
Fix Version/s | 10.0.27 [ 22017 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 74042 ] | MariaDB v4 [ 150138 ] |