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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user