Skip to content

Commit 13f131d

Browse files
author
Artyom Abakumov
committed
Add new message instead of modifying existing one
1 parent 60d2b99 commit 13f131d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/include/firebird/impl/msg/gstat.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ FB_IMPL_MSG_NO_SYMBOL(GSTAT, 45, "use gstat -? to get help")
4646
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 46, " Primary pages: @1, secondary pages: @2, swept pages: @3")
4747
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 47, " Big record pages: @1")
4848
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 48, " Blobs: @1, total length: @2, blob pages: @3")
49-
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 49, " Level @1: @2, total length: @3, blob pages: @4")
49+
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 49, " Level 0: @1, Level 1: @2, Level 2: @3")
5050
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 50, "option -e is incompatible with options -a, -d, -h, -i, -r, -s and -t")
5151
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 51, " -e analyze database encryption")
5252
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 52, "Data pages: total @1, encrypted @2, non-crypted @3")
@@ -61,3 +61,4 @@ FB_IMPL_MSG_NO_SYMBOL(GSTAT, 60, "Gstat completion time @1")
6161
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 61, " Expected page inventory page @1")
6262
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 62, "Generator pages: total @1, encrypted @2, non-crypted @3")
6363
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 63, " Table size: @1 bytes")
64+
FB_IMPL_MSG_NO_SYMBOL(GSTAT, 64, " Level @1: @2, total length: @3, blob pages: @4")

src/utilities/gstat/dba.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ int gstat(Firebird::UtilSvc* uSvc)
10651065
<< blob_level.blob_count
10661066
<< blob_level.blob_space
10671067
<< blob_level.blob_pages);
1068-
// msg 49: " Level @1: @2, total length: @3, blob pages: @4
1068+
// msg 64: " Level @1: @2, total length: @3, blob pages: @4
10691069
}
10701070
}
10711071
}

0 commit comments

Comments
 (0)