diff options
Diffstat (limited to 'libmysql.version')
-rw-r--r-- | libmysql.version | 5 |
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; }; |