commit: 433f76ad475f15f199f1c996d77b661c68cca47a Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Jan 21 13:50:12 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Jan 21 13:50:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=433f76ad
Respin patch for 5.7.10 00000_index.txt | 8 +++++++- 20009_all_mysql_myodbc_symbol_fix-5.7.10.patch | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/00000_index.txt b/00000_index.txt index 6b8eea9..6281247 100644 --- a/00000_index.txt +++ b/00000_index.txt @@ -771,7 +771,13 @@ @@ Export missing symbols @patch 20009_all_mysql_myodbc_symbol_fix-5.7.8.patch -@ver 5.07.00.00 to 5.99.99.99 +@ver 5.07.08.00 to 5.07.09.99 +@pn mysql +@pn percona-server +@@ Export missing symbols + +@patch 20009_all_mysql_myodbc_symbol_fix-5.7.10.patch +@ver 5.07.10.00 to 5.07.99.99 @pn mysql @pn percona-server @@ Export missing symbols diff --git a/20009_all_mysql_myodbc_symbol_fix-5.7.10.patch b/20009_all_mysql_myodbc_symbol_fix-5.7.10.patch new file mode 100644 index 0000000..a4a5f45 --- /dev/null +++ b/20009_all_mysql_myodbc_symbol_fix-5.7.10.patch @@ -0,0 +1,12 @@ +diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt +--- a/libmysql/CMakeLists.txt 2015-02-26 09:51:43.000000000 -0500 ++++ b/libmysql/CMakeLists.txt 2015-03-10 10:47:52.759629219 -0400 +@@ -155,6 +155,8 @@ + # will have a FR to replace this for decent name/functionality and document it. + my_load_defaults + handle_options ++dynstr_append_os_quoted ++strfill + + CACHE INTERNAL "Undocumented Functions exported by client API" +
