mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Correction
This commit is contained in:
parent
60db53c113
commit
19006521ae
@ -274,7 +274,7 @@ Monitoring tables
|
||||
|
||||
6) Enumerate all session-level context variables for the current connection:
|
||||
SELECT VAR.MON$VARIABLE_NAME, VAR.MON$VARIABLE_VALUE
|
||||
FROM MON$VARIABLES VAR
|
||||
FROM MON$CONTEXT_VARIABLES VAR
|
||||
WHERE VAR.MON$ATTACHMENT_ID = CURRENT_CONNECTION
|
||||
|
||||
7) Report top 10 statements ranted by their memory usage:
|
||||
|
Loading…
Reference in New Issue
Block a user