summaryrefslogtreecommitdiffstats
path: root/libmysql.version
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-04-05 15:16:36 +0200
committerRemi Collet <fedora@famillecollet.com>2011-04-05 15:16:36 +0200
commit46b26615b0a78a7c606d1719bb46903b2cfec64f (patch)
treeed266f60920e62071c9cfe2fe90e31a0336d4586 /libmysql.version
parent641c1e306c0bbd7a23590d68f556dba7d6474f4d (diff)
mysql, sync with rawhide
Diffstat (limited to 'libmysql.version')
-rw-r--r--libmysql.version6
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;