mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Sync headers with the latest messages db changes.
This commit is contained in:
parent
31c3fd4ac3
commit
88abde00a9
@ -1250,6 +1250,20 @@ C --
|
||||
PARAMETER (GDS__att_handle_busy = 335544918)
|
||||
INTEGER*4 GDS__bad_udf_freeit
|
||||
PARAMETER (GDS__bad_udf_freeit = 335544919)
|
||||
INTEGER*4 GDS__eds_provider_not_found
|
||||
PARAMETER (GDS__eds_provider_not_found = 335544920)
|
||||
INTEGER*4 GDS__eds_connection
|
||||
PARAMETER (GDS__eds_connection = 335544921)
|
||||
INTEGER*4 GDS__eds_preprocess
|
||||
PARAMETER (GDS__eds_preprocess = 335544922)
|
||||
INTEGER*4 GDS__eds_stmt_expected
|
||||
PARAMETER (GDS__eds_stmt_expected = 335544923)
|
||||
INTEGER*4 GDS__eds_prm_name_expected
|
||||
PARAMETER (GDS__eds_prm_name_expected = 335544924)
|
||||
INTEGER*4 GDS__eds_unclosed_comment
|
||||
PARAMETER (GDS__eds_unclosed_comment = 335544925)
|
||||
INTEGER*4 GDS__eds_statement
|
||||
PARAMETER (GDS__eds_statement = 335544926)
|
||||
INTEGER*4 GDS__gfix_db_name
|
||||
PARAMETER (GDS__gfix_db_name = 335740929)
|
||||
INTEGER*4 GDS__gfix_invalid_sw
|
||||
|
@ -632,6 +632,13 @@ const
|
||||
gds_shutdown_timeout = 335544917;
|
||||
gds_att_handle_busy = 335544918;
|
||||
gds_bad_udf_freeit = 335544919;
|
||||
gds_eds_provider_not_found = 335544920;
|
||||
gds_eds_connection = 335544921;
|
||||
gds_eds_preprocess = 335544922;
|
||||
gds_eds_stmt_expected = 335544923;
|
||||
gds_eds_prm_name_expected = 335544924;
|
||||
gds_eds_unclosed_comment = 335544925;
|
||||
gds_eds_statement = 335544926;
|
||||
gds_gfix_db_name = 335740929;
|
||||
gds_gfix_invalid_sw = 335740930;
|
||||
gds_gfix_incmp_sw = 335740932;
|
||||
|
@ -618,7 +618,7 @@ static const struct {
|
||||
{335544915, "22001"}, // 595 blob_truncation
|
||||
{335544916, "22003"}, // 596 numeric_out_of_range
|
||||
{335544917, "HYT00"}, // 597 shutdown_timeout
|
||||
{335544918, "42000"}, // 598 att_handle_busy
|
||||
{335544918, "HY010"}, // 598 att_handle_busy
|
||||
{335544919, "39000"}, // 599 bad_udf_freeit
|
||||
{335544920, "42000"}, // 600 eds_provider_not_found
|
||||
{335544921, "42000"}, // 601 eds_connection
|
||||
|
Loading…
Reference in New Issue
Block a user