mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Change the Blanks parameter from true to false in catalog getting
information function. This solve the problem of uninitialised zone that was detected by valgrind. modified: storage/connect/myconn.cpp storage/connect/odbconn.cpp storage/connect/tabfmt.cpp storage/connect/tabutil.cpp storage/connect/tabwmi.cpp
This commit is contained in:
@@ -339,7 +339,7 @@ PQRYRES CSVColumns(PGLOBAL g, const char *fn, char sep, char q,
|
||||
/* Allocate the structures used to refer to the result set. */
|
||||
/*********************************************************************/
|
||||
qrp = PlgAllocResult(g, ncol, imax, IDS_COLUMNS + 3,
|
||||
buftyp, fldtyp, length, true, false);
|
||||
buftyp, fldtyp, length, false, false);
|
||||
qrp->Nblin = imax;
|
||||
|
||||
if (info)
|
||||
|
Reference in New Issue
Block a user