Bug #32429 ssl_cipher setting in my.cnf not read by libmysqlclient
Submitted: 16 Nov 2007 8:28 Modified: 11 Dec 2007 20:33
Reporter: Magnus Blåudd Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:4.1.24 OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any

[16 Nov 2007 8:28] Magnus Blåudd
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 9: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 8:46] Magnus Blåudd
Approval by email
[26 Nov 2007 18: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 9:55] Bugs System
Pushed into 5.0.54
[6 Dec 2007 9:59] Bugs System
Pushed into 5.1.23-rc
[6 Dec 2007 10:01] Bugs System
Pushed into 6.0.5-alpha
[11 Dec 2007 20: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.