]> TLD Linux GIT Repositories - packages/mysql.git/blob - mysql-versioning.patch
- updated to 5.6.29-76.2
[packages/mysql.git] / mysql-versioning.patch
1 --- Percona-Server-5.6.14-rel62.0//libmysql/libmysql.map        2013-10-30 17:14:14.270019272 +0100
2 +++ percona-server-5.6.16-64.1/libmysql/libmysql.map    2014-05-02 22:58:14.025317912 +0300
3 @@ -145,6 +145,7 @@
4         mysql_net_realloc;
5  # PHP's mysqli.so requires this (via the ER() macro)
6         mysql_client_errors;
7 +       client_errors;
8  # mydumper requires this (added by remi)
9         my_net_read;
10  };
11 @@ -155,2 +156,4 @@
12         get_tty_password;
13 +# for mysql-workbench 6.1
14 +       mysql_options4;
15  };