Commit c0907d57 authored by Olivier Bertrand's avatar Olivier Bertrand

- Fix compile error on some plarforms (64bits?)

modified:
  storage/connect/odbconn.cpp
parent 4ab970ab
...@@ -1657,7 +1657,7 @@ PQRYRES ODBConn::GetMetaData(PGLOBAL g, char *dsn, char *src) ...@@ -1657,7 +1657,7 @@ PQRYRES ODBConn::GetMetaData(PGLOBAL g, char *dsn, char *src)
PQRYRES qrp = NULL; PQRYRES qrp = NULL;
PCOLRES crp; PCOLRES crp;
USHORT i; USHORT i;
ULONG n; SQLULEN n;
SWORD ncol; SWORD ncol;
RETCODE rc; RETCODE rc;
HSTMT hstmt; HSTMT hstmt;
......
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