From 4be31b4201f7682158e4c021b4f477f0d03b23a7 Mon Sep 17 00:00:00 2001 From: robocop Date: Sat, 8 Nov 2008 07:17:08 +0000 Subject: [PATCH] It turns out that the backlash was needed, too. --- src/include/gen/msgs.h | 6 +++--- src/msgs/messages2.sql | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/include/gen/msgs.h b/src/include/gen/msgs.h index 564ad0ab89..2e6f90dc17 100644 --- a/src/include/gen/msgs.h +++ b/src/include/gen/msgs.h @@ -622,14 +622,14 @@ static const struct { {335544918, "Attachment handle is busy"}, /* 598, att_handle_busy */ {335544919, "Bad written UDF detected: pointer returned in FREE_IT function was not allocated by ib_util_malloc"}, /* 599, bad_udf_freeit */ {335544920, "External Data Source provider '@1' not found"}, /* 600, eds_provider_not_found */ - {335544921, "Execute statement error at @1 : + {335544921, "Execute statement error at @1 :\ @2Data source : @3"}, /* 601, eds_connection */ {335544922, "Execute statement preprocess SQL error"}, /* 602, eds_preprocess */ {335544923, "Statement expected"}, /* 603, eds_stmt_expected */ {335544924, "Parameter name expected"}, /* 604, eds_prm_name_expected */ {335544925, "Unclosed comment found near '@1'"}, /* 605, eds_unclosed_comment */ - {335544926, "Execute statement error at @1 : -@2Statement : @3 + {335544926, "Execute statement error at @1 :\ +@2Statement : @3\ Data source : @4"}, /* 606, eds_statement */ {335544927, "Input parameters mismatch"}, /* 607, eds_input_prm_mismatch */ {335544928, "Output parameters mismatch"}, /* 608, eds_output_prm_mismatch */ diff --git a/src/msgs/messages2.sql b/src/msgs/messages2.sql index 748d3c85db..ec7384a1b4 100644 --- a/src/msgs/messages2.sql +++ b/src/msgs/messages2.sql @@ -700,14 +700,14 @@ COMMIT WORK; ('att_handle_busy', NULL, NULL, NULL, 0, 598, NULL, 'Attachment handle is busy', NULL, NULL) ('bad_udf_freeit', NULL, NULL, NULL, 0, 599, NULL, 'Bad written UDF detected: pointer returned in FREE_IT function was not allocated by ib_util_malloc', NULL, NULL) ('eds_provider_not_found', NULL, 'ExtDS.cpp', NULL, 0, 600, NULL, 'External Data Source provider ''@1'' not found', NULL, NULL) -('eds_connection', NULL, 'ExtDS.cpp', NULL, 0, 601, NULL, 'Execute statement error at @1 : +('eds_connection', NULL, 'ExtDS.cpp', NULL, 0, 601, NULL, 'Execute statement error at @1 :\ @2Data source : @3', NULL, NULL) ('eds_preprocess', NULL, 'ExtDS.cpp', NULL, 0, 602, NULL, 'Execute statement preprocess SQL error', NULL, NULL) ('eds_stmt_expected', NULL, 'ExtDS.cpp', NULL, 0, 603, NULL, 'Statement expected', NULL, NULL) ('eds_prm_name_expected', NULL, 'ExtDS.cpp', NULL, 0, 604, NULL, 'Parameter name expected', NULL, NULL) ('eds_unclosed_comment', NULL, 'ExtDS.cpp', NULL, 0, 605, NULL, 'Unclosed comment found near ''@1''', NULL, NULL) -('eds_statement', NULL, 'ExtDS.cpp', NULL, 0, 606, NULL, 'Execute statement error at @1 : -@2Statement : @3 +('eds_statement', NULL, 'ExtDS.cpp', NULL, 0, 606, NULL, 'Execute statement error at @1 :\ +@2Statement : @3\ Data source : @4', NULL, NULL) ('eds_input_prm_mismatch', NULL, 'ExtDS.cpp', NULL, 0, 607, NULL, 'Input parameters mismatch', NULL, NULL) ('eds_output_prm_mismatch', NULL, 'ExtDS.cpp', NULL, 0, 608, NULL, 'Output parameters mismatch', NULL, NULL)