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

Reserve numbers in msg.fdb like reserving airline tickets (no discount for massive changes, however).

This commit is contained in:
robocop 2009-08-06 13:12:11 +00:00
parent 02d570f29d
commit 3ede1a8f28

View File

@ -2,7 +2,8 @@
set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUMBER) VALUES (?, ?, ?, ?);
--
('2009-07-16 07:04:18', 'JRD', 0, 662)
('2005-09-02 00:55:59', 'QLI', 1, 513)
-- Reserved 513-529 by CVC
('2009-07-16 05:41:59', 'QLI', 1, 530)
('2008-11-28 20:27:04', 'GDEF', 2, 346)
('2009-07-03 11:27:34', 'GFIX', 3, 121)
('1996-11-07 13:39:40', 'GPRE', 4, 1)
@ -17,7 +18,8 @@ set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUM
--
('1996-11-07 13:39:40', 'INSTALL', 10, 1)
('1996-11-07 13:38:41', 'TEST', 11, 4)
('2009-07-04 07:03:13', 'GBAK', 12, 326)
-- Reserved 326-334 by CVC
('2009-07-27 03:59:31', 'GBAK', 12, 335)
('2009-06-05 23:07:00', 'SQLERR', 13, 970)
('1996-11-07 13:38:42', 'SQLWARN', 14, 613)
('2006-09-10 03:04:31', 'JRD_BUGCHK', 15, 307)
@ -29,9 +31,12 @@ set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUM
('2002-03-05 02:30:12', 'LICENSE', 19, 60)
('2002-03-05 02:31:54', 'DOS', 20, 74)
('2009-06-22 05:57:59', 'GSTAT', 21, 46)
('2008-09-16 16:51:42', 'FBSVCMGR', 22, 51)
-- Reserved 51 by CVC
('2008-09-16 01:10:30', 'FBSVCMGR', 22, 52)
('2007-12-21 19:03:07', 'UTL', 23, 2)
('2009-07-04 08:05:12', 'NBACKUP', 24, 24)
-- Reserved 24-69 by CVC
('2009-07-19 07:42:54', 'NBACKUP', 24, 70)
-- Reserved facility 25 for FBTRACEMGR 1-40 by CVC
stop
COMMIT WORK;