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

Restore the old error message for io_error.

This commit is contained in:
robocop 2008-03-25 12:04:03 +00:00
parent 9671dca5b8
commit 5ec7462d12
2 changed files with 2 additions and 4 deletions

View File

@ -44,7 +44,7 @@ static const struct {
{335544341, "unknown information item"}, /* 21, infunk */
{335544342, "action cancelled by trigger (@1) to preserve data integrity"}, /* 22, integ_fail */
{335544343, "invalid request BLR at offset @1"}, /* 23, invalid_blr */
{335544344, "I/O error for file \"@2\""}, /* 24, io_error */
{335544344, "I/O error during \"@1\" operation for file \"@2\""}, /* 24, io_error */
{335544345, "lock conflict on no wait transaction"}, /* 25, lock_conflict */
{335544346, "corrupt system table"}, /* 26, metadata_corrupt */
{335544347, "validation error for column @1, value \"@2\""}, /* 27, not_valid */

View File

@ -32,9 +32,7 @@ the total length of a blob in a call to gds_$database_info.');
('infunk', NULL, NULL, NULL, 0, 21, NULL, 'unknown information item', NULL, NULL);
('integ_fail', NULL, NULL, NULL, 0, 22, NULL, 'action cancelled by trigger (@1) to preserve data integrity', NULL, NULL);
('invalid_blr', NULL, NULL, NULL, 0, 23, NULL, 'invalid request BLR at offset @1', NULL, NULL);
('io_error', NULL, NULL, +++
'The @2 is not a bug; it is a direct translation of %.0s"%s" in the original text that uses escape sequences for printf', +++
0, 24, NULL, 'I/O error for file "@2"', +++
('io_error', NULL, NULL, NULL, 0, 24, NULL, 'I/O error during "@1" operation for file "@2"', +++
'Check secondary messages for more information. The
problem may be an obvious one, such as incorrect file name or
a file protection problem. If that does not eliminate the