mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Working on eliminating valgrind warning/errors
modified: storage/connect/tabdos.cpp storage/connect/tabfix.cpp storage/connect/value.cpp
This commit is contained in:
@@ -1047,7 +1047,7 @@ bool DOSCOL::SetBuffer(PGLOBAL g, PVAL value, bool ok, bool check)
|
||||
/***********************************************************************/
|
||||
void DOSCOL::ReadColumn(PGLOBAL g)
|
||||
{
|
||||
char *p;
|
||||
char *p = NULL;
|
||||
int i, rc;
|
||||
int field;
|
||||
double dval;
|
||||
|
Reference in New Issue
Block a user