Bug #32429 ssl_cipher setting in my.cnf not read by libmysqlclient
Submitted: 16 Nov 2007 9:28 Modified: 11 Dec 2007 21:33
Reporter: Magnus Svensson
Status: Closed
Category:C API Severity:S3 (Non-critical)
Version:4.1.24 OS:Any
Assigned to: Magnus Svensson Target Version:

[16 Nov 2007 9:28] Magnus Svensson
Description:
The code in client.c that can be used to read a my.cnf into libmysql is not saving the
ssl_cipher setting.

How to repeat:
MCI

Suggested fix:
Save the setting in "options->ssl_cipher"
[16 Nov 2007 10:44] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/37928

ChangeSet@1.2524, 2007-11-16 10:43:59+01:00, msvensson@pilot.mysql.com +1 -0
  Bug#32429 ssl_cipher setting in my.cnf not read by libmysqlclient
[20 Nov 2007 9:46] Magnus Svensson
Approval by email
[26 Nov 2007 19:46] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/38553

ChangeSet@1.2658, 2007-11-26 19:44:49+01:00, msvensson@pilot.mysql.com +1 -0
  Bug#32429 ssl_cipher setting in my.cnf not read by libmysqlclient
   - Case values has changed in 6.0
[6 Dec 2007 10:55] Bugs System
Pushed into 5.0.54
[6 Dec 2007 10:59] Bugs System
Pushed into 5.1.23-rc
[6 Dec 2007 11:01] Bugs System
Pushed into 6.0.5-alpha
[11 Dec 2007 21:33] Paul DuBois
Noted in 5.0.54, 5.1.23, 6.0.5 changelogs.

ssl-cipher values in option files were not being read by libmysqlclient.