diff options
Diffstat (limited to 'storage/connect/engmsg.h')
-rw-r--r-- | storage/connect/engmsg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/connect/engmsg.h b/storage/connect/engmsg.h index ad6dc6b5689..14808758efd 100644 --- a/storage/connect/engmsg.h +++ b/storage/connect/engmsg.h @@ -103,6 +103,10 @@ #define MSG_FILE_MAP_ERROR "CreateFileMapping %s error rc=%d" #define MSG_FILE_OPEN_YET "File %s already open" #define MSG_FILE_UNFOUND "File %s not found" +#define MSG_FIX_OVFLW_ADD "Fixed Overflow on add" +#define MSG_FIX_OVFLW_TIMES "Fixed Overflow on times" +#define MSG_FIX_UNFLW_ADD "Fixed Underflow on add" +#define MSG_FIX_UNFLW_TIMES "Fixed Underflow on times" #define MSG_FLD_TOO_LNG_FOR "Field %d too long for %s line %d of %s" #define MSG_FLT_BAD_RESULT "Float inexact result" #define MSG_FLT_DENORMAL_OP "Float denormal operand" @@ -318,3 +322,4 @@ #define MSG_XPATH_CNTX_ERR "Unable to create new XPath context" #define MSG_XPATH_EVAL_ERR "Unable to evaluate xpath location '%s'" #define MSG_XPATH_NOT_SUPP "Unsupported Xpath for column %s" +#define MSG_ZERO_DIVIDE "Zero divide in expression" |