Date: Mon, 14 May 2018 13:52:35 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469888 - head/databases/mysql55-server/files Message-ID: <201805141352.w4EDqZIY038579@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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); + } +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141352.w4EDqZIY038579>