mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Add trace in TDBMUL::GetMaxSize.
modified: storage/connect/tabmul.cpp
This commit is contained in:
@@ -391,6 +391,9 @@ int TDBMUL::GetMaxSize(PGLOBAL g)
|
|||||||
int i;
|
int i;
|
||||||
int mxsz;
|
int mxsz;
|
||||||
|
|
||||||
|
if (trace)
|
||||||
|
htrc("TDBMUL::GetMaxSize: Filenames=%p\n", Filenames);
|
||||||
|
|
||||||
if (!Filenames && InitFileNames(g))
|
if (!Filenames && InitFileNames(g))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user