We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82cf64 commit 1fa9ad9Copy full SHA for 1fa9ad9
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
- 20504
+ 20505
19
(1 row)
20
21
-- Create foreign tables
mysql_fdw.c
@@ -105,9 +105,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
105
106
/*
107
* In PG 9.5.1 the number will be 90501,
108
- * our version is 2.5.4 so number will be 20504
+ * our version is 2.5.5 so number will be 20505
109
*/
110
-#define CODE_VERSION 20504
+#define CODE_VERSION 20505
111
112
typedef struct MySQLFdwRelationInfo
113
{
0 commit comments