Index: head/databases/mysql55-client/files/patch-client_mysql.cc =================================================================== --- head/databases/mysql55-client/files/patch-client_mysql.cc (nonexistent) +++ head/databases/mysql55-client/files/patch-client_mysql.cc (revision 469371) @@ -0,0 +1,11 @@ +--- client/mysql.cc.orig 2018-05-08 12:44:38.160868000 +0200 ++++ client/mysql.cc 2018-05-08 12:45:01.377062000 +0200 +@@ -2671,7 +2671,7 @@ + mysql_free_result(fields); + break; + } +- field_names[i][num_fields*2]= '\0'; ++ field_names[i][num_fields*2]= NULL; + j=0; + while ((sql_field=mysql_fetch_field(fields))) + { Property changes on: head/databases/mysql55-client/files/patch-client_mysql.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