Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql-extras:master commit in: /
Date: Mon, 28 Jul 2014 23:43:52
Message-Id: 1406591021.99fe52498d9660aee37dca6c3d32de895c43a5dd.grknight.pub@gentoo
1 commit: 99fe52498d9660aee37dca6c3d32de895c43a5dd
2 Author: Brian Evans <grknight <AT> tuffmail <DOT> com>
3 AuthorDate: Mon Jul 28 23:43:41 2014 +0000
4 Commit: Brian Evans <grknight <AT> tuffmail <DOT> com>
5 CommitDate: Mon Jul 28 23:43:41 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=99fe5249
7
8 Respin last patch for MySQL 5.6
9
10 ---
11 00000_index.txt | 8 +++++++-
12 20009_all_mysql_myodbc_symbol_fix-5.6.patch | 12 ++++++++++++
13 2 files changed, 19 insertions(+), 1 deletion(-)
14
15 diff --git a/00000_index.txt b/00000_index.txt
16 index 4f167a1..ac7bcb0 100644
17 --- a/00000_index.txt
18 +++ b/00000_index.txt
19 @@ -1668,7 +1668,13 @@
20 @@ MariaDB bug MDEV-6131
21
22 @patch 20009_all_mysql_myodbc_symbol_fix-5.5.38.patch
23 -@ver 5.05.38.00 to 5.07.99.99
24 +@ver 5.05.38.00 to 5.05.99.99
25 +@pn mysql
26 +@pn percona-server
27 +@@ Export missing symbols
28 +
29 +@patch 20009_all_mysql_myodbc_symbol_fix-5.6.patch
30 +@ver 5.06.00.00 to 5.07.99.99
31 @pn mysql
32 @pn percona-server
33 @@ Export missing symbols
34
35 diff --git a/20009_all_mysql_myodbc_symbol_fix-5.6.patch b/20009_all_mysql_myodbc_symbol_fix-5.6.patch
36 new file mode 100644
37 index 0000000..f081d64
38 --- /dev/null
39 +++ b/20009_all_mysql_myodbc_symbol_fix-5.6.patch
40 @@ -0,0 +1,12 @@
41 +diff -auwrN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
42 +--- a/libmysql/CMakeLists.txt 2014-07-27 22:03:27.806254846 -0400
43 ++++ b/libmysql/CMakeLists.txt 2014-07-27 22:05:08.400521754 -0400
44 +@@ -138,6 +138,8 @@
45 + mysql_load_plugin_v
46 + mysql_options4
47 + mysql_plugin_options
48 ++dynstr_append_os_quoted
49 ++strfill
50 +
51 + CACHE INTERNAL "Functions exported by client API"
52 +