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

Fixing the SQL states input file to be able to complete the boot build process without strange errors.

This commit is contained in:
robocop 2008-02-28 08:59:20 +00:00
parent 35327d644e
commit c8950e618f

View File

@ -219,8 +219,8 @@ set bulk_insert INSERT INTO SQLSTATES (SQL_CLASS, SQL_SUBCLASS, SQL_STATE_TEXT)
('XX', '000', 'Internal error')
('XX', '001', 'Data corrupted')
('XX', '002', 'Index corrupted')
--
-- Do not put spaces before this. The bulk insertion treats an empty line as end of input, unless it's inside a quoted string.
-- And empty line and stop cause the same effect, but stop is more evident.
stop
COMMIT WORK;