mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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
|
crp = crp->Next; // Remark
|
||||||
|
|
||||||
// For Valgrind until bug on comment storage is fixed
|
// For Valgrind
|
||||||
// if (fp->comment.length > 0 && (fld = fp->comment.str))
|
if (fp->comment.length > 0 && (fld = fp->comment.str))
|
||||||
// crp->Kdata->SetValue(fld, fp->comment.length, i);
|
crp->Kdata->SetValue(fld, fp->comment.length, i);
|
||||||
// else
|
else
|
||||||
crp->Kdata->Reset(i);
|
crp->Kdata->Reset(i);
|
||||||
|
|
||||||
crp = crp->Next; // New
|
crp = crp->Next; // New
|
||||||
|
Reference in New Issue
Block a user