Commit 1b7e5590 authored by Sergei Golubchik's avatar Sergei Golubchik

CONNECT: compilation fix

tabtyp was defined under ODBC_SUPPORT, but used
outside of it too (under JDBC_SUPPORT).
parent 158f96f6
......@@ -5357,10 +5357,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment