• unknown's avatar
    Add new function mysql_get_ssl_cipher to libmysl and use it from client to... · 82bb4125
    unknown authored
    Add new function mysql_get_ssl_cipher to libmysl and use it from client to avoid dependency on SSL libs from mysql client.
    
    
    include/mysql.h:
      Add new function mysql_get_ssl_cipher
    sql-common/client.c:
      Add new function mysql_get_ssl_cipher, will return the cipher used for the current connection to the server.
    82bb4125
mysql.cc 102 KB