Add my_make_scrambled_password to the list of exported symbols.

This commit is contained in:
Tom Lane 2011-03-23 19:35:26 -04:00 committed by Michal Schorm
parent a864013c84
commit 6c5d92e21a
2 changed files with 9 additions and 1 deletions

View File

@ -113,6 +113,10 @@ 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:
*;
};

View File

@ -1,6 +1,6 @@
Name: mysql
Version: 5.5.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
URL: http://www.mysql.com
@ -611,6 +611,10 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Wed Mar 23 2011 Tom Lane <tgl@redhat.com> 5.5.10-2
- Add my_make_scrambled_password to the list of symbols exported by
libmysqlclient.so. Needed at least by pure-ftpd.
* Mon Mar 21 2011 Tom Lane <tgl@redhat.com> 5.5.10-1
- Update to MySQL 5.5.10, for various fixes described at
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html