diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-30 20:23:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-30 20:23:54 +0200 |
commit | 8fb1a350b6487602b62de069911750421c01c6ef (patch) | |
tree | 937ec25fc757b8022f99067c411cc57333639687 /libmysql.version | |
parent | 51fa9dd068780d91622704e3dbdafbaff0c03007 (diff) |
MySQL: syncwith rawhide
Diffstat (limited to 'libmysql.version')
-rw-r--r-- | libmysql.version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmysql.version b/libmysql.version index 409009e..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: *; }; |