diff --git a/storage/connect/tabutil.cpp b/storage/connect/tabutil.cpp index 6f1305f476c..93b8e7a4263 100644 --- a/storage/connect/tabutil.cpp +++ b/storage/connect/tabutil.cpp @@ -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