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

Implemented CORE-4218 (database owner in MON$DATABASE) and CORE-4222 (auth method in MON$ATTACHMENTS).

This commit is contained in:
dimitr 2013-09-18 09:37:59 +00:00
parent 3821ec9d41
commit 5c91efe070

View File

@ -481,6 +481,7 @@
const USHORT f_mon_db_stat_id = 17;
const USHORT f_mon_db_backup_state = 18;
const USHORT f_mon_db_crypt_page = 19;
const USHORT f_mon_db_owner = 20;
// Relation 34 (MON$ATTACHMENTS)
@ -503,6 +504,7 @@
const USHORT f_mon_att_remote_version = 15;
const USHORT f_mon_att_remote_host = 16;
const USHORT f_mon_att_remote_os_user = 17;
const USHORT f_mon_att_auth_method = 18;
// Relation 35 (MON$TRANSACTIONS)