diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-04-05 15:16:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-04-05 15:16:36 +0200 |
commit | 46b26615b0a78a7c606d1719bb46903b2cfec64f (patch) | |
tree | ed266f60920e62071c9cfe2fe90e31a0336d4586 /libmysql.version | |
parent | 641c1e306c0bbd7a23590d68f556dba7d6474f4d (diff) |
mysql, sync with rawhide
Diffstat (limited to 'libmysql.version')
-rw-r--r-- | libmysql.version | 6 |
1 files changed, 5 insertions, 1 deletions
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; |