mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Added message for shutdown timeout failure
This commit is contained in:
parent
f5d3786beb
commit
a393299488
@ -1,7 +1,7 @@
|
||||
/* MAX_NUMBER is the next number to be used, always one more than the highest message number. */
|
||||
set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUMBER) VALUES (?, ?, ?, ?);
|
||||
--
|
||||
('2008-04-04 09:15:00', 'JRD', 0, 597)
|
||||
('2008-04-04 09:15:00', 'JRD', 0, 598)
|
||||
('2005-09-02 00:55:59', 'QLI', 1, 513)
|
||||
('1996-11-07 13:38:37', 'GDEF', 2, 345)
|
||||
('2007-04-07 13:11:00', 'GFIX', 3, 116)
|
||||
|
@ -696,6 +696,7 @@ COMMIT WORK;
|
||||
('string_truncation', 'CVT_move', 'cvt.cpp', NULL, 0, 594, NULL, 'string right truncation', NULL, NULL)
|
||||
('blob_truncation', 'move_to_string', 'blb.cpp', NULL, 0, 595, NULL, 'blob truncation when converting to a string: length limit exceeded', NULL, NULL)
|
||||
('numeric_out_of_range', NULL, NULL, NULL, 0, 596, NULL, 'numeric value is out of range', NULL, NULL)
|
||||
('shutdown_timeout', NULL, NULL, NULL, 0, 597, NULL, 'Firebird shutdown is still in progress after the specified timeout', NULL, NULL)
|
||||
-- QLI
|
||||
(NULL, NULL, NULL, NULL, 1, 0, NULL, 'expected type', NULL, NULL);
|
||||
(NULL, NULL, NULL, NULL, 1, 1, NULL, 'bad block type', NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user