aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgresql-mysql_fdw/fix-redefine-MYSQL_PORT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/postgresql-mysql_fdw/fix-redefine-MYSQL_PORT.patch')
-rw-r--r--testing/postgresql-mysql_fdw/fix-redefine-MYSQL_PORT.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/postgresql-mysql_fdw/fix-redefine-MYSQL_PORT.patch b/testing/postgresql-mysql_fdw/fix-redefine-MYSQL_PORT.patch
deleted file mode 100644
index 1c1db56e59d..00000000000
--- a/testing/postgresql-mysql_fdw/fix-redefine-MYSQL_PORT.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/mysql_fdw.h
-+++ b/mysql_fdw.h
-@@ -36,7 +36,9 @@
-
- #define MYSQL_PREFETCH_ROWS 100
- #define MYSQL_BLKSIZ (1024 * 4)
--#define MYSQL_PORT 3306
-+#ifndef MYSQL_PORT
-+# define MYSQL_PORT 3306
-+#endif
- #define MAXDATALEN 1024 * 64
-
- #define WAIT_TIMEOUT 0