diff options
author | unknown <msvensson@neptunus.(none)> | 2006-04-10 12:23:20 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-04-10 12:23:20 +0200 |
commit | c4c9d4fb8cc4c5114728a150d6a075834f2a050d (patch) | |
tree | de2008dcdcf1fbfa8f8072352bc1e808fc8278f3 /libmysql | |
parent | dc618494f3e84c4d514092571fe27bfb8433918d (diff) | |
download | mariadb-git-c4c9d4fb8cc4c5114728a150d6a075834f2a050d.tar.gz |
Update implementation of new function 'mysql_get_ssl_cipher' after review
client/mysql.cc:
Only call mysql_get_ssl_cipher once, save the result in variable "status"
libmysql/libmysql.def:
Add new function mysql_get_ssl_cipher to exported functions in dll
sql-common/client.c:
Add missing return(DBUG_RETURN)
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysql/libmysql.def b/libmysql/libmysql.def index a469c67c466..cf45e20a697 100644 --- a/libmysql/libmysql.def +++ b/libmysql/libmysql.def @@ -65,6 +65,7 @@ EXPORTS mysql_get_proto_info mysql_get_server_info mysql_get_client_version + mysql_get_ssl_cipher mysql_info mysql_init mysql_insert_id |