Commit 7c15c522 authored by Olivier Bertrand's avatar Olivier Bertrand

- Restore comment handling commented out in R3772.

  Should be fixed by R3776

modified:
  storage/connect/tabutil.cpp
parent 80ee86d2
...@@ -227,10 +227,10 @@ PQRYRES TabColumns(PGLOBAL g, THD *thd, const char *db, ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment