Commit 1784618e authored by Olivier Bertrand's avatar Olivier Bertrand

- Add trace in TDBMUL::GetMaxSize.

modified:
  storage/connect/tabmul.cpp
parent 13ced819
......@@ -391,6 +391,9 @@ int TDBMUL::GetMaxSize(PGLOBAL g)
int i;
int mxsz;
if (trace)
htrc("TDBMUL::GetMaxSize: Filenames=%p\n", Filenames);
if (!Filenames && InitFileNames(g))
return -1;
......
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