summaryrefslogtreecommitdiffstats
path: root/libmysql.version
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-02-11 20:23:39 +0100
committerRemi Collet <fedora@famillecollet.com>2013-02-11 20:23:39 +0100
commit6824e2d5b2cb30ce3c83da8d33296f02e193ea2a (patch)
tree374fd911369178ee81afbc08e50f935bf188e7f4 /libmysql.version
parent5731cfe7c0f07bf655dffd9c065398090daa14cb (diff)
compat-mysql55 5.5.30
Diffstat (limited to 'libmysql.version')
-rw-r--r--libmysql.version5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmysql.version b/libmysql.version
index dc32cd7..35dbc64 100644
--- a/libmysql.version
+++ b/libmysql.version
@@ -117,6 +117,9 @@ libmysqlclient_16 {
# de-facto API as well. We're not going to export the deprecated version
# make_scrambled_password, however.
my_make_scrambled_password;
+# This really shouldn't be exported, but some applications use it as a
+# workaround for inadequate threading support; see bug #846602
+ THR_KEY_mysys;
local:
*;
};
@@ -142,4 +145,6 @@ libmysqlclient_18 {
mysql_net_realloc;
# PHP's mysqli.so requires this (via the ER() macro)
mysql_client_errors;
+# mydumper requires this (added by remi)
+ my_net_read;
};