From 46b26615b0a78a7c606d1719bb46903b2cfec64f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Apr 2011 15:16:36 +0200 Subject: mysql, sync with rawhide --- libmysql.version | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libmysql.version') diff --git a/libmysql.version b/libmysql.version index 83ac3c9..dc32cd7 100644 --- a/libmysql.version +++ b/libmysql.version @@ -113,11 +113,15 @@ libmysqlclient_16 { handle_options; load_defaults; my_print_help; +# This isn't really documented anywhere, but it seems to be part of the +# de-facto API as well. We're not going to export the deprecated version +# make_scrambled_password, however. + my_make_scrambled_password; local: *; }; # symbols added in mysql 5.5 -libmysqlclient_16.1 { +libmysqlclient_18 { global: mysql_client_find_plugin; mysql_client_register_plugin; -- cgit