mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 14:43:03 +01:00
Misc.
This commit is contained in:
parent
4878900f4a
commit
6684adf32e
@ -2476,7 +2476,7 @@ void BurpGlobals::read_stats(SINT64* stats)
|
||||
break;
|
||||
|
||||
case isc_info_end:
|
||||
default:
|
||||
default:
|
||||
p = e;
|
||||
}
|
||||
|
||||
@ -2521,7 +2521,7 @@ void BurpGlobals::print_stats(USHORT number)
|
||||
}
|
||||
|
||||
SINT64 cur_stats[LAST_COUNTER] = {0};
|
||||
if((gbl_stat_flags & ~time_mask) && !gbl_stat_done)
|
||||
if ((gbl_stat_flags & ~time_mask) && !gbl_stat_done)
|
||||
read_stats(cur_stats);
|
||||
|
||||
for (int i = READS; i < LAST_COUNTER; i++)
|
||||
|
@ -945,7 +945,7 @@ interface XpbBuilder : Disposable
|
||||
boolean findFirst(Status status, uchar tag);
|
||||
boolean findNext(Status status);
|
||||
|
||||
// Methods which work with current selection
|
||||
// Methods which work with current selection
|
||||
uchar getTag(Status status);
|
||||
uint getLength(Status status);
|
||||
int getInt(Status status);
|
||||
|
@ -160,7 +160,7 @@ private:
|
||||
struct UsedBdb
|
||||
{
|
||||
UsedBdb() : bdb(NULL), count(0) {}
|
||||
UsedBdb(BufferDesc* _bdb) : bdb(_bdb), count(1) {}
|
||||
explicit UsedBdb(BufferDesc* _bdb) : bdb(_bdb), count(1) {}
|
||||
|
||||
BufferDesc* bdb;
|
||||
int count;
|
||||
|
Loading…
Reference in New Issue
Block a user