We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc34c2d commit c467779Copy full SHA for c467779
expected/select.out
@@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
15
SELECT mysql_fdw_version();
16
mysql_fdw_version
17
-------------------
18
- 20600
+ 20601
19
(1 row)
20
21
-- Create foreign tables
mysql_fdw.c
@@ -112,9 +112,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
112
113
/*
114
* In PG 9.5.1 the number will be 90501,
115
- * our version is 2.6.0 so number will be 20600
+ * our version is 2.6.1 so number will be 20601
116
*/
117
-#define CODE_VERSION 20600
+#define CODE_VERSION 20601
118
119
120
* Indexes of FDW-private information stored in fdw_private lists.
0 commit comments