Index: head/databases/mysql55-server/files/patch-sql_sql_partition.cc =================================================================== --- head/databases/mysql55-server/files/patch-sql_sql_partition.cc (nonexistent) +++ head/databases/mysql55-server/files/patch-sql_sql_partition.cc (revision 469888) @@ -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); + } + Property changes on: head/databases/mysql55-server/files/patch-sql_sql_partition.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property