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:
parent
35327d644e
commit
c8950e618f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user