8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Correction.

This commit is contained in:
dimitr 2010-01-26 10:09:59 +00:00
parent b2f1ae1ab5
commit 7358c86db7

View File

@ -848,7 +848,7 @@ int gstat(Firebird::UtilSvc* uSvc)
dba_print(12, SafeArg() << relation->rel_data_pages << relation->rel_slots << buf);
// msg 12: " Data pages: %ld, data page slots: %ld, average fill: %s
dba_print(46, SafeArg() << relation->rel_primary_pages << relation->rel_primary_pages <<
dba_print(46, SafeArg() << relation->rel_primary_pages << relation->rel_full_pages <<
relation->rel_swept_pages);
// msg 46: " Primary pages: @1, full pages: @2, swept pages: @3