8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Postfix for PR #8394: gstat: Print detailed blob statistics and table size

This commit is contained in:
Dmitry Yemanov 2025-01-21 10:02:10 +03:00
parent 3d7c066414
commit 7e96b33ff5

View File

@ -1060,7 +1060,7 @@ int gstat(Firebird::UtilSvc* uSvc)
if (blob_level.blob_count > 0) if (blob_level.blob_count > 0)
{ {
dba_print(false, 49, SafeArg() dba_print(false, 64, SafeArg()
<< i << i
<< blob_level.blob_count << blob_level.blob_count
<< blob_level.blob_space << blob_level.blob_space