Skip to content

Commit

Permalink
- Fix MDEV-13860 CONNECT engine does not build with JDBC without ODBC.
Browse files Browse the repository at this point in the history
  By including Sergei's patch in connect_assisted_discovery.
  modified:   storage/connect/ha_connect.cc
  • Loading branch information
Buggynours committed Nov 3, 2017
1 parent 332d9f7 commit b6563d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/ha_connect.cc
Expand Up @@ -5410,10 +5410,10 @@ static int connect_assisted_discovery(handlerton *, THD* thd,
#endif // __WIN__
//int hdr, mxe;
int port = 0, mxr = 0, rc = 0, mul = 0, lrecl = 0;
PCSZ tabtyp = NULL;
#if defined(ODBC_SUPPORT)
POPARM sop= NULL;
PCSZ ucnc= NULL;
PCSZ tabtyp = NULL;
bool cnc= false;
int cto= -1, qto= -1;
#endif // ODBC_SUPPORT
Expand Down

0 comments on commit b6563d7

Please sign in to comment.