Menu

#102 mysql_ssl_set

MySQLdb-1.1
closed
MySQLdb (285)
5
2012-09-19
2004-09-07
No

some identifiers are set where certain feture is
available - mysql_ssl_set is available only when
HAVE_OPENSSL is defined

Discussion

  • Andy Dustman

    Andy Dustman - 2004-09-07

    Logged In: YES
    user_id=71372

    Looks like a simple fix, should be in 1.1.3 later tonight.
    Unfortunately, this does not seem to be documented in the
    MySQL documentation anywhere, and as I recall, when I added
    the SSL support, mysql_ssl_set() wasn't documented either; I
    had to hunt it down out of include files.

    I should probably throw an exception if the ssl parameter is
    passed and ssl is unavailable.

     
  • Andy Dustman

    Andy Dustman - 2004-09-08

    Logged In: YES
    user_id=71372

    Fixed in 1.1.3

     

Log in to post a comment.