Skip to content

Commit

Permalink
Postfix for PR #8394: gstat: Print detailed blob statistics and table…
Browse files Browse the repository at this point in the history
… size
  • Loading branch information
dyemanov committed Jan 21, 2025
1 parent 3d7c066 commit 7e96b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/gstat/dba.epp
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ int gstat(Firebird::UtilSvc* uSvc)

if (blob_level.blob_count > 0)
{
dba_print(false, 49, SafeArg()
dba_print(false, 64, SafeArg()
<< i
<< blob_level.blob_count
<< blob_level.blob_space
Expand Down

0 comments on commit 7e96b33

Please sign in to comment.