Skip to content

Commit 1fa9ad9

Browse files
committed
Stamp 2.5.5.
1 parent e82cf64 commit 1fa9ad9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

expected/select.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
1515
SELECT mysql_fdw_version();
1616
mysql_fdw_version
1717
-------------------
18-
20504
18+
20505
1919
(1 row)
2020

2121
-- Create foreign tables

mysql_fdw.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));
105105

106106
/*
107107
* In PG 9.5.1 the number will be 90501,
108-
* our version is 2.5.4 so number will be 20504
108+
* our version is 2.5.5 so number will be 20505
109109
*/
110-
#define CODE_VERSION 20504
110+
#define CODE_VERSION 20505
111111

112112
typedef struct MySQLFdwRelationInfo
113113
{

0 commit comments

Comments
 (0)