1 /* Copyright (C) MariaDB Corporation Ab */
2 #define MSG_ACCESS_VIOLATN  "Access violation"
3 #define MSG_ADD_BAD_TYPE    "Array add value type mismatch (%s -> %s)"
4 #define MSG_ALLOC_ERROR     "Error allocating %s"
5 #define MSG_ANSWER_TYPE     "Answer of type"
6 #define MSG_API_CONF_ERROR  "SQL Error: API_CONFORMANCE"
7 #define MSG_APPL_NOT_INIT   "Application not initialized"
8 #define MSG_ARRAY_BNDS_EXCD "Array bounds exceeded"
9 #define MSG_BAD_ARRAY_OPER  "Arrays must be used with the IN operator"
10 #define MSG_BAD_ARRAY_TYPE  "Illegal array type %d"
11 #define MSG_BAD_ARRAY_VAL   "Arrays must have the same number of values"
12 #define MSG_BAD_BIN_FMT     "Invalid format %c for the %s BIN column"
13 #define MSG_BAD_BLK_ESTIM   "Number of blocks exceeds estimate"
14 #define MSG_BAD_BLK_SIZE    "No match in block %d size"
15 #define MSG_BAD_BYTE_NUM    "bad number of bytes written"
16 #define MSG_BAD_BYTE_READ   "bad number of bytes read"
17 #define MSG_BAD_COL_TYPE    "Invalid type %s for column %s"
18 #define MSG_BAD_COL_XPATH   "Invalid Xpath in column %s for HTML table %s"
19 #define MSG_BAD_CONST_TYPE  "Bad constant type=%d"
20 #define MSG_BAD_CONV_TYPE   "Invalid convert type %d"
21 #define MSG_BAD_DATETIME    "Invalid datetime value"
22 #define MSG_BAD_DBF_FILE    "DBF file %s is corrupted"
23 #define MSG_BAD_DBF_REC     "DBF file %s corrupted at record %d"
24 #define MSG_BAD_DBF_TYPE    "Unsupported DBF type %c for column %s"
25 #define MSG_BAD_DIRECTORY   "Bad directory %s: %s"
26 #define MSG_BAD_FIELD_RANK  "Invalid field rank %d for column %s"
27 #define MSG_BAD_FIELD_TYPE  "Bad type field %s"
28 #define MSG_BAD_FILE_HANDLE "Invalid File Handle: %s"
29 #define MSG_BAD_FILTER      "Bad filter: Opc=%d B_T=%d %d Type=%d %d"
30 #define MSG_BAD_FILTER_CONV "Bad filter conversion, B_T=%d,%d"
31 #define MSG_BAD_FILTER_OP   "Invalid filter operator %d"
32 #define MSG_BAD_FLD_FORMAT  "Bad format for field %d of %s"
33 #define MSG_BAD_FLD_LENGTH  "Field %s too long (%s --> %d) line %d of %s"
34 #define MSG_BAD_FREQ_SET    "Bad frequency setting for column %s"
35 #define MSG_BAD_FUNC_MODE   "%s: invalid mode %d"
36 #define MSG_BAD_HANDLE_VAL  "Invalid handle value"
37 #define MSG_BAD_HEADER      "File %s: Header corrupted"
38 #define MSG_BAD_HEAD_END    "Can't read end of header"
39 #define MSG_BAD_INDEX_FILE  "Wrong index file %s"
40 #define MSG_BAD_LINEFLD_FMT "Bad format line %d field %d of %s"
41 #define MSG_BAD_LINE_LEN    "Line length not equal to Lrecl"
42 #define MSG_BAD_LRECL       "Table/File lrecl mismatch (%d,%hd)"
43 #define MSG_BAD_NODE_TYPE   "Bad type %d for table node"
44 #define MSG_BAD_OFFSET_VAL  "Invalid null offset value for a CSV table"
45 #define MSG_BAD_OPEN_MODE   "Invalid open mode %d"
46 #define MSG_BAD_PARAM_TYPE  "%.8s: Bad parameter type=%d"
47 #define MSG_BAD_PARM_COUNT  "Parameter count mismatch"
48 #define MSG_BAD_QUOTE_FIELD "Missing ending quote in %s field %d line %d"
49 #define MSG_BAD_READ_NUMBER "Wrong number %d of values read from %s"
50 #define MSG_BAD_RECFM       "Invalid recfm type %d for DOSCOL"
51 #define MSG_BAD_RECFM_VAL   "Bad Recfm value %d"
52 #define MSG_BAD_SET_CASE    "Cannot set sensitive an insensitive array"
53 #define MSG_BAD_SET_STRING  "Invalid SetValue from string"
54 #define MSG_BAD_SPECIAL_COL "Bad special column %s"
55 #define MSG_BAD_SPEC_COLUMN "Special column invalid for this table type"
56 #define MSG_BAD_TABLE_TYPE  "Bad type %s for table %s"
57 #define MSG_BAD_TYPE_LIKE   "Bad operand(%d) type=%d for LIKE"
58 #define MSG_BAD_VALBLK_INDX "Out of range valblock index value"
59 #define MSG_BAD_VALBLK_TYPE "Invalid value block type %d"
60 #define MSG_BAD_VALNODE     "Bad type %d for column %s value node"
61 #define MSG_BAD_VALUE_TYPE  "Invalid value type %d"
62 #define MSG_BAD_VAL_UPDATE  "Don't know which %s value to update"
63 #define MSG_BAS_NS_LIST     "Invalid namespaces list format"
64 #define MSG_BIN_F_TOO_LONG  "Value too long for field %s (%d --> %d)"
65 #define MSG_BIN_MODE_FAIL   "Set binary mode failed: %s"
66 #define MSG_BLKTYPLEN_MISM  "Non matching block types/lengths in SetValue"
67 #define MSG_BLK_IS_NULL     "Blk is NULL"
68 #define MSG_BREAKPOINT      "Breakpoint"
69 #define MSG_BUILD_INDEX     "Building index %s on %s"
70 #define MSG_CANNOT_OPEN     "Cannot open %s"
71 #define MSG_CHSIZE_ERROR    "chsize error: %s"
72 #define MSG_COL_ALLOC_ERR   "Cannot allocate column node"
73 #define MSG_COL_ISNOT_TABLE "Column %s is not in table %s"
74 #define MSG_COL_NOT_SORTED  "Column %s of table %s is not sorted"
75 #define MSG_COL_NUM_MISM    "Number of columns mismatch"
76 #define MSG_COM_ERROR       "Com error"
77 #define MSG_CONCAT_SUBNODE  "Cannot concatenate sub-nodes"
78 #define MSG_CONNECT_CANCEL  "Connection cancelled by user"
79 #define MSG_CONTROL_C_EXIT  "Control C exit"
80 #define MSG_DATABASE_LOADED "Database %s loaded"
81 #define MSG_DATA_MISALIGN   "Datatype misalignment"
82 #define MSG_DBASE_FILE      "dBASE dbf file: "
83 #define MSG_DEF_ALLOC_ERROR "Error allocating %s DEF class"
84 #define MSG_DEL_FILE_ERR    "Error deleting %s"
85 #define MSG_DEL_READ_ERROR  "Delete: read error req=%d len=%d"
86 #define MSG_DEL_WRITE_ERROR "Delete: write error: %s"
87 #define MSG_DEPREC_FLAG     "Deprecated option Flag, use Coltype"
88 #define MSG_DLL_LOAD_ERROR  "Error %d loading module %s"
89 #define MSG_DOM_NOT_SUPP    "MS-DOM not supported by this version"
90 #define MSG_DVAL_NOTIN_LIST "Value %s not found in distinct values list of column %s"
91 #define MSG_EMPTY_DOC       "Empty document"
92 #define MSG_EMPTY_FILE      "%s empty file %s: "
93 #define MSG_EOF_AFTER_LINE  "EOF after line %d"
94 #define MSG_EOF_INDEX_FILE  "EOF while reading index file"
95 #define MSG_ERROR_IN_LSK    "Error %d in lseek64"
96 #define MSG_ERROR_IN_SFP    "Error %d in SetFilePointer"
97 #define MSG_ERR_READING_REC "Error reading record %d of %s"
98 #define MSG_FAIL_ADD_NODE   "Failed to add %s table node"
99 #define MSG_FETCH_NO_RES    "Fetch: No Result Set"
100 #define MSG_FIELD_TOO_LONG  "Value too long for field %d line %d"
101 #define MSG_FILELEN_ERROR   "Error in %s for %s"
102 #define MSG_FILE_IS_EMPTY   "File %s is empty"
103 #define MSG_FILE_MAP_ERR    "File mapping error"
104 #define MSG_FILE_MAP_ERROR  "CreateFileMapping %s error rc=%d"
105 #define MSG_FILE_OPEN_YET   "File %s already open"
106 #define MSG_FILE_UNFOUND    "File %s not found"
107 #define MSG_FIX_OVFLW_ADD   "Fixed Overflow on add"
108 #define MSG_FIX_OVFLW_TIMES "Fixed Overflow on times"
109 #define MSG_FIX_UNFLW_ADD   "Fixed Underflow on add"
110 #define MSG_FIX_UNFLW_TIMES "Fixed Underflow on times"
111 #define MSG_FLD_TOO_LNG_FOR "Field %d too long for %s line %d of %s"
112 #define MSG_FLT_BAD_RESULT  "Float inexact result"
113 #define MSG_FLT_DENORMAL_OP "Float denormal operand"
114 #define MSG_FLT_INVALID_OP  "Float invalid operation"
115 #define MSG_FLT_OVERFLOW    "Float overflow"
116 #define MSG_FLT_STACK_CHECK "Float stack check"
117 #define MSG_FLT_UNDERFLOW   "Float underflow"
118 #define MSG_FLT_ZERO_DIVIDE "Float divide by zero"
119 #define MSG_FMT_WRITE_NIY   "Writing %s files is not implemented yet"
120 #define MSG_FOXPRO_FILE     "FoxPro file: "
121 #define MSG_FPUTS_ERROR     "fputs error: %s"
122 #define MSG_FSEEK_ERROR     "fseek error: %s"
123 #define MSG_FSETPOS_ERROR   "fseek error for i=%d"
124 #define MSG_FTELL_ERROR     "ftell error for recd=%d: %s"
125 #define MSG_FUNCTION_ERROR  "%s error: %d"
126 #define MSG_FUNC_ERRNO      "Error %d in %s"
127 #define MSG_FUNC_ERROR      "Error in %s"
128 #define MSG_FUNC_ERR_S      "%s error: %s"
129 #define MSG_FWRITE_ERROR    "fwrite error: %s"
130 #define MSG_GET_DIST_VALS   "Retrieving distinct values from "
131 #define MSG_GET_FUNC_ERR    "Error getting function %s: %s"
132 #define MSG_GLOBAL_ERROR    "Cannot allocate Global (size=%d)\n"
133 #define MSG_GUARD_PAGE      "Guard page violation"
134 #define MSG_GZOPEN_ERROR    "gzopen %s error %d on %s"
135 #define MSG_ILLEGAL_INSTR   "Illegal instruction"
136 #define MSG_ILL_FILTER_CONV "Filtering implies an illegal conversion"
137 #define MSG_INDEX_NOT_UNIQ  "Index is not unique"
138 #define MSG_INDEX_YET_ON    "Index %s already exists on %s"
139 #define MSG_INDX_COL_NOTIN  "Index column %s is not in table %s"
140 #define MSG_INDX_EXIST_YET  "Index entry already exists"
141 #define MSG_INIT_FAILED     "Failed to initialize %s processing"
142 #define MSG_INT_COL_ERROR   "Internal error for index column %s"
143 #define MSG_INT_OVERFLOW    "Integer overflow"
144 #define MSG_INT_ZERO_DIVIDE "Integer divide by zero"
145 #define MSG_INVALID_DISP    "Invalid disposition"
146 #define MSG_INVALID_FTYPE   "SBV: invalid Ftype %d"
147 #define MSG_INVALID_HANDLE  "Invalid handle"
148 #define MSG_INVALID_OPER    "Invalid operator %d for %s"
149 #define MSG_INV_COLUMN_TYPE "Invalid type %d for column %s"
150 #define MSG_INV_COL_TYPE    "Invalid column type %s"
151 #define MSG_INV_DEF_READ    "Invalid deferred Read rc=%d"
152 #define MSG_INV_DIRCOL_OFST "Invalid DIRCOL offset %d"
153 #define MSG_INV_MAP_POS     "Invalid map position"
154 #define MSG_INV_RAND_ACC    "Invalid random access to non optimized table"
155 #define MSG_INV_REC_POS     "Invalid record position"
156 #define MSG_INV_RESULT_TYPE "Invalid result type %s"
157 #define MSG_INV_UPDT_TABLE  "Table %s invalid for update"
158 #define MSG_IN_WITHOUT_SUB  "IN or EXISTS without array or subquery"
159 #define MSG_KEY_ALLOC_ERR   "Error allocating Key offset block"
160 #define MSG_KEY_ALLOC_ERROR "Memory allocation error, Klen=%d n=%d"
161 #define MSG_LINE_TOO_LONG   "New line is too long"
162 #define MSG_LIST            "--List--"
163 #define MSG_LOADING_FAILED  "Loading of %s failed"
164 #define MSG_LRECL_TOO_SMALL "Lrecl too small (headlen = %d)"
165 #define MSG_MAKE_EMPTY_FILE "Making empty file %s: %s"
166 #define MSG_MAKING          "Making"
167 #define MSG_MALLOC_ERROR    "Memory allocation failed: %s returned Null"
168 #define MSG_MAP_VIEW_ERROR  "MapViewOfFile %s error rc=%d"
169 #define MSG_MAXSIZE_ERROR   "Cannot calculate max size on open table"
170 #define MSG_MEM_ALLOC_ERR   "Memory allocation error, %s size=%d"
171 #define MSG_MEM_ALLOC_ERROR "Memory allocation error"
172 #define MSG_MISPLACED_QUOTE "Misplaced quote in line %d"
173 #define MSG_MISSING_ARG     "Missing argument for operator %d"
174 #define MSG_MISSING_FIELD   "Missing field %d in %s line %d"
175 #define MSG_MISSING_FNAME   "Missing file name"
176 #define MSG_MISSING_NODE    "Missing %s node in %s"
177 #define MSG_MISSING_ROWNODE "Can't find RowNode for row %d"
178 #define MSG_MIS_TAG_LIST    "Missing column tag list"
179 #define MSG_MUL_MAKECOL_ERR "Tabmul MakeCol logical error"
180 #define MSG_NAME_CONV_ERR   "Error converting node name"
181 #define MSG_NEW_DOC_FAILED  "Cannot create new document"
182 #define MSG_NEW_RETURN_NULL "New returned Null in PlugEvalLike"
183 #define MSG_NEXT_FILE_ERROR "Couldn't find next file. rc=%d"
184 #define MSG_NONCONT_EXCEPT  "Noncontinuable exception"
185 #define MSG_NOP_ZLIB_INDEX  "Cannot do indexing on non optimized zlib table"
186 #define MSG_NOT_A_DBF_FILE  "Not a dBASE dbf file "
187 #define MSG_NOT_FIXED_LEN   "File %s is not fixed length, len=%d lrecl=%d"
188 #define MSG_NO_0DH_HEAD     "No 0Dh at end of header (dbc=%d)"
189 #define MSG_NO_ACTIVE_DB    "No active database"
190 #define MSG_NO_CHAR_FROM    "Cannot return char value from type %d"
191 #define MSG_NO_DATE_FMT     "No date format for valblock of type %d"
192 #define MSG_NO_DEF_FNCCOL   "Cannot find default function column"
193 #define MSG_NO_DEF_PIVOTCOL "Cannot find default pivot column"
194 #define MSG_NO_DIR_INDX_RD  "No direct access of %s tables"
195 #define MSG_NO_FEAT_SUPPORT "No %s support in this version"
196 #define MSG_NO_FLD_FORMAT   "Missing format for field %d of %s"
197 #define MSG_NO_FORMAT_COL   "Cannot format the type COLUMN"
198 #define MSG_NO_FORMAT_TYPE  "Cannot set format from type %d"
199 #define MSG_NO_INDEX_READ   "No indexed read for multiple tables"
200 #define MSG_NO_KEY_COL      "No key columns found"
201 #define MSG_NO_KEY_UPDATE   "Cannot update key names"
202 #define MSG_NO_MAP_INSERT   "MAP incompatible with Insert"
203 #define MSG_NO_MATCHING_COL "No matching column %s in %s"
204 #define MSG_NO_MATCH_COL    "Cannot find matching column"
205 #define MSG_NO_MEMORY       "No memory"
206 #define MSG_NO_MODE_PADDED  "Mode not supported for padded files"
207 #define MSG_NO_MUL_VCT      "VCT tables cannot be multiple"
208 #define MSG_NO_ODBC_DELETE  "Delete should not be called for ODBC tables"
209 #define MSG_NO_ODBC_DIRECT  "Direct access of ODBC tables not implemented yet"
210 #define MSG_NO_ODBC_MUL     "Multiple(2) not supported for ODBC tables"
211 #define MSG_NO_ODBC_SPECOL  "No ODBC special columns"
212 #define MSG_NO_PART_DEL     "No partial delete of %s files"
213 #define MSG_NO_PART_MAP     "Partial mapping not implemented for this OS"
214 #define MSG_NO_PAR_BLK_INS  "Cannot insert partial block yet"
215 #define MSG_NO_PIV_DIR_ACC  "No direct access to PIVOT tables"
216 #define MSG_NO_READ_32      "Can't read 32 bytes"
217 #define MSG_NO_RECOV_SPACE  "Cannot recover space in index file"
218 #define MSG_NO_ROWID_FOR_AM "Can't get RowID in direct access for tables of type %s"
219 #define MSG_NO_ROW_NODE     "Row node name is not defined"
220 #define MSG_NO_SECTION_NAME "Missing section name"
221 #define MSG_NO_SEC_UPDATE   "Cannot update section names"
222 #define MSG_NO_SETPOS_YET   "%s SetPos not implemented yet"
223 #define MSG_NO_SPEC_COL     "No MySQL special columns"
224 #define MSG_NO_SUB_VAL      "No sub value for array of type %d"
225 #define MSG_NO_TABCOL_DATA  "No data found for table %s column %s"
226 #define MSG_NO_TABLE_DEL    "Delete not enabled for %s tables   "
227 #define MSG_NO_TAB_DATA     "No data found for table %s"
228 #define MSG_NO_VCT_DELETE   "Partial delete not yet implemented for VCT files"
229 #define MSG_NO_ZIP_DELETE   "Delete Zip files not implemented yet"
230 #define MSG_OPENING         "Opening"
231 #define MSG_OPEN_EMPTY_FILE "Opening empty file %s: %s"
232 #define MSG_OPEN_ERROR      "Open error %d in mode %d on %s: "
233 #define MSG_OPEN_ERROR_IS   "Open error on %s: %s"
234 #define MSG_OPEN_MODE_ERROR "Open(%s) error %d on %s"
235 #define MSG_OPEN_STRERROR   "open error: %s"
236 #define MSG_OPTBLK_RD_ERR   "Error reading opt block values: %s"
237 #define MSG_OPTBLK_WR_ERR   "Error writing opt block values: %s"
238 #define MSG_OPTIMIZING      "Optimizing "
239 #define MSG_OPT_BMAP_RD_ERR "Error reading opt bitmaps: %s"
240 #define MSG_OPT_BMAP_WR_ERR "Error writing opt bitmaps: %s"
241 #define MSG_OPT_CANCELLED   "Optimize cancelled by User"
242 #define MSG_OPT_DVAL_RD_ERR "Error reading distinct values: %s"
243 #define MSG_OPT_DVAL_WR_ERR "Error writing distinct values: %s"
244 #define MSG_OPT_HEAD_RD_ERR "Error reading opt file header: %s"
245 #define MSG_OPT_HEAD_WR_ERR "Error writing opt file header: %s"
246 #define MSG_OPT_LOGIC_ERR   "Logical error in SetBitmap, i=%d"
247 #define MSG_OPT_MAX_RD_ERR  "Error reading opt max values: %s"
248 #define MSG_OPT_MAX_WR_ERR  "Error writing opt max values: %s"
249 #define MSG_OPT_MIN_RD_ERR  "Error reading opt min values: %s"
250 #define MSG_OPT_MIN_WR_ERR  "Error writing opt min values: %s"
251 #define MSG_OPT_NOT_MATCH   "Non-matching opt file %s"
252 #define MSG_PAGE_ERROR      "In page error"
253 #define MSG_PARM_CNT_MISS   "Parameter count mismatch"
254 #define MSG_PREC_VBLP_NULL  "ARRAY SetPrecision: Vblp is NULL"
255 #define MSG_PRIV_INSTR      "Privileged instruction"
256 #define MSG_PROCADD_ERROR   "Error %d getting address of %s"
257 #define MSG_QUERY_CANCELLED "Query Cancelled by User"
258 #define MSG_RANGE_NO_JOIN   "Range is not meant for join index"
259 #define MSG_RC_READING      "rc=%d reading table %s"
260 #define MSG_READY           "Ready"
261 #define MSG_READ_ERROR      "Error reading %s: %s"
262 #define MSG_READ_ONLY       "Cannot modify this read/only protected table"
263 #define MSG_READ_SEEK_ERROR "Read seek error: %s"
264 #define MSG_REGISTER_ERR    "Unable to register NS with prefix='%s' and href='%s'"
265 #define MSG_REMOVE_ERROR    "Error removing %s: %s"
266 #define MSG_RENAME_ERROR    "Error renaming %s to %s: %s"
267 #define MSG_ROWID_NOT_IMPL  "RowNumber not implemented for tables of type %s"
268 #define MSG_SEC_KEY_FIRST   "Section and key names must come first on Insert"
269 #define MSG_SEC_NAME_FIRST  "Section name must come first on Insert"
270 #define MSG_SEP_IN_FIELD    "Field %d contains the separator character"
271 #define MSG_SEQUENCE_ERROR  "Sequence error on statement allocation"
272 #define MSG_SETEOF_ERROR    "Error %d in SetEndOfFile"
273 #define MSG_SETRECPOS_NIY   "SetRecpos not implemented for this table type"
274 #define MSG_SET_STR_TRUNC   "SetValue: String would be truncated"
275 #define MSG_SFP_ERROR       "SetFilePointer error: %s"
276 #define MSG_SHARED_LIB_ERR  "Error loading shared library %s: %s"
277 #define MSG_SINGLE_STEP     "Single step"
278 #define MSG_SORTING_VAL     "Sorting %d values"
279 #define MSG_SPCOL_READONLY  "Special column %s is Read Only"
280 #define MSG_SQL_CONF_ERROR  "SQL Error: SQL_CONFORMANCE"
281 #define MSG_SRCH_CLOSE_ERR  "Couldn't close search handle"
282 #define MSG_SRC_TABLE_UNDEF "Source table is not defined"
283 #define MSG_STACK_OVERFLOW  "Stack overflow"
284 #define MSG_TABDIR_READONLY "DIR tables are read/only"
285 #define MSG_TABLE_NOT_OPT   "Not an optimizable table"
286 #define MSG_TABLE_NO_INDEX  "Table %s is not indexable"
287 #define MSG_TABLE_READ_ONLY "%s tables are read only   "
288 #define MSG_TABMUL_READONLY "Multiple tables are read/only"
289 #define MSG_TOO_MANY_FIELDS "Too many fields line %d of %s"
290 #define MSG_TOO_MANY_JUMPS  "Too many jump levels"
291 #define MSG_TOO_MANY_KEYS   "Too many keys (%d)"
292 #define MSG_TO_BLK_IS_NULL  "To Blk is NULL"
293 #define MSG_TRUNCATE_ERROR  "truncate error: %s"
294 #define MSG_TRUNC_BY_ESTIM  "truncated by Estimate"
295 #define MSG_TYPE_MISMATCH   "Key and source are not of the same type"
296 #define MSG_TYPE_VALUE_ERR  "Column %s type(%s)/value(%s) mismatch"
297 #define MSG_UNBALANCE_QUOTE "Unbalanced quote in line %d"
298 #define MSG_UNDEFINED_AM    "COLBLK %s: undefined Access Method"
299 #define MSG_UNKNOWN_EXCPT   "Unknown exception"
300 #define MSG_UNMATCH_FIL_ARG "Unmatched filter argument"
301 #define MSG_UPDATE_ERROR    "Error updating %s"
302 #define MSG_UPD_ZIP_NOT_IMP "Updating ZDOS tables not implemented yet"
303 #define MSG_VALSTR_TOO_LONG "Value %s too long for string of length %d"
304 #define MSG_VALTYPE_NOMATCH "Non matching Value types"
305 #define MSG_VALUE_ERROR     "Column %s: value is null"
306 #define MSG_VALUE_TOO_BIG   "Value %lld too big for column %s"
307 #define MSG_VALUE_TOO_LONG  "Value %s too long for column %s of length %d"
308 #define MSG_VAL_ALLOC_ERR   "Cannot allocate value node"
309 #define MSG_VIR_NO_DELETE   "Delete not allowed for %s tables"
310 #define MSG_VIR_READ_ONLY   "Virtual %s tables are read only"
311 #define MSG_VOID_FIRST_ARG  "First argument should not be void"
312 #define MSG_WORK_AREA       "Work area: %s"
313 #define MSG_WRITE_SEEK_ERR  "Write seek error: %s"
314 #define MSG_WRITE_STRERROR  "Error writing %s: %s"
315 #define MSG_WRITING         "Writing"
316 #define MSG_WRITING_ERROR   "Error writing to %s: %s"
317 #define MSG_WS_CONV_ERR     "Error converting %s to WS"
318 #define MSG_XCOL_MISMATCH   "Column %s mismatch in index"
319 #define MSG_XFILE_READERR   "Error %d reading index file"
320 #define MSG_XFILE_WRITERR   "Error writing index file: %s"
321 #define MSG_XMLTAB_INIT_ERR "Error initializing XML table"
322 #define MSG_XML_INIT_ERROR  "Error initializing new XML file"
323 #define MSG_XPATH_CNTX_ERR  "Unable to create new XPath context"
324 #define MSG_XPATH_EVAL_ERR  "Unable to evaluate xpath location '%s'"
325 #define MSG_XPATH_NOT_SUPP  "Unsupported Xpath for column %s"
326 #define MSG_ZERO_DIVIDE     "Zero divide in expression"
327