Skip to content
Permalink
Browse files
- Fix MDEV-13860 CONNECT engine does not build with JDBC without ODBC.
  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.
@@ -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

0 comments on commit b6563d7

Please sign in to comment.