From 8fb1a350b6487602b62de069911750421c01c6ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 Sep 2012 20:23:54 +0200 Subject: MySQL: syncwith rawhide --- libmysql.version | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmysql.version') 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: *; }; -- cgit