We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a3702 commit 9204d9eCopy full SHA for 9204d9e
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
- 20900
+ 20901
19
(1 row)
20
21
-- Create foreign tables
mysql_fdw.c
@@ -121,9 +121,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
121
122
/*
123
* In PG 9.5.1 the number will be 90501,
124
- * our version is 2.9.0 so number will be 20900
+ * our version is 2.9.1 so number will be 20901
125
*/
126
-#define CODE_VERSION 20900
+#define CODE_VERSION 20901
127
128
129
* The number of rows in a foreign relation are estimated to be so less that
0 commit comments