mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- Restore comment handling commented out in R3772.
Should be fixed by R3776 modified: storage/connect/tabutil.cpp
This commit is contained in:
@ -227,10 +227,10 @@ PQRYRES TabColumns(PGLOBAL g, THD *thd, const char *db,
|
||||
|
||||
crp = crp->Next; // Remark
|
||||
|
||||
// For Valgrind until bug on comment storage is fixed
|
||||
// if (fp->comment.length > 0 && (fld = fp->comment.str))
|
||||
// crp->Kdata->SetValue(fld, fp->comment.length, i);
|
||||
// else
|
||||
// For Valgrind
|
||||
if (fp->comment.length > 0 && (fld = fp->comment.str))
|
||||
crp->Kdata->SetValue(fld, fp->comment.length, i);
|
||||
else
|
||||
crp->Kdata->Reset(i);
|
||||
|
||||
crp = crp->Next; // New
|
||||
|
Reference in New Issue
Block a user