summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-10-30 02:00:34 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-10-30 02:00:34 +0100
commite347577568d429b6896a39ba59e7eff200241fb0 (patch)
tree7f49ca52588ad28dff37a2fddb859856eea27be9
parentFix 20018_all_percona-server-8.0.16-without-clientlibs-tools.patch (diff)
downloadmysql-extras-e347577568d429b6896a39ba59e7eff200241fb0.tar.gz
mysql-extras-e347577568d429b6896a39ba59e7eff200241fb0.tar.bz2
mysql-extras-e347577568d429b6896a39ba59e7eff200241fb0.zip
Add 20038_all_percona-server-8.0.16-PS-5873.patch
Bug: https://bugs.gentoo.org/697980 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--20038_all_percona-server-8.0.16-PS-5873.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/20038_all_percona-server-8.0.16-PS-5873.patch b/20038_all_percona-server-8.0.16-PS-5873.patch
new file mode 100644
index 0000000..ab73594
--- /dev/null
+++ b/20038_all_percona-server-8.0.16-PS-5873.patch
@@ -0,0 +1,24 @@
+Fix
+
+ storage/innobase/handler/i_s.cc:7546:1: error: cannot convert 'std::nullptr_t' to 'unsigned int' in initialization
+
+https://jira.percona.com/browse/PS-5873
+---
+ storage/innobase/handler/i_s.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/storage/innobase/handler/i_s.cc
++++ b/storage/innobase/handler/i_s.cc
+@@ -7536,8 +7536,8 @@ struct st_mysql_plugin i_s_innodb_changed_pages = {
+ STRUCT_FLD(descr, "InnoDB CHANGED_PAGES table"),
+ STRUCT_FLD(license, PLUGIN_LICENSE_GPL),
+ STRUCT_FLD(init, i_s_innodb_changed_pages_init),
+- STRUCT_FLD(deinit, i_s_common_deinit),
+ nullptr,
++ STRUCT_FLD(deinit, i_s_common_deinit),
+ STRUCT_FLD(version, 0x0100 /* 1.0 */),
+ STRUCT_FLD(status_vars, nullptr),
+ STRUCT_FLD(system_vars, nullptr),
+--
+2.23.0
+