mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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:
@@ -327,7 +327,7 @@ BINCOL::BINCOL(BINCOL *col1, PTDB tdbp) : DOSCOL(col1, tdbp)
|
||||
/***********************************************************************/
|
||||
void BINCOL::ReadColumn(PGLOBAL g)
|
||||
{
|
||||
char *p;
|
||||
char *p = NULL;
|
||||
int rc;
|
||||
PTDBFIX tdbp = (PTDBFIX)To_Tdb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user