svn commit: r469888 - head/databases/mysql55-server/files

Alex Dupre ale at FreeBSD.org
Mon May 14 13:52:35 UTC 2018


Author: ale
Date: Mon May 14 13:52:34 2018
New Revision: 469888
URL: https://svnweb.freebsd.org/changeset/ports/469888

Log:
  Try to fix build with clang6.

Added:
  head/databases/mysql55-server/files/patch-sql_sql_partition.cc   (contents, props changed)

Added: head/databases/mysql55-server/files/patch-sql_sql_partition.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/mysql55-server/files/patch-sql_sql_partition.cc	Mon May 14 13:52:34 2018	(r469888)
@@ -0,0 +1,11 @@
+--- sql/sql_partition.cc.orig	2018-05-14 15:35:48.089983000 +0200
++++ sql/sql_partition.cc	2018-05-14 15:36:03.185749000 +0200
+@@ -283,7 +283,7 @@
+     }
+   }
+   part_info->set_up_defaults_for_partitioning(table->file,
+-                                              (ulonglong)0, (uint)0);
++                                              NULL, 0U);
+   DBUG_RETURN(FALSE);
+ }
+ 


More information about the svn-ports-all mailing list