- Remove patch file which was included upstream, thus unbreak build

PR:		ports/70321, ports/70329, ports/70340
Submitted by:	Christian Lackas <c.lackas@fz-juelich.de>,
		Renato Botelho <rbgarga@gmail.com>,
		Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Pav Lucistnik 2004-08-12 07:34:29 +00:00
parent 9db19ec78e
commit e92115c039
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116001

View File

@ -1,14 +0,0 @@
--- mysql.xs.orig Fri Oct 17 19:20:50 2003
+++ mysql.xs Tue Jun 29 05:03:15 2004
@@ -97,7 +97,11 @@
}
if (strEQ(command, "shutdown")) {
+#if MYSQL_VERSION_ID < 40103
result = mysql_shutdown(sock);
+#else
+ result = mysql_shutdown(sock, SHUTDOWN_DEFAULT);
+#endif
} else if (strEQ(command, "reload")) {
result = mysql_reload(sock);
} else if (strEQ(command, "createdb")) {