diff options
author | 2015-08-05 12:12:49 -0400 | |
---|---|---|
committer | 2015-08-05 12:12:49 -0400 | |
commit | 1f3c6320b6bc23ca9b54bf81f9add0ae42e2e676 (patch) | |
tree | bdb6d49876d5f3fed0a016d4f0f19c24b59364f7 /20009_all_mysql_myodbc_symbol_fix-5.7.8.patch | |
parent | Fix deprecated perl array defined syntax for test suite in 5.5 (diff) | |
download | mysql-extras-1f3c6320b6bc23ca9b54bf81f9add0ae42e2e676.tar.gz mysql-extras-1f3c6320b6bc23ca9b54bf81f9add0ae42e2e676.tar.bz2 mysql-extras-1f3c6320b6bc23ca9b54bf81f9add0ae42e2e676.zip |
Respin myodbc patch for mysql-5.7.8
Diffstat (limited to '20009_all_mysql_myodbc_symbol_fix-5.7.8.patch')
-rw-r--r-- | 20009_all_mysql_myodbc_symbol_fix-5.7.8.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/20009_all_mysql_myodbc_symbol_fix-5.7.8.patch b/20009_all_mysql_myodbc_symbol_fix-5.7.8.patch new file mode 100644 index 0000000..a4be6a5 --- /dev/null +++ b/20009_all_mysql_myodbc_symbol_fix-5.7.8.patch @@ -0,0 +1,13 @@ +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,7 +155,9 @@ + # will have a FR to replace this for decent name/functionality and document it. + my_load_defaults + handle_options + mysql_get_parameters ++dynstr_append_os_quoted ++strfill + + CACHE INTERNAL "Undocumented Functions exported by client API" + |