We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c602c commit e88f12aCopy full SHA for e88f12a
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
- 20505
+ 20600
19
(1 row)
20
21
-- Create foreign tables
mysql_fdw.c
@@ -109,9 +109,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
109
110
/*
111
* In PG 9.5.1 the number will be 90501,
112
- * our version is 2.5.5 so number will be 20505
+ * our version is 2.6.0 so number will be 20600
113
*/
114
-#define CODE_VERSION 20505
+#define CODE_VERSION 20600
115
116
117
* Indexes of FDW-private information stored in fdw_private lists.
0 commit comments