1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

- Fix gcc error and warnings

modified:
  storage/connect/odbconn.cpp
  storage/connect/xindex.cpp
This commit is contained in:
Olivier Bertrand
2014-05-06 16:00:48 +02:00
parent 9d41d856a7
commit 3743e1e0f6
2 changed files with 4 additions and 4 deletions

View File

@@ -2135,7 +2135,7 @@ int ODBConn::GetCatInfo(CATPARM *cap)
PSZ fnc = "Unknown";
UWORD n;
SWORD ncol, len, tp;
SQLULEN crow;
SQLULEN crow = 0;
PQRYRES qrp = cap->Qrp;
PCOLRES crp;
RETCODE rc = 0;