mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Fixed the interactive lock print header for waits. It was showing non-supported columns.
This commit is contained in:
parent
20ccecdd5a
commit
ad11dd07d5
@ -835,10 +835,7 @@ static void prt_lock_activity(OUTFILE outfile,
|
||||
FPRINTF(outfile, " dblop/s rellop/s pagelop/s tranlop/s relxlop/s idxxlop/s misclop/s ");
|
||||
|
||||
if (flag & SW_I_WAIT)
|
||||
{
|
||||
FPRINTF(outfile, " wait/s reject/s timeout/s blckast/s dirsig/s indsig/s ");
|
||||
FPRINTF(outfile, " wakeup/s dlkscan/s deadlck/s avlckwait(msec)");
|
||||
}
|
||||
FPRINTF(outfile, " wait/s reject/s timeout/s blckast/s wakeup/s dlkscan/s deadlck/s ");
|
||||
|
||||
FPRINTF(outfile, "\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user