mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Document new field MON$ATTACHMENTS.MON$SYSTEM_FLAG
This commit is contained in:
parent
5e3c596545
commit
c31363fea2
@ -99,6 +99,9 @@ Monitoring tables
|
||||
- MON$REMOTE_VERSION (version of the remote protocol)
|
||||
- MON$REMOTE_HOST (remote host name)
|
||||
- MON$REMOTE_OS_USER (remote OS user name)
|
||||
- MON$SYSTEM_FLAG (system flag)
|
||||
0: user attachment
|
||||
1: system attachment
|
||||
|
||||
MON$TRANSACTIONS (started transactions)
|
||||
- MON$TRANSACTION_ID (transaction ID)
|
||||
@ -311,6 +314,9 @@ Modifications of the monitoring tables
|
||||
receives the isc_att_shutdown error code. Subsequent attempts to use this connection
|
||||
handle will cause network read/write errors.
|
||||
|
||||
3) System attachment can not be cancelled, so engine silently skip system attachments
|
||||
affected by DELETE FROM MON$ATTACHMENTS statements
|
||||
|
||||
Example(s):
|
||||
1) Cancel current activity of connection #32:
|
||||
DELETE FROM MON$STATEMENTS WHERE MON$ATTACHMENT_ID = 32
|
||||
|
Loading…
Reference in New Issue
Block a user