Skip to content

Commit

Permalink
Stamp 2.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevanchalke committed Oct 21, 2020
1 parent e82cf64 commit 1fa9ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion expected/select.out
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CREATE USER MAPPING FOR PUBLIC SERVER mysql_svr
SELECT mysql_fdw_version();
mysql_fdw_version
-------------------
20504
20505
(1 row)

-- Create foreign tables
Expand Down
4 changes: 2 additions & 2 deletions mysql_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ unsigned int ((mysql_num_rows) (MYSQL_RES *result));

/*
* In PG 9.5.1 the number will be 90501,
* our version is 2.5.4 so number will be 20504
* our version is 2.5.5 so number will be 20505
*/
#define CODE_VERSION 20504
#define CODE_VERSION 20505

typedef struct MySQLFdwRelationInfo
{
Expand Down

0 comments on commit 1fa9ad9

Please sign in to comment.