Skip to content

Commit b6563d7

Browse files
committed
- 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
1 parent 332d9f7 commit b6563d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connect/ha_connect.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5410,10 +5410,10 @@ static int connect_assisted_discovery(handlerton *, THD* thd,
54105410
#endif // __WIN__
54115411
//int hdr, mxe;
54125412
int port = 0, mxr = 0, rc = 0, mul = 0, lrecl = 0;
5413+
PCSZ tabtyp = NULL;
54135414
#if defined(ODBC_SUPPORT)
54145415
POPARM sop= NULL;
54155416
PCSZ ucnc= NULL;
5416-
PCSZ tabtyp = NULL;
54175417
bool cnc= false;
54185418
int cto= -1, qto= -1;
54195419
#endif // ODBC_SUPPORT

0 commit comments

Comments
 (0)