CUBRID Engine  latest
error_code.h
Go to the documentation of this file.
1 /*
2  * Copyright 2008 Search Solution Corporation
3  * Copyright 2016 CUBRID Corporation
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18 
19 
20 /*
21  * error_code.h - Error codes
22  *
23  * CAUTION!
24  *
25  * When an entry is added here please ensure that the msg/<locale>/cubrid.msg
26  * files are updated with matching error strings. See message_catalog.c for
27  * details.
28  * The error codes must also be added to compat/dbi_compat.h
29  * ER_LAST_ERROR must also be updated.
30  */
31 
32 #ifndef _ERROR_CODE_H_
33 #define _ERROR_CODE_H_
34 
35 #ident "$Id$"
36 
37 #if defined (WINDOWS)
38 // suppress warning C4005: 'NO_ERROR': macro redefinition
39 #include "winerror.h"
40 #endif // MSVC
41 
42 #ifdef NO_ERROR
43 #undef NO_ERROR
44 #endif
45 
46 #define NO_ERROR 0
47 #define ER_FAILED -1
48 
49 #define ER_GENERIC_ERROR -2
50 #define ER_OUT_OF_VIRTUAL_MEMORY -3
51 #define ER_INTERRUPTED -4
52 
53 #define ER_MHT_NOTFOUND -5
54 #define ER_MHT_NULL_HASHTABLE -6
55 
56 #define ER_IO_FORMAT_BAD_NPAGES -7
57 #define ER_IO_FORMAT_FAIL -8
58 #define ER_IO_FORMAT_OUT_OF_SPACE -9
59 #define ER_IO_MOUNT_FAIL -10
60 #define ER_IO_MOUNT_LOCKED -11
61 #define ER_IO_DISMOUNT_FAIL -12
62 #define ER_IO_READ -13
63 #define ER_IO_WRITE -14
64 #define ER_IO_WRITE_OUT_OF_SPACE -15
65 #define ER_IO_RENAME_FAIL -16
66 
67 #define ER_PB_BAD_PAGEID -17
68 #define ER_PB_ALL_BUFFERS_FIXED -18 /* obsolete, I think */
69 #define ER_PB_UNFIXED_PAGEPTR -19
70 #define ER_PB_UNKNOWN_PAGEPTR -20
71 
72 #define ER_DISK_UNKNOWN_SECTOR -21
73 #define ER_DISK_UNKNOWN_PAGE -22
74 #define ER_DISK_TRY_DEALLOC_DISK_SYSPAGE -23
75 #define ER_DISK_ALMOST_OUT_OF_SPACE -24
76 #define ER_DISK_DATA_ALMOST_OUT_OF_SPACE -25
77 #define ER_DISK_INDEX_ALMOST_OUT_OF_SPACE -26
78 #define ER_DISK_GENERIC_ALMOST_OUT_OF_SPACE -27
79 #define ER_DISK_TEMP_ALMOST_OUT_OF_SPACE -28
80 #define ER_DISK_LAST_ALMOST_OUT_OF_SPACE -29
81 #define ER_DISK_DATA_LAST_ALMOST_OUT_OF_SPACE -30
82 #define ER_DISK_INDEX_LAST_ALMOST_OUT_OF_SPACE -31
83 #define ER_DISK_GENERIC_LAST_ALMOST_OUT_OF_SPACE -32
84 #define ER_DISK_TEMP_LAST_ALMOST_OUT_OF_SPACE -33
85 
86 #define ER_FILE_NTH_FPAGE_OUT_OF_RANGE -34
87 #define ER_FILE_UNKNOWN_VOLID -35
88 #define ER_FILE_NOT_ENOUGH_PAGES_IN_DATABASE -36
89 #define ER_FILE_NOT_ENOUGH_PAGES_IN_VOLUME -37
90 #define ER_FILE_UNKNOWN_FILE -38
91 #define ER_FILE_INCONSISTENT_ALLOCATION -39
92 #define ER_FILE_INCONSISTENT_EXPECTED_PAGES -40
93 #define ER_FILE_PAGE_ISNOT_PARTOF -41
94 
95 #define ER_SP_CANNOT_REORDER_ANCHORED -42
96 #define ER_SP_WRONG_NUM_SLOTS -43
97 #define ER_SP_NOSPACE_IN_PAGE -44
98 #define ER_SP_BAD_INSERTION_SLOT -45
99 #define ER_SP_UNKNOWN_SLOTID -46
100 
101 #define ER_HEAP_UNABLE_TO_CREATE_HEAP -47
102 #define ER_HEAP_UNKNOWN_OBJECT -48
103 #define ER_HEAP_UNKNOWN_CLASS_OF_INSTANCE -49
104 #define ER_HEAP_BAD_RELOCATION_RECORD -50
105 #define ER_HEAP_BAD_OBJECT_TYPE -51
106 #define ER_HEAP_OVFADDRESS_CORRUPTED -52
107 #define ER_HEAP_NODATA_NEWADDRESS -53
108 #define ER_HEAP_OVERPASS_MAXOBJ_SIZE -54
109 #define ER_HEAP_CYCLE -55
110 
111 #define ER_EH_UNKNOWN_EXT_HASH -56
112 #define ER_EH_UNKNOWN_KEY -57
113 #define ER_EH_STR_TOO_LONG -58
114 #define ER_EH_INVALID_KEY_TYPE -59
115 #define ER_EH_CORRUPTED -60
116 #define ER_EH_ROOT_CORRUPTED -61
117 
118 #define ER_SORT_REC_TOO_BIG -62
119 #define ER_SORT_TEMP_PAGE_CORRUPTED -63
120 
121 #define ER_LC_UNKNOWN_CLASSNAME -64
122 #define ER_LC_CLASSNAME_EXIST -65
123 #define ER_LC_BADFORCE_OPERATION -66
124 #define ER_LC_NOHEAP -67
125 #define ER_LC_INCONSISTENT_CLASSNAME_TYPE1 -68
126 #define ER_LC_INCONSISTENT_CLASSNAME_TYPE2 -69
127 #define ER_LC_INCONSISTENT_CLASSNAME_TYPE3 -70
128 #define ER_LC_INCONSISTENT_CLASSNAME_TYPE4 -71
129 
130 #define ER_LK_UNILATERALLY_ABORTED -72
131 #define ER_LK_OBJECT_TIMEOUT_SIMPLE_MSG -73
132 #define ER_LK_OBJECT_TIMEOUT_CLASS_MSG -74
133 #define ER_LK_OBJECT_TIMEOUT_CLASSOF_MSG -75
134 #define ER_LK_PAGE_TIMEOUT -76
135 
136 #define ER_LOG_ALL_BUFFERS_FIXED -77
137 #define ER_LOG_READ -78
138 #define ER_LOG_WRITE -79
139 #define ER_LOG_WRITE_OUT_OF_SPACE -80
140 #define ER_LOG_PAGE_CORRUPTED -81
141 #define ER_LOG_MOUNT_FAIL -82
142 #define ER_LOG_NAME_IS_TOO_LONG -83
143 #define ER_LOG_PREFIX_NAME_IS_TOO_LONG -84
144 #define ER_LOG_INCOMPATIBLE_PREFIX_NAME -85
145 #define ER_LOG_INCOMPATIBLE_DATABASE -86
146 #define ER_LOG_RECOVER_ON_OLD_RELEASE -87
147 #define ER_LOG_COMPILATION_RELEASE -88
148 #define ER_LOG_DOESNT_CORRESPOND_TO_DATABASE -89
149 #define ER_LOG_REDO_INTERFACE -90
150 #define ER_LOG_POSTPONE_INTERFACE -91
151 #define ER_LOG_COMPENSATE_INTERFACE -92
152 #define ER_LOG_REDO_LOGGING_DURING_RECOVERY -93
153 #define ER_LOG_POSTPONE_LOGGING_DURING_RECOVERY -94 /* Obsolete */
154 #define ER_LOG_UNDO_LOGGING_DURING_RECOVERY -95 /* Obsolete */
155 #define ER_LOG_MAYNEED_MEDIA_RECOVERY -96
156 #define ER_LOG_NOTIN_ARCHIVE -97
157 #define ER_LOG_CREATE_LOGARCHIVE_FAIL -98
158 #define ER_LOG_CREATE_DBBACKUP_DIRINFO -99
159 #define ER_LOG_DBBACKUP_FAIL -100
160 #define ER_LOG_USER_FILE_UNKNOWN -101
161 #define ER_LOG_USER_FILE_WITHOUT_ENOUGH_ENTRIES -102
162 #define ER_LOG_USER_FILE_UNORDERED_ENTRIES -103
163 #define ER_LOG_USER_FILE_INCORRECT_PRIMARY_VOLNAME -104
164 #define ER_LOG_CANNOT_ACCESS_BACKUP -105
165 #define ER_LOG_2PC_NON_UNIQUE_GTID -106
166 #define ER_LOG_2PC_UNKNOWN_GTID -107
167 #define ER_LOG_2PC_CANNOT_ATTACH -108
168 #define ER_LOG_2PC_PARTICIPANT_UNILATERALLY_ABORTED -109
169 #define ER_LOG_INVALID_ISOLATION_LEVEL -110
170 
171 #define ER_TM_SERVER_DOWN_UNILATERALLY_ABORTED -111
172 
173 #define ER_BO_UNAUTHORIZED_HOST -112
174 #define ER_BO_UNABLE_TO_RESTART_SERVER -113
175 #define ER_BO_NOT_A_VOLUME -114
176 #define ER_BO_DATABASE_EXISTS -115
177 #define ER_BO_UNKNOWN_DATABASE -116
178 #define ER_BO_FULL_DATABASE_NAME_IS_TOO_LONG -117
179 #define ER_BO_CWD_FAIL -118
180 #define ER_BO_UNABLE_TO_FIND_HOSTNAME -119
181 #define ER_BO_MAXNUM_VOLS_HAS_BEEN_EXCEEDED -120
182 #define ER_BO_TRYING_TO_REMOVE_PERMANENT_VOLUME -121
183 #define ER_BO_CANNOT_ACCESS_MESSAGE_CATALOG -122
184 #define ER_BO_CANNOT_CREATE_VOL -123
185 #define ER_BO_VOLUME_EXISTS -124
186 #define ER_BO_NOTIFY_AUTO_VOLEXT -125
187 #define ER_BO_PARSE_ADDVOLS_UNKNOWN_PURPOSE -126
188 #define ER_BO_PARSE_ADDVOLS_BAD_NPAGES -127
189 #define ER_BO_PARSE_ADDVOLS_NOGIVEN_NPAGES -128
190 #define ER_BO_PARSE_ADDVOLS_UNKNOWN_TOKEN -129
191 
192 #define ER_REGU_NO_SPACE -130
193 #define ER_REGU_SYSTEM -131
194 #define ER_REGU_NOT_IMPLEMENTED -132
195 #define ER_REGU_NESTED_SET -133
196 #define ER_REGU_MIX_CLASS_NONCLASS_UPDATE -134
197 #define ER_REGU_INVALID_QUERY_FOR_OID_COLUMN -135
198 
199 #define ER_DB_UNIMPLEMENTED -136
200 
201 #define ER_AU_CORRUPTED -137
202 #define ER_AU_MISSING_CLASS -138
203 #define ER_AU_ACCESS_ERROR -139
204 #define ER_AU_DBA_ONLY -140
205 #define ER_AU_CANT_ADD_MEMBER -141
206 #define ER_AU_MEMBER_CAUSES_CYCLES -142
207 #define ER_AU_CLASS_WITH_NO_OWNER -143
208 #define ER_AU_USER_ACCESS_FAILURE -144
209 #define ER_AU_CANT_GRANT_SELF -145
210 #define ER_AU_CANT_GRANT_OWNER -146
211 #define ER_AU_NO_GRANT_OPTION -147
212 #define ER_AU_CANT_UPDATE -148
213 #define ER_AU_CANT_CREATE_INSTANCE -149
214 #define ER_AU_CANT_REVOKE_SELF -150
215 #define ER_AU_CANT_REVOKE_OWNER -151
216 #define ER_AU_GRANT_NOT_FOUND -152
217 #define ER_AU_NO_AUTHORIZATION -153
218 #define ER_AU_INCOMPLETE_AUTH -154
219 #define ER_AU_MULTIPLE_ROOTS -155
220 #define ER_AU_AUTHORIZATION_FAILURE -156
221 #define ER_AU_SELECT_FAILURE -157
222 #define ER_AU_ALTER_FAILURE -158
223 #define ER_AU_UPDATE_FAILURE -159
224 #define ER_AU_INSERT_FAILURE -160
225 #define ER_AU_DELETE_FAILURE -161
226 #define ER_AU_INDEX_FAILURE -162
227 #define ER_AU_EXECUTE_FAILURE -163
228 #define ER_AU_USER_EXISTS -164
229 #define ER_AU_INVALID_USER -165
230 #define ER_AU_MISSING_OR_INVALID_USER -166
231 #define ER_AU_NOT_OWNER -167
232 #define ER_AU_MEMBER_NOT_FOUND -168
233 #define ER_AU_CANT_DROP_USER -169
234 #define ER_AU_NO_USER_LOGGED_IN -170
235 #define ER_AU_INVALID_PASSWORD -171
236 #define ER_AU_PASSWORD_OVERFLOW -172
237 
238 #define ER_CFG_NO_FILE -173
239 #define ER_CFG_NO_WRITE_ACCESS -174
240 #define ER_CFG_BAD_FORMAT -175
241 
242 #define ER_DATE_CONVERSION -176
243 
244 #define ER_ELO_CANT_CREATE_LARGE_OBJECT -177 /* obsolete */
245 
246 #define ER_MR_TEMP_OID_WITHOUT_MOP -178
247 
248 #define ER_TP_INCOMPATIBLE_DOMAINS -179 /* not used */
249 #define ER_TP_INCOMPATIBLE_VALUE -180
250 #define ER_TP_CANT_COERCE -181
251 #define ER_TP_CANT_COERCE_OVERFLOW -182
252 
253 #define ER_NET_DATASIZE_MISMATCH -183
254 #define ER_NET_CANT_ALLOC_BUFFER -184
255 #define ER_NET_CLIENT_DATA_RECEIVE -185
256 #define ER_NET_SERVER_DATA_RECEIVE -186
257 #define ER_NET_UNUSED_BUFFER -187
258 #define ER_NET_INVALID_SERVER_NAME -188
259 #define ER_NET_INVALID_HOST_NAME -189
260 #define ER_NET_NO_SERVER_HOST -190
261 #define ER_NET_CANT_CONNECT_SERVER -191
262 #define ER_NET_NO_CONFIG_FILE -192
263 #define ER_NET_SERVER_SHUTDOWN -193
264 #define ER_NET_UNKNOWN_SERVER_REQ -194
265 #define ER_NET_SERVER_COMM_ERROR -195
266 #define ER_NET_NO_SERVER -196
267 #define ER_NET_NO_MASTER -197
268 #define ER_NET_DATA_TRUNCATED -198
269 #define ER_NET_SERVER_CRASHED -199
270 
271 #define ER_OBJ_SET_DISCONNECT -200
272 #define ER_OBJ_BAD_UNIQUE_REMOVAL -201
273 #define ER_OBJ_INVALID_ATTRIBUTE -202
274 #define ER_OBJ_ATTRIBUTE_TYPE_CONFLICT -203
275 #define ER_OBJ_INVALID_ARGUMENTS -204
276 #define ER_OBJ_ATTRIBUTE_CANT_BE_NULL -205
277 #define ER_OBJ_NO_UNIQUE_CONSTRAINT -206
278 #define ER_OBJ_OBJECT_SIZE_ZERO -207
279 #define ER_OBJ_INVALID_METHOD -208
280 #define ER_OBJ_INVALID_ATTMETH -209
281 #define ER_OBJ_TEMPLATE_INTERNAL -210
282 #define ER_OBJ_TEMPLATE_ATT_DELETED -211
283 #define ER_OBJ_ATTRIBUTE_NOT_UNIQUE -212
284 #define ER_OBJ_INVALID_UNIQUE_ENTRY -213
285 #define ER_OBJ_DOMAIN_CONFLICT -214
286 #define ER_OBJ_INVALID_ATTRIBUTE_ID -215
287 #define ER_OBJ_BAD_OWNER_TAG -216
288 #define ER_OBJ_NOT_A_CLASS -217
289 #define ER_OBJ_INVALID_OBJECT_IN_PATH -218
290 #define ER_OBJ_INVALID_PATH_EXPRESSION -219
291 #define ER_OBJ_INVALID_SET_IN_PATH -220
292 #define ER_OBJ_INVALID_INDEX_IN_PATH -221
293 #define ER_OBJ_STRING_OVERFLOW -222
294 #define ER_OBJ_SHORT_OVERFLOW -223
295 #define ER_OBJ_NO_CONNECT -224
296 #define ER_OBJ_MISSING_NON_NULL_ASSIGN -225
297 #define ER_OBJ_NO_COMPONENTS -226
298 #define ER_OBJ_DUPLICATE_ASSIGNMENT -227
299 #define ER_OBJ_TOO_MANY_ARGUMENTS -228
300 #define ER_OBJ_ARGUMENT_DOMAIN_CONFLICT -229
301 #define ER_OBJ_MAX_STRING -230
302 #define ER_OBJ_INVALID_TEMP_OBJECT -231
303 #define ER_OBJ_INVALID_TEMPLATE -232
304 
305 #define ER_SM_CLASS_WITH_PRIM_NAME -233
306 #define ER_SM_METHOD_FILE_NOT_FOUND -234
307 #define ER_SM_UNRESOLVED_METHODS -235
308 #define ER_SM_UNRESOLVED_METHOD -236
309 #define ER_SM_DYNAMIC_LINK_PROBLEMS -237
310 #define ER_SM_METHOD_FILE_ACCESS -238
311 #define ER_SM_ATTRIBUTE_NOT_FOUND -239
312 #define ER_SM_METHOD_NOT_FOUND -240
313 #define ER_SM_ATTMETH_NOT_FOUND -241
314 #define ER_SM_SIGNATURE_NOT_FOUND -242
315 #define ER_SM_METHOD_ARG_NOT_FOUND -243
316 #define ER_SM_DOMAIN_NOT_A_CLASS -244
317 #define ER_SM_NAME_RESERVED_BY_ATT -245
318 #define ER_SM_NAME_RESERVED_BY_METHOD -246
319 #define ER_SM_INVALID_ARGUMENTS -247
320 #define ER_SM_INVALID_UNIQUE_TYPE -248
321 #define ER_SM_INSTANCES_EXIST -249
322 #define ER_SM_INDEX_ON_SHARED -250
323 #define ER_SM_SIGNATURE_EXISTS -251
324 #define ER_SM_DOMAIN_NOT_A_SET -252
325 #define ER_SM_NO_NESTED_SETS -253
326 #define ER_SM_DOMAIN_NOT_FOUND -254
327 #define ER_SM_ATTRIBUTE_NOT_VARIABLE -255
328 #define ER_SM_SUPER_CLASS_EXISTS -256
329 #define ER_SM_SUPER_CAUSES_CYCLES -257
330 #define ER_SM_SUPER_NOT_FOUND -258
331 #define ER_SM_MULTIPLE_SIGNATURES -259
332 #define ER_SM_ARG_DOMAIN_NOT_A_SET -260
333 #define ER_SM_RESOLUTION_NOT_FOUND -261
334 #define ER_SM_DOMAIN_MISMATCH -262
335 #define ER_SM_CORRUPTED -263
336 #define ER_SM_ALIAS_NOT_UNIQUE -264
337 #define ER_SM_SHADOW_TYPE_CONFLICT -265
338 #define ER_SM_ATTRIBUTE_NAME_CONFLICT -266
339 #define ER_SM_SHADOW_METHOD_CONFLICT -267
340 #define ER_SM_METHOD_NAME_CONFLICT -268
341 #define ER_SM_INVALID_INDEX_TYPE -269
342 #define ER_SM_INVALID_UNIQUE_DOMAIN -270
343 #define ER_SM_CYCLE_DETECTED -271
344 #define ER_SM_INDEX_EXISTS -272
345 #define ER_SM_NO_INDEX -273
346 #define ER_SM_INVALID_NAME -274
347 #define ER_SM_INHERITED_ATTRIBUTE -275
348 #define ER_SM_INHERITED_METHOD -276
349 #define ER_SM_INHERITED -277
350 #define ER_SM_INCOMPATIBLE_DOMAINS -278
351 #define ER_SM_RESOLUTION_OVERRIDE -279
352 #define ER_SM_INCOMPATIBLE_SHADOW -280
353 #define ER_SM_MISSING_ALIAS_SUBSTITUTE -281
354 #define ER_SM_INCOMPATIBLE_ALIAS_SUBSTITUTE -282
355 #define ER_SM_LESS_SPECIFIC_ALIAS_SUBSTITUTE -283
356 #define ER_SM_RESOLUTION_COMPONENT_EXISTS -284
357 #define ER_SM_ALIAS_COMPONENT_EXISTS -285
358 #define ER_SM_ALIAS_COMPONENT_INHERITED -286
359 #define ER_SM_CANT_SHADOW_METHOD -287
360 #define ER_SM_CANT_SHADOW_ATTRIBUTE -288
361 #define ER_SM_CANT_INHERIT_METHOD -289
362 #define ER_SM_CANT_INHERIT_ATTRIBUTE -290
363 #define ER_SM_INCOMPATIBLE_COMPONENTS -291
364 #define ER_SM_POPULATE_NOT_FOUND -292
365 #define ER_SM_INVALID_CLASS -293
366 #define ER_SM_INVALID_METHOD_ENV -294
367 #define ER_SM_CATALOG_SPACE -295 /* Unused */
368 #define ER_SM_INVALID_PROPERTY -296
369 #define ER_SM_MULTIPLE_ALIAS -297
370 #define ER_SM_INVALID_RESOLUTION -298
371 #define ER_SM_NAME_IS_RESERVED -299
372 #define ER_SM_DEFAULT_UNIQUE -300
373 #define ER_SM_MAX_LENGTH_CONSTRAINT -301
374 
375 #define ER_SET_ADD -302
376 #define ER_SET_VALUE_EXISTS -303
377 #define ER_SET_OUT_OF_BOUNDS -304
378 #define ER_SEQ_OUT_OF_BOUNDS -305
379 #define ER_SET_NOT_A_SEQUENCE -306
380 #define ER_SET_NOT_A_SET -307
381 #define ER_SET_DOMAIN_CONFLICT -308
382 #define ER_SET_INVALID_INDEX -309
383 #define ER_SET_ELEMENT_NOT_FOUND -310
384 #define ER_SEQ_ELEMENT_NOT_FOUND -311
385 #define ER_SET_INVALID_DOMAIN -312
386 
387 #define ER_TF_BUFFER_UNDERFLOW -313
388 #define ER_TF_BUFFER_OVERFLOW -314
389 #define ER_TF_INVALID_METACLASS -315
390 #define ER_TF_SIZE_MISMATCH -316
391 #define ER_TF_INVALID_REPRESENTATION -317
392 #define ER_TF_OUT_OF_SYNC -318
393 #define ER_TF_UNKNOWN_ATT_EXTENSION -319
394 #define ER_TF_CORRUPTED -320
395 
396 #define ER_WS_CORRUPTED -321
397 #define ER_WS_MOP_NOT_FOUND -322
398 #define ER_WS_MOP_NOT_TEMPORARY -323
399 #define ER_WS_CLASS_NOT_CACHED -324
400 #define ER_WS_GC_DIRTY_MOP -325
401 #define ER_WS_CHANGING_OBJECT_CLASS -326
402 #define ER_WS_CANT_INSTALL_NULL_OID -327
403 #define ER_WS_NO_CLASS_FOR_INSTANCE -328
404 #define ER_WS_OBJLIST_NOT_ALLOCATED -329
405 #define ER_WS_PIN_VIOLATION -330
406 
407 #define ER_AREA_NOSPACE -331
408 #define ER_AREA_EXTENDING -332
409 #define ER_AREA_ABORT -333
410 #define ER_AREA_OUTRAGEOUS -334
411 #define ER_AREA_ILLEGAL_POINTER -335
412 #define ER_AREA_FREE_TWICE -336
413 #define ER_AREA_NEGATIVE_SIZE -337
414 
415 #define ERR_CSS_ENTRY_OVERRUN -338
416 #define ERR_CS_WRONG_OWNER -339
417 #define ERR_CSS_CANNOT_FORK -340
418 #define ERR_CSS_CANNOT_EXEC -341
419 #define ERR_CSS_CANNOT_CHANGE_GROUP -342
420 #define ERR_CSS_REQUEST_ID_FAILURE -343
421 #define ERR_CSS_MINFO_MESSAGE -344
422 #define ERR_CSS_SHUTDOWN_ERROR -345
423 #define ERR_CSS_STOP_SHUTDOWN_ERROR -346
424 #define ERR_CSS_MASTER_PIPE_ERROR -347
425 #define ERR_CSS_TCP_PORT_ERROR -348
426 #define ERR_CSS_TCP_HOST_NAME_ERROR -350
427 #define ERR_CSS_TCP_CANNOT_CREATE_SOCKET -351
428 #define ERR_CSS_TCP_CANNOT_RESERVE_PORT -352
429 #define ERR_CSS_TCP_CANNOT_CONNECT_TO_MASTER -353
430 #define ERR_CSS_TCP_CANNOT_SET_OWNER -354
431 #define ERR_CSS_TCP_CANNOT_CREATE_STREAM -355
432 #define ERR_CSS_UNIX_DOMAIN_SOCKET_FILE_EXIST -356
433 #define ERR_CSS_TCP_BIND_ABORT -357
434 #define ERR_CSS_TCP_ACCEPT_ERROR -358
435 #define ERR_CSS_TCP_DATAGRAM_BIND -359
436 #define ERR_CSS_TCP_DATAGRAM_ACCEPT -360
437 #define ERR_CSS_TCP_DATAGRAM_CONNECT -361
438 #define ERR_CSS_TCP_DATAGRAM_SOCKET -362
439 #define ERR_CSS_TCP_RECVMSG -363
440 #define ERR_CSS_TCP_PASSING_FD -364
441 #define ERR_CSS_TCP_BROADCAST_TO_CLIENT -365
442 #define ERR_CSS_ERROR_FROM_SERVER -366
443 #define ERR_CSS_SERVER_ALREADY_EXISTS -367
444 #define ERR_CSS_ERROR_DURING_SERVER_CONNECT -368
445 
446 #define ERR_MM_EARLY_EOF -373
447 #define ERR_MM_EARLY_EOF_TWO -374
448 #define ERR_MM_CONVERSION_ERROR -375
449 #define ERR_MM_FINDING_PUBLIC -376
450 #define ERR_MM_ADDING_ATTRIBUTE -377
451 #define ERR_MM_ADDING_METHOD -378
452 #define ERR_MM_ADDING_SUPER -379
453 
454 #define ER_DL_EXISTS -380
455 #define ER_DL_ABSENT -381
456 #define ER_DL_INVALID -382
457 #define ER_DL_BADHDR -383
458 #define ER_DL_PATH -384
459 #define ER_DL_LDEXIT -385
460 #define ER_DL_LDTERM -386
461 #define ER_DL_LDWAIT -387
462 #define ER_DL_IMAGE -388
463 #define ER_DL_ESYS -389
464 #define ER_DL_EFILE -390
465 #define ER_DL_PIPEHNDLR -391
466 #define ER_DL_DAEMON_MISSING -392
467 #define ER_DL_DAEMON_DISAPPEARED -393
468 
469 #define ER_TX_ENDPOINT_TOO_LARGE -394
470 #define ER_TX_BAD_NUMBER -395
471 #define ER_TX_ESCAPED_CHARACTER_OUT_OF_RANGE -396
472 #define ER_TX_ILLEGAL_OR_MISSING_DELIMITER -397
473 #define ER_TX_NO_REMEMBERED_STRING -398
474 #define ER_TX_UNBALANCED_PARENS -399
475 #define ER_TX_TOO_MANY_PARENS -400
476 #define ER_TX_TOO_MANY_NUMBERS -401
477 #define ER_TX_CURLY_BRACE_EXPECTED -402
478 #define ER_TX_FIRST_TOO_BIG -403
479 #define ER_TX_UNBALANCED_SQUARE_BRACKETS -404
480 #define ER_TX_TOO_LONG -405
481 
482 #define ER_BTREE_INVALID_INDEX_ID -406
483 #define ER_BTREE_UNKNOWN_KEY -407
484 #define ER_BTREE_UNKNOWN_OID -408
485 #define ER_BTREE_DUPLICATE_OID -409
486 #define ER_BTREE_NULL_KEY -410
487 #define ER_BTREE_INVALID_KEYTYPE -411
488 #define ER_BTREE_INVALID_RANGE -412
489 
490 #define ER_CT_UNKNOWN_ATTRID -413
491 #define ER_CT_UNKNOWN_CLASSID -414 /* Unused */
492 #define ER_CT_INVALID_CLASSID -415
493 #define ER_CT_UNKNOWN_REPRID -416
494 #define ER_CT_INVALID_REPRID -417
495 #define ER_CT_NOSPACE_FOR_ATTRDIR -418
496 #define ER_CT_REPRCNT_OVERFLOW -419 /* Unused */
497 #define ER_CT_CLASS_HAS_REPRESENTATIONS -420
498 #define ER_CT_MISSING_REPR_DIR -421
499 #define ER_CT_MISSING_REPR_INFO -422
500 
501 #define ER_IT_INVALID_SESSION -423
502 #define ER_IT_EMPTY_STATEMENT -424
503 #define ER_IT_INCOMPATIBLE_DATATYPE -425
504 #define ER_IT_INCOMPATIBLE_DATATYPE1 -426
505 #define ER_IT_DATA_OVERFLOW -427
506 #define ER_IT_NOT_UPDATABLE_STMT -428
507 #define ER_IT_ILLEGAL_COMMAND -429
508 #define ER_IT_UNKNOWN_VARIABLE -430
509 #define ER_IT_PARSER -431
510 #define ER_IT_UNKNOWN_CALL_OBJECT -432
511 #define ER_IT_UNKNOWN_ATTRIBUTE -433
512 #define ER_IT_FAIL_FIND_COLNAME -434
513 #define ER_IT_MULTIPLE_STATEMENT -435
514 #define ER_IT_NOT_QUERY -436
515 
516 #define ER_LO_INVALID_LOID -437 /* Unused */
517 #define ER_LO_DESCRIPTOR_CONFLICT -438
518 #define ER_LO_OVER_OFFSET -439
519 
520 #define ER_QPROC_INVALID_CRSPOS -440
521 #define ER_QPROC_INVALID_CRSOPR -441
522 #define ER_QPROC_UNKNOWN_CRSPOS -442
523 #define ER_QPROC_INVALID_TPLVAL_INDEX -443
524 #define ER_QPROC_INVALID_COLNAME -444
525 #define ER_QPROC_INVALID_VALLIST_INDEX -445
526 #define ER_QPROC_CLOSED_QRES_EXISTS -446
527 #define ER_QPROC_OPR_ON_CLOSED_QRES -447
528 #define ER_QPROC_BIG_TPLSIZE -448
529 #define ER_QPROC_UNKNOWN_QUERYID -449
530 #define ER_QPROC_INVALID_SET_OPR -450
531 #define ER_QPROC_EMPTY_HEAPFILE -451
532 #define ER_QPROC_INVALID_XASLNODE -452
533 #define ER_QPROC_NOMORE_SPECS -453
534 #define ER_QPROC_INVALID_DATATYPE -454
535 #define ER_QPROC_NOMORE_QFILE_PAGES -455
536 #define ER_QPROC_INCOMPATIBLE_TYPES -456
537 #define ER_QPROC_INVALID_RESTYPE -457
538 #define ER_QPROC_OVERFLOW_ADDITION -458
539 #define ER_QPROC_INVALID_QRY_SINGLE_TUPLE -459
540 
541 #define ER_UCI_TOO_FEW_HOST_VARS -460
542 #define ER_UCI_TOO_MANY_HOST_VARS -461
543 #define ER_UCI_NULL_IND_NEEDED -462
544 #define ER_UCI_NOT_PREPARED_STMT -463
545 #define ER_UCI_NOT_SELECT_STMT -464
546 #define ER_UCI_CURSOR_NOT_OPENED -465
547 #define ER_UCI_CURSOR_STILL_OPEN -466
548 #define ER_UCI_MULTIPLE_OBJECTS -467
549 #define ER_UCI_NO_MARK_ALLOWED -468
550 #define ER_UCI_INVALID_DATA_TYPE -469
551 
552 #define ER_QO_SET_SIZE_EXCEEDED -470
553 #define ER_QO_OUT_OF_MEMORY -471
554 
555 #define ER_SQLM_DRIVER_CONNECTION_ERROR -472
556 #define ER_ERROR_FROM_SQLM_DRIVER -473
557 #define ER_ERROR_FROM_FOREIGN_DRIVER -474
558 
559 #define ER_SM_QUERY_SPEC_NOT_FOUND -475
560 
561 #define ER_LDB_EXISTS -476
562 #define ER_LDB_CONNECT_ERROR -477
563 
564 #define ER_SM_LDB_NOT_REGISTERED -478
565 #define ER_SM_LDB_CONNECTED -479
566 #define ER_SM_LDB_NOT_EMPTY -480
567 #define ER_SM_NOT_A_PROXY_VCLASS -481
568 #define ER_SM_NOT_A_VIRTUAL_CLASS -482
569 #define ER_SM_UNKNOWN_ATTRIBUTE -483
570 #define ER_SM_OBJECT_ID_ALREADY_SET -484
571 #define ER_SM_OBJECT_ID_NOT_SET -485
572 #define ER_SM_OBJECT_NOT_UPDATABLE -486
573 #define ER_SM_NOT_INSTANCE -487
574 #define ER_SM_INCOMPATIBLE_CLASS_DOMAIN -488
575 #define ER_SM_INCOMPATIBLE_PROXY_DOMAIN -489
576 #define ER_SM_INCOMPATIBLE_SUPER_CLASS -490
577 
578 #define ER_PT_NO_ENTITY_IN_QRYSPEC -491
579 #define ER_PT_ERROR -492
580 #define ER_PT_SYNTAX -493
581 #define ER_PT_SEMANTIC -494
582 #define ER_PT_EXECUTE -495
583 
584 #define ER_RT_UNKNOWN_KEY -496
585 #define ER_RT_UNKNOWN_OID -497
586 #define ER_RT_DUPLICATE_OID -498
587 #define ER_RT_NULL_KEY -499
588 #define ER_RT_DUPLICATE_KEY -500
589 
590 #define ER_TR_INVALID_PRIORITY -501
591 #define ER_TR_MISSING_TARGET_CLASS -502
592 #define ER_TR_TRIGGER_NOT_FOUND -503
593 #define ER_TR_TRIGGER_INTERNAL -504
594 #define ER_TR_TRIGGER_EXISTS -505
595 #define ER_TR_NO_VCLASSES -506
596 #define ER_TR_BAD_TARGET_CLASS -507
597 #define ER_TR_BAD_TARGET_ATTR -508
598 #define ER_TR_INVALID_CONDITION -509
599 #define ER_TR_INVALID_ACTION -510
600 #define ER_TR_TRIGGER_SELECT_FAILURE -511
601 #define ER_TR_TRIGGER_DELETE_FAILURE -512
602 #define ER_TR_TRIGGER_UPDATE_FAILURE -513
603 #define ER_TR_TRIGGER_ALTER_FAILURE -514
604 #define ER_TR_INVALID_ACTION_TIME -515
605 #define ER_TR_EXCEEDS_MAX_REC_LEVEL -516
606 #define ER_TR_REJECTED -517
607 #define ER_TR_INTERNAL_ERROR -518
608 #define ER_TR_INVALID_CONDITION_TYPE -519
609 #define ER_TR_REJECT_AFTER_EVENT -520
610 #define ER_TR_REJECT_NOT_POSSIBLE -521
611 #define ER_TR_MISSING_CONDITION_STRING -522
612 #define ER_TR_MISSING_ACTION_STRING -523
613 #define ER_TR_ACTIVITY_NOT_OWNED -524
614 #define ER_TR_CONDITION_COMPILE -525
615 #define ER_TR_ACTION_COMPILE -526
616 #define ER_TR_CONDITION_EVAL -527
617 #define ER_TR_ACTION_EVAL -528
618 #define ER_TR_TRANSACTION_INVALIDATED -529
619 
620 #define ER_REG_MISSING_EXPRESSION -530
621 #define ER_REG_EXPRESSION_TOO_LONG -531
622 #define ER_REG_UNBALANCED_PARENS -532
623 #define ER_REG_OUT_OF_RANGE -533
624 #define ER_REG_SYNTAX_ERROR -534
625 #define ER_REG_MISSSING_TEXT -535
626 #define ER_REG_ILLEGAL_OPCODE -536
627 #define ER_REG_ILLEGAL_COMMAND -537
628 #define ER_REG_BUFFER_NOT_INITIALIZED -538
629 
630 #define ER_QPROC_ZERO_DIVIDE -539
631 
632 #define ER_EMERGENCY_ERROR -540
633 
634 #define ER_DISK_INCONSISTENT_NFREE_PAGES -541
635 #define ER_DISK_INCONSISTENT_NFREE_SECTS -542
636 #define ER_DISK_INCONSISTENT_VOL_HEADER -543
637 
638 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE1 -544
639 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE2 -545
640 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE3 -546
641 
642 #define ER_NET_DIFFERENT_RELEASE -547
643 
644 #define ER_SM_NO_OBJECT_ID_IN_PROXY -548
645 
646 #define ER_VID_PROXY_INSTANCE_NOT_FOUND -549
647 
648 #define ER_LOG_UNKNOWN_SAVEPOINT -550
649 
650 #define ER_BO_CANNOT_FINE_VOLINFO -551
651 
652 #define ER_QPROC_DATE_UNDERFLOW -552
653 #define ER_QPROC_TIME_UNDERFLOW -553
654 
655 #define ER_LDR_INVALID_STATE -554
656 #define ER_LDR_MEMORY_ERROR -555
657 #define ER_LDR_VALUE_OVERFLOW -556
658 #define ER_LDR_SET_DOMAIN_MISMATCH -557
659 #define ER_LDR_UNEXPECTED_SET -558
660 #define ER_LDR_DOMAIN_MISMATCH -559
661 #define ER_LDR_AMBIGUOUS_DOMAIN -560
662 #define ER_LDR_NESTED_SET -561
663 #define ER_LDR_SYSTEM_CLASS -562
664 #define ER_LDR_INTERNAL_REFERENCE -563
665 #define ER_LDR_UNIQUE_VIOLATION -564
666 #define ER_LDR_INVALID_CONSTRUCTOR -565
667 #define ER_LDR_NO_CLASS_OR_NO_ATTRIBUTE -566
668 #define ER_LDR_UNEXPECTED_ARGUMENT -567
669 #define ER_LDR_MISSING_ARGUMENT -568
670 #define ER_LDR_MISSING_ATTRIBUTES -569
671 #define ER_LDR_ELO_INPUT_FILE -570
672 #define ER_LDR_FORWARD_CONSTRUCTOR -571
673 #define ER_LDR_CANT_TRANSFORM -572
674 #define ER_LDR_CANT_INSERT -573
675 #define ER_LDR_CANT_UPDATE -574
676 #define ER_LDR_ARGUMENT_DOMAIN_MISMATCH -575
677 #define ER_LDR_OBJECT_DOMAIN_MISMATCH -576
678 #define ER_LDR_ARGUMENT_AMBIGUOUS_DOMAIN -577
679 #define ER_LDR_ARGUMENT_OBJECT_DOMAIN_MISMATCH -578
680 #define ER_LDR_CLASS_OBJECT_REFERENCE -579
681 #define ER_LDR_INVALID_ATTRIBUTE -580
682 
683 #define ER_DB_NO_MODIFICATIONS -581
684 
685 #define ER_DISK_UNKNOWN_PURPOSE -582
686 
687 #define ER_FILE_ALLOC_NOPAGES -583
688 #define ER_FILE_FTB_LOOP -584
689 
690 #define ER_HEAP_UNKNOWN_HEAP -585
691 #define ER_HEAP_CANNOT_UPDATE_CHAIN_HDR -586
692 
693 #define ER_BO_UNSORTED_VOLINFO -587
694 
695 #define ER_FAILED_ASSERTION -588
696 
697 #define ER_AU_INVALID_USER_NAME -589
698 
699 #define ER_SM_INCOMPATIBLE_DOMAIN_CLASS_TYPE -590
700 #define ER_SM_INCOMPATIBLE_PROXY_DOMAIN_NAME -591
701 #define ER_SM_INCOMPATIBLE_PROXY_DIFF_LDBS -592
702 
703 #define ER_VID_LOST_NON_UPDATABLE_OBJECT -593
704 #define ER_VID_INVALID_OBJECT_ID_TYPE -594
705 
706 #define ER_LOG_NOFULL_DATABASE_NAME_IS_TOO_LONG -595
707 
708 #define ER_BO_MAXTEMP_SPACE_HAS_BEEN_EXCEEDED -596
709 
710 #define ER_HEAP_MISMATCH_NPAGES -597
711 
712 #define ER_FILE_MISMATCH_NFILES -598
713 
714 #define ER_IO_SYNC -599
715 
716 #define ER_PC_UNIMPLEMENTED -600
717 
718 #define ER_DL_LOAD_ERR -601
719 #define ER_DL_MULTIPLY_DEFINED -602
720 
721 #define ER_FILE_TABLE_CORRUPTED -603
722 #define ER_FILE_ALLOCSET_INCON_EXPECTED_NHOLES -604
723 #define ER_FILE_INCONSISTENT_EXPECTED_MARKED_DEL -605
724 
725 #define ER_PC_NO_ODBC_INI_FILE -606
726 #define ER_PC_DATABASE_NOT_FOUND -607
727 #define ER_PC_DATABASE_NOT_CUBRID -608
728 
729 #define ER_LOG_CORRUPTED_DB_DUE_NOLOGGING -609
730 #define ER_LOG_CORRUPTED_DB_DUE_CRASH_NOLOGGING -610
731 #define ER_ONLY_IN_STANDALONE -611
732 #define ER_LOG_THEREARE_PENDING_ACTIONS_MUST_LOG -612
733 
734 #define ER_SM_INCOMPATIBLE_ALIAS_LOCAL_SUB -613
735 
736 #define ER_LOG_MAX_ARCHIVES_HAS_BEEN_EXCEEDED -614
737 
738 #define ER_CSS_WINSOCK_STARTUP -615
739 #define ER_CSS_WINSOCK_HOSTNAME -616
740 #define ER_CSS_WINSOCK_HOSTID -617
741 
742 #define ER_IT_ATTR_NOT_UPDATABLE -618
743 
744 #define ER_QSTR_BAD_SRC_CODESET -619
745 #define ER_QSTR_BAD_DEST_CODESET -620
746 #define ER_QSTR_INVALID_DATA_TYPE -621
747 #define ER_QSTR_INCOMPATIBLE_CODE_SETS -622
748 #define ER_QSTR_INVALID_ESCAPE_SEQUENCE -623
749 #define ER_QSTR_INVALID_ESCAPE_CHARACTER -624
750 
751 #define ER_HEAP_WRONG_ATTRINFO -625
752 #define ER_HEAP_UNKNOWN_ATTRS -626
753 
754 #define ER_QSTR_INVALID_TRIM_OPERAND -627
755 
756 #define ER_INVALID_CURRENCY_TYPE -628
757 
758 #define ER_DTSR_BAD_PAGESIZE -629
759 
760 #define ER_DB_UNSUPPORTED_CONVERSION -630
761 
762 #define ER_NULL_CONSTRAINT_VIOLATION -631
763 
764 #define ER_IO_NOT_A_BACKUP -632
765 #define ER_IO_NOT_A_BACKUP_OF_GIVEN_DATABASE -633
766 #define ER_IO_BKUP_DATABASE_VOLUME_OR_FILE_EXPECTED -634
767 
768 #define ER_LOG_BUFFER_POOL_TOO_SMALL -635 /* Obsolete */
769 #define ER_LOG_NBUFFERS_TOO_SMALL -636 /* Obsolete */
770 #define ER_LOG_FREEING_TOO_MUCH -637
771 #define ER_LOG_FLUSHING_UNUPDATABLE -638
772 #define ER_LOG_WRONG_FORCE_DELAYED -639
773 #define ER_LOG_CANNOT_ADD_SAVEPOINT -640
774 #define ER_LOG_NONAME_SAVEPOINT -641
775 #define ER_LOG_NOTACTIVE_TOPOPS -642
776 #define ER_LOG_HAS_TOPOPS_DURING_COMMIT_ABORT -643
777 #define ER_LOG_FATAL_ERROR -644
778 #define ER_LOG_BADSTATE_FOR_CLIENT_UNDO_OR_POSTPONE -645 /* Obsolete */
779 #define ER_LOG_MISSING_COMPENSATING_RECORD -646
780 #define ER_LOG_BKUP_DOESNOT_CORRESPOND -647 /* Obsolete */
781 #define ER_LOG_BKUP_INCOMPATIBLE -648
782 
783 #define ER_INVALID_PRECISION -649
784 
785 #define ER_THREAD_STACK -650
786 
787 #define ER_SORT_MEMORY -651
788 
789 #define ER_SP_SPLIT_WRONG_OFFSET -652
790 #define ER_SP_TAKEOUT_WRONG_OFFSET -653
791 #define ER_SP_OVERWRITE_WRONG_OFFSET -654
792 
793 #define ER_EV_CONF_FILE -655
794 #define ER_EV_NULL_ID_CONF -656
795 #define ER_EV_INV_ID -657
796 #define ER_EV_OUT_OF_RANGE_CONF -658
797 #define ER_EV_ACCESS_HANDLER -659
798 #define ER_EV_CONNECT_HANDLER -660
799 #define ER_EV_WRITE_HANDLER -661
800 #define ER_EV_INIT -662
801 #define ER_EV_TRUNC -663
802 #define ER_EV_STARTED -664
803 #define ER_EV_BROKEN_PIPE -665
804 #define ER_EV_STOPPED -666
805 
806 #define ER_CPLUS_NO_CLASS_MATCH -667
807 #define ER_CPLUS_UNKNOWN_DOMAIN -668
808 
809 #define ER_CSS_CLIENTS_EXCEEDED -669
810 
811 #define ER_BTREE_UNIQUE_FAILED -670
812 
813 #define ER_CSS_RECV_OR_SEND -671
814 #define ER_CSS_SOCKET_CLOSE -672
815 #define ER_CSS_TIMEOUT_DUE_SHUTDOWN -673
816 
817 #define ER_LK_NOTENOUGH_ACTIVE_THREADS -674
818 
819 #define ER_CFG_READ_DATABASES -675
820 #define ER_CFG_FIND_DATABASE -676
821 #define ER_BO_CONNECT_FAILED -677
822 #define ER_BO_CLIENT_INIT_INTERNAL -678
823 
824 #define ER_CPLUS_TRANSACTION_BEGUN_TWICE -679
825 #define ER_CPLUS_MAX_TRANS_NEST_EXCEEDED -680
826 #define ER_CPLUS_TRANS_NOT_BEGUN -681
827 #define ER_CPLUS_DEP_TRANS_IN_PROGRESS -682
828 
829 #define ER_QSTR_BAD_LENGTH -683
830 
831 #define ER_OBJ_METHOD_USER_ERROR -684
832 
833 #define ER_AU_INVALID_CLASS -685
834 
835 #define ER_EV_HANDLER_RESTARTED -686
836 
837 #define ER_CPLUS_BAD_DYN_CAST -687
838 #define ER_CPLUS_BAD_SUBSCRIPT -688
839 #define ER_CPLUS_CORRUPT_ITER -689
840 #define ER_CPLUS_NULL_REF -690
841 #define ER_CPLUS_INVALID_ITER -691
842 #define ER_CPLUS_WRONG_ITER -692
843 
844 #define ER_NUM_OVERFLOW -693 /* not used */
845 
846 #define ER_BTREE_LOAD_FAILED -694
847 
848 #define ER_CSS_KILL_BAD_INTERFACE -695
849 #define ER_CSS_KILL_UNKNOWN_TRANSACTION -696
850 #define ER_CSS_KILL_DOES_NOTMATCH -697
851 
852 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE4 -698
853 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE5 -699
854 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE6 -700
855 
856 #define ER_SM_NO_PROXY_ON_LDB_ENTITY -701
857 
858 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE7 -702
859 #define ER_LC_INCONSISTENT_BTREE_ENTRY_TYPE8 -703
860 
861 #define ER_QPROC_GENERIC_FUNCTION_FAILURE -704
862 
863 #define ER_BO_INCONSISTENT_NPERM_VOLUMES -705
864 
865 #define ER_DISK_CANNOT_EXPAND_PERMVOLS -706
866 #define ER_DISK_UNABLE_TO_EXPAND -707
867 
868 #define ER_IO_EXPAND_OUT_OF_SPACE -708
869 
870 #define ER_SM_CONSTRAINT_NOT_FOUND -709
871 #define ER_SM_INVALID_CONSTRAINT -710
872 
873 #define ER_OBJ_OBJECT_NOT_FOUND -711
874 
875 #define ER_SM_CONSTRAINT_EXISTS -712
876 
877 #define ER_OBJ_INDEX_NOT_FOUND -713
878 
879 #define ER_QPROC_OUT_OF_TEMP_SPACE -714
880 
881 #define ER_CPLUS_VERIFY_SCHEMA_FAILED -715
882 
883 #define ER_SM_NOT_NULL_ON_VCLASS -716
884 #define ER_SM_UNIQUE_ON_VCLASS -717
885 
886 #define ER_GADGET_INVALID -718
887 #define ER_GADGET_ATTRS_VALS_NE -719
888 #define ER_GADGET_NO_VCLASSES -720
889 
890 #define ER_DO_INSERT_TOO_MANY -721
891 
892 #define ER_SM_NOT_NULL_WRONG_NUM_ATTS -722
893 
894 #define ER_DB_NO_DOMAIN_CHANGE -723
895 
896 #define ER_SM_INVALID_DEF_CONSTRAINT_NAME_PARAMS -724
897 
898 #define ER_LC_UNEXPECTED_PERM_OID -725
899 
900 #define ER_DO_ALTER_ADD_WITH_UNIQUE -726
901 
902 #define ER_TR_INVALID_EVENT -727
903 
904 #define ER_QPROC_INVALID_TEMP_FILE -728
905 #define ER_QPROC_OVERFLOW_SUBTRACTION -729
906 #define ER_QPROC_OVERFLOW_MULTIPLICATION -730
907 #define ER_QPROC_OVERFLOW_DIVISION -731
908 #define ER_QPROC_OVERFLOW_UMINUS -732
909 #define ER_QPROC_OVERFLOW_COERCION -733 /* not used */
910 
911 #define ER_FILE_INCONSISTENT_HEADER -734
912 
913 #define ER_LOG_UNKNOWN_TRANINDEX -735
914 
915 #define ERR_CSS_WINTCP_PORT_ERROR -736
916 #define ERR_CSS_WINTCP_CANNOT_CREATE_STREAM -738
917 #define ERR_CSS_WINTCP_BIND_RETRY -739
918 #define ERR_CSS_WINTCP_BIND_ABORT -740
919 #define ERR_CSS_WINTCP_ACCEPT_ERROR -741
920 #define ERR_CSS_WINTCP_BROADCAST_TO_CLIENT -742
921 
922 #define ER_NET_SERVER_HAND_SHAKE -743
923 
924 #define ER_WS_REHASH_VMOP_ERROR -744
925 
926 #define ER_DB_GC_INVALID_PHASE -745
927 #define ER_DB_GC_INVALID_CALLBACK -746
928 
929 #define ER_GC_BAD_TICKET -747
930 #define ER_GC_BAD_POINTER -748
931 
932 #define ER_VID_PROXY_INSTANCES_DONT_MATCH -749
933 #define ER_VID_PROXY_NCOLS_DONT_MATCH -750
934 
935 #define ER_TR_CORRELATION_ERROR -751
936 
937 #define ER_IO_RESTORE_READ_ERROR -752
938 #define ER_IO_RESTORE_PAGEID_OUTOF_BOUNDS -753
939 
940 #define ER_VID_OO_PROXY_MOP_HAS_BAD_KEY -754
941 
942 #define ER_NOT_IN_STANDALONE -755
943 
944 #define ER_OBJ_BUFFER_TOO_SMALL -756
945 #define ER_OBJ_CANT_ASSIGN_OID -757
946 #define ER_OBJ_INVALID_ARGUMENT -758
947 #define ER_OBJ_DELETED -759
948 #define ER_OBJ_NULL_VID -760
949 #define ER_OBJ_VOBJ_MAPS_INVALID_OBJ -761
950 #define ER_OBJ_CANT_RESOLVE_VOBJ_TO_OBJ -762
951 #define ER_OBJ_CANT_ENCODE_NONUPD_OBJ -763
952 #define ER_OBJ_CANT_ENCODE_VOBJ -764
953 #define ER_OBJ_NULL_ADDR_OUTPUT_OBJ -765
954 #define ER_OBJ_INTERNAL_ERROR_IN_DECODING -766
955 
956 #define ER_LOG_BACKUP_LEVEL_NOGAPS -767
957 
958 #define ER_SM_LDB_ACCESSED -768
959 
960 #define ER_LDR_INVALID_CLASS_ATTR -769
961 
962 #define ER_QPROC_NO_TABLE_FUNCTIONS -770
963 #define ER_QPROC_INVALID_PARAMETER -771
964 #define ER_QPROC_DB_SERIAL_NOT_FOUND -772
965 #define ER_QPROC_SERIAL_NOT_FOUND -773
966 #define ER_QPROC_SERIAL_ALREADY_EXIST -774
967 #define ER_QPROC_SERIAL_RANGE_OVERFLOW -775
968 #define ER_QPROC_CANNOT_FETCH_SERIAL -776
969 #define ER_QPROC_CANNOT_UPDATE_SERIAL -777
970 
971 #define ER_BO_CANNOT_CREATE_LINK -778
972 
973 #define ER_DATE_EXCEED_LIMIT -779
974 #define ER_SYSTEM_DATE -780
975 #define ER_QSTR_FORMAT_TOO_LONG -781
976 #define ER_QSTR_EMPTY_STRING -782
977 #define ER_QSTR_INVALID_FORMAT -783
978 #define ER_QSTR_MISMATCHING_ARGUMENTS -784
979 #define ER_QSTR_SRC_TOO_LONG -785
980 #define ER_QSTR_FORMAT_DUPLICATION -786
981 #define ER_TIME_CONVERSION -787
982 #define ER_TIMESTAMP_CONVERSION -788
983 #define ER_WRONG_NUMBER -789
984 
985 #define ER_QM_EXECUTION_INTERRUPTED -790
986 
987 #define ER_INVALID_SERIAL_VALUE -791
988 
989 #define ER_CSS_ALLOC -792
990 #define ER_CSS_PTHREAD_ATTR_INIT -793
991 #define ER_CSS_PTHREAD_ATTR_DESTROY -794
992 #define ER_CSS_PTHREAD_ATTR_SETDETACHSTATE -795
993 #define ER_CSS_PTHREAD_ATTR_SETSCOPE -796
994 #define ER_CSS_PTHREAD_ATTR_SETSTACKSIZE -797
995 #define ER_CSS_PTHREAD_CREATE -798
996 #define ER_CSS_PTHREAD_JOIN -799
997 #define ER_CSS_PTHREAD_MUTEX_INIT -800
998 #define ER_CSS_PTHREAD_MUTEX_DESTROY -801
999 #define ER_CSS_PTHREAD_MUTEX_LOCK -802
1000 #define ER_CSS_PTHREAD_MUTEX_TRYLOCK -803
1001 #define ER_CSS_PTHREAD_MUTEX_UNLOCK -804
1002 #define ER_CSS_PTHREAD_MUTEXATTR_INIT -805
1003 #define ER_CSS_PTHREAD_MUTEXATTR_DESTROY -806
1004 #define ER_CSS_PTHREAD_MUTEXATTR_SETTYPE -807
1005 #define ER_CSS_PTHREAD_MUTEXATTR_GETTYPE -808
1006 #define ER_CSS_PTHREAD_COND_INIT -809
1007 #define ER_CSS_PTHREAD_COND_DESTROY -810
1008 #define ER_CSS_PTHREAD_COND_WAIT -811
1009 #define ER_CSS_PTHREAD_COND_TIMEDWAIT -812
1010 #define ER_CSS_PTHREAD_COND_SIGNAL -813
1011 #define ER_CSS_PTHREAD_COND_BROADCAST -814
1012 #define ER_CSS_PTHREAD_KEY_CREATE -815
1013 #define ER_CSS_PTHREAD_KEY_DELETE -816
1014 #define ER_CSS_PTHREAD_SETSPECIFIC -817
1015 #define ER_CSS_PTHREAD_GETSPECIFIC -818
1016 #define ER_CSS_PTHREAD_ONCE -819
1017 #define ER_CSS_CONN_INIT -820
1018 #define ER_CSS_CONN_SHUTDOWN -821
1019 #define ER_CSS_CONN_GET_NEXT_CLIENT_ID -822
1020 #define ER_CSS_LIST_INIT -823
1021 #define ER_CSS_LIST_FINAL -824
1022 
1023 #define ER_IO_PREAD -825
1024 #define ER_IO_PWRITE -826
1025 
1026 #define ER_CSS_INVALID_RETURN_VALUE -827
1027 #define ER_CS_INVALID_INDEX -828
1028 #define ER_CS_UNLOCKED_BEFORE -829
1029 
1030 #define ER_QM_QENTRY_RUNOUT -830
1031 
1032 #define ER_TM_TOO_MANY_CLIENTS -831
1033 
1034 #define ER_LOG_BKUP_DUPLICATE_REQUESTS -832
1035 
1036 #define ER_SM_INDEX_AMBIGUOUS -833
1037 
1038 #define ER_QSTR_TONUM_FORMAT_MISMATCH -834
1039 
1040 #define ER_DO_UNDEFINED_CST_ITEM -835
1041 
1042 #define ER_PAGE_LATCH_TIMEDOUT -836
1043 
1044 #define ER_AU_USER_HAS_DATABASE_OBJECTS -837
1045 
1046 #define ER_NOT_ENOUGH_SCANID_BIT -838 /* Obsolete */
1047 
1048 #define ER_PRM_BAD_VALUE -839
1049 #define ER_PRM_CANNOT_CHANGE -840
1050 
1051 #define ER_NOT_SOLE_TRAN -841
1052 
1053 #define ER_LC_LOCK_CACHE_ERROR -842
1054 
1055 #define ER_LK_BAD_ARGUMENT -843
1056 #define ER_LK_UNKNOWN_ISOLATION -844
1057 #define ER_LK_INVALID_OBJECT_TYPE -845
1058 #define ER_LK_NOTFOUND_IN_LOCK_HOLDER_LIST -846
1059 #define ER_LK_NOTFOUND_IN_TRAN_HOLD_LIST -847
1060 #define ER_LK_NOTFOUND_IN_TRAN_NON2PL_LIST -848
1061 #define ER_LK_ABORT_TRAN_TWICE -849
1062 #define ER_LK_LOST_TRANSACTION -850
1063 #define ER_LK_ALLOC_RESOURCE -851
1064 #define ER_LK_TOTAL_HOLDERS_MODE -852
1065 #define ER_LK_FAULT_GRANTED_MODE -853
1066 #define ER_LK_LOCK_WAITER_ONLY -854
1067 #define ER_LK_MANY_LOCK_WAIT_TRAN -855
1068 #define ER_LK_STRANGE_LOCK_WAIT -856
1069 
1070 #define ER_IO_TRUNCATE -857
1071 
1072 #define ER_BO_UNKNOWN_VOLUME -858
1073 
1074 #define ER_PAGE_LATCH_ABORTED -859
1075 
1076 #define ER_LOG_2PC_CANNOT_START -860
1077 #define ER_LOG_2PC_NOT_STARTED -861
1078 #define ER_LOG_CANNOT_SET_GTRINFO -862
1079 #define ER_LOG_CANNOT_GET_GTRINFO -863
1080 
1081 #define ER_IO_CANNOT_OPEN_VERBOSE_FILE -864
1082 
1083 #define ER_DO_UNKNOWN_HOSTVAR_TYPE -865
1084 
1085 #define ER_AU_FAIL_TO_PKI_AUTHENTICATION -873
1086 
1087 #define ER_QPROC_POWER_ERROR -874
1088 #define ER_QPROC_OVERFLOW_POWER -875
1089 
1090 
1091 #define ER_NODATA_TOBE_UNLOADED -877
1092 #define ER_CFG_INVALID_DATABASES -878
1093 
1094 #define ER_IO_CANNOT_GET_PERMISSION -879
1095 #define ER_IO_CANNOT_CHANGE_PERMISSION -880
1096 #define ER_IO_GET_LOCK_FAIL -881
1097 #define ER_IO_RELEASE_LOCK_FAIL -882
1098 
1099 #define ER_TM_GET_STAT_FAIL -883
1100 #define ER_TM_IS_NOT_WRITEABLE -884
1101 #define ER_TM_CROSS_DEVICE_LINK -885
1102 
1103 #define ER_UNIQUE_VIOLATION_WITHKEY -886
1104 
1105 #define ER_SP_ALREADY_EXIST -887
1106 #define ER_SP_INVALID_PARAM_COUNT -888
1107 #define ER_SP_EXECUTE_ERROR -889
1108 
1109 #define ER_PARTITION_WORK_FAILED -890
1110 #define ER_PARTITION_NOT_EXIST -891
1111 
1112 #define ER_SM_PRIMARY_KEY_EXISTS -892
1113 #define ER_SM_ATTRIBUTE_PRIMARY_KEY_MEMBER -893
1114 
1115 #define ER_SP_NOT_EXIST -894
1116 #define ER_SP_INVALID_TYPE -895
1117 
1118 #define ER_IO_LZ4_COMPRESS_FAIL -896
1119 #define ER_IO_LZ4_DECOMPRESS_FAIL -897
1120 
1121 #define ER_REPL_ERROR -898
1122 
1123 #define ER_INVALID_PARTITION_REQUEST -899
1124 
1125 #define ER_SP_JVM_LIB_NOT_FOUND -900
1126 #define ER_SP_CANNOT_START_JVM -901
1127 #define ER_SP_NOT_RUNNING_JVM -902
1128 #define ER_SP_CANNOT_CONNECT_JVM -903
1129 #define ER_SP_INVALID_NAME -904
1130 #define ER_SP_NETWORK_ERROR -905
1131 #define ER_SP_INVAILD_JAVA_METHOD -906
1132 #define ER_SP_DROP_NOT_ALLOWED -907
1133 #define ER_SP_TOO_MANY_ARG_COUNT -908
1134 
1135 #define ER_BO_MISSING_OR_INVALID_CATALOG -909
1136 
1137 #define ER_NOT_ALLOWED_ACCESS_TO_PARTITION -910
1138 
1139 #define ER_SP_CANNOT_RETURN_RESULTSET -911
1140 #define ER_SP_CANNOT_INPUT_RESULTSET -912
1141 #define ER_SP_TOO_MANY_NESTED_CALL -913
1142 
1143 #define ER_AUTO_INCREMENT_SERIAL_ALREADY_EXIST -914
1144 #define ER_INCREMENT_VALUE_CANNOT_BE_ZERO -915
1145 
1146 #define ER_IO_RESTORE_BKVOL_NOT_INC_ACTIVE_LOG -916
1147 #define ER_IO_RESTORE_ACTIVE_LOG_EXIST -917
1148 
1149 #define ER_FK_UNKNOWN_REF_CLASSNAME -918
1150 #define ER_FK_REF_CLASS_HAS_NOT_PK -919
1151 #define ER_FK_NOT_HAVE_PK_MEMBER -920
1152 #define ER_FK_HAS_DEFFERENT_TYPE_WITH_PK -921
1153 #define ER_FK_INVALID -922
1154 #define ER_FK_CANT_DROP_PK_REFERRED -923
1155 #define ER_FK_RESTRICT -924
1156 #define ER_FK_NOT_GRANTED_LOCK -925
1157 #define ER_FK_CANT_DELETE_INSTANCE -926
1158 #define ER_FK_NOT_MATCH_KEY_COUNT -927
1159 #define ER_FK_CANT_ASSIGN_CACHE_ATTR -928 /* not used */
1160 #define ER_FK_CANT_ON_VCLASS -929
1161 #define ER_FK_CANT_DROP_CACHE_ATTR -930 /* not used */
1162 
1163 #define ER_AUTO_INCREMENT_STARTVAL_MUST_LT_MAXVAL -931
1164 
1165 #define ER_DISK_CANNOT_REPAIR_INCONSISTENT_NFREE_PAGES -932
1166 #define ER_DISK_CANNOT_REPAIR_INCONSISTENT_NFREE_SECTS -933
1167 
1168 #define ER_MR_NULL_DOMAIN -934
1169 
1170 #define ER_QPROC_FUNCTION_ARG_ERROR -935
1171 #define ER_QPROC_OVERFLOW_EXP -936
1172 
1173 #define ER_INTERFACE_DBMS -937
1174 #define ER_INTERFACE_INVALID_ARGUMENT -938
1175 #define ER_INTERFACE_TOO_MANY_CONNECTION -939
1176 #define ER_INTERFACE_INVALID_HANDLE -940
1177 #define ER_INTERFACE_NOT_SUPPORTED_OPERATION -941
1178 #define ER_INTERFACE_HANDLE_TIMEOUT -942
1179 #define ER_INTERFACE_GENERIC -943
1180 #define ER_INTERFACE_NOT_PREPARED -944
1181 #define ER_INTERFACE_HAS_NO_RESULT_SET -945
1182 #define ER_INTERFACE_NOT_EXECUTED -946
1183 #define ER_INTERFACE_NO_MORE_RESULT -947
1184 #define ER_INTERFACE_NOT_ENOUGH_DATA_SIZE -948
1185 #define ER_INTERFACE_NO_AVAILABLE_INFORMATION -949
1186 #define ER_INTERFACE_INVALID_NAME -950
1187 #define ER_INTERFACE_RESULTSET_NOT_UPDATABLE -951
1188 #define ER_INTERFACE_ROW_IS_DELETED -952
1189 #define ER_INTERFACE_PARAM_IS_NOT_SET -953
1190 #define ER_INTERFACE_IS_NOT_BATCH_STATEMENT -954
1191 #define ER_INTERFACE_CANNOT_CLEAR_BATCH -955
1192 #define ER_INTERFACE_CANNOT_BATCH_EXECUTE -956
1193 #define ER_INTERFACE_IS_PREPARED_STATEMENT -957
1194 #define ER_INTERFACE_IS_NOT_PREPARED_STATEMENT -958
1195 #define ER_INTERFACE_IS_BATCH_STATEMENT -959
1196 #define ER_INTERFACE_NO_MORE_ERROR -960
1197 #define ER_INTERFACE_END_OF_CURSOR -961
1198 #define ER_INTERFACE_NO_MORE_MEMORY -962
1199 #define ER_INTERFACE_BROKER -963
1200 #define ER_INTERFACE_RESULTSET_CLOSED -964
1201 #define ER_SM_INDEX_ATTR_DUPLICATED -965
1202 
1203 #define ER_LK_OBJECT_DL_TIMEOUT_SIMPLE_MSG -966
1204 #define ER_LK_OBJECT_DL_TIMEOUT_CLASS_MSG -967
1205 #define ER_LK_OBJECT_DL_TIMEOUT_CLASSOF_MSG -968
1206 
1207 #define ER_NET_DIFFERENT_BIT_PLATFORM -969
1208 
1209 #define ER_CSS_SERVER_HA_MODE_CHANGE -970
1210 
1211 #define ER_BO_CONNECTED_TO -971
1212 #define ER_BO_CLIENT_CONNECTED -972
1213 #define ER_BO_SERVER_STATUS -973
1214 
1215 #define ER_LOG_ARCHIVE_CREATED -974
1216 
1217 #define ER_REPL_MULTI_UPDATE_UNIQUE_VIOLATION -975
1218 
1219 #define ER_FILE_TABLE_OVERFLOW -976
1220 
1221 #define ER_LOG_CHECKPOINT_STARTED -977
1222 #define ER_LOG_CHECKPOINT_FINISHED -978
1223 
1224 #define ER_QPROC_CYCLE_DETECTED -979
1225 
1226 #define ER_MNT_WAITING_THREAD -980
1227 #define ER_MNT_STATS_THRESHOLD -981
1228 
1229 #define ER_INTERRUPTING -982
1230 
1231 #define ER_REFERENCE_TO_NON_REFERABLE_NOT_ALLOWED -983
1232 
1233 #define ER_PRM_CONFLICT_EXISTS_ON_MULTIPLE_SECTIONS -984
1234 #define ER_NET_NO_EXPLICIT_SERVER_HOST -985
1235 
1236 #define ER_HB_STARTED -986
1237 #define ER_HB_STOPPED -987
1238 #define ER_HB_NODE_EVENT -988
1239 #define ER_HB_PROCESS_EVENT -989
1240 #define ER_HB_COMMAND_EXECUTION -990
1241 
1242 #define ER_LOG_FLUSH_VICTIM_STARTED -991
1243 #define ER_LOG_FLUSH_VICTIM_FINISHED -992
1244 #define ER_QPROC_OVERFLOW_BITOP -993
1245 #define ER_IT_IS_DISALLOWED_AS_PREPARED -994
1246 #define ER_IT_PREPARED_NAME_NOT_FOUND -995
1247 #define ER_IT_INCORRECT_HOSTVAR_COUNT -996
1248 #define ER_FK_CANT_ON_PARTITION -997
1249 #define ER_FK_MUST_NOT_BE_NOT_NULL -998
1250 
1251 #define ER_SM_CANT_COPY_WITH_FEATURE -999
1252 #define ER_SM_ONLY_NORMAL_ATTRIBUTES -1000
1253 
1254 #define ER_UNEXPECTED -1001
1255 #define ER_CANNOT_GET_LOCK -1002
1256 #define ER_SM_CONSTRAINT_HAS_DIFFERENT_TYPE -1003
1257 #define ER_SM_FK_MYSQL_DIFFERENT -1004
1258 #define ER_SM_INDEX_PREFIX_LENGTH_ON_UNIQUE_FOREIGN -1007
1259 #define ER_SM_INDEX_PREFIX_LENGTH_ON_PARTITIONED_CLASS -1008
1260 
1261 #define ER_COMPACTDB_ALREADY_STARTED -1009
1262 #define ER_SM_INVALID_INDEX_WITH_PREFIX_TYPE -1010
1263 #define ER_FK_CANT_ON_SHARED_ATTRIBUTE -1011
1264 #define ER_CREATE_AS_SELECT_NULL_TYPE -1012
1265 
1266 #define ER_SM_DEFAULT_NOT_ALLOWED -1013
1267 #define ER_SM_NOT_NULL_NOT_ALLOWED -1014
1268 
1269 #define ER_BO_DIRECTORY_DOESNOT_EXIST -1015
1270 
1271 #define ER_ES_GENERAL -1016
1272 #define ER_ES_INVALID_PATH -1017
1273 #define ER_ES_COPY_TO_DIFFERENT_TYPE -1018
1274 #define ER_ES_NO_LOB_PATH -1019
1275 #define ER_ES_FILE_NOT_FOUND -1020
1276 #define ER_LK_DEADLOCK_CYCLE_DETECTED -1021
1277 
1278 #define ER_SM_INVALID_PREFIX_LENGTH -1022
1279 
1280 #define ER_HA_LA_REPL_FILTER_GENERIC -1023
1281 #define ER_HA_LW_FAILED_GET_LOG_PAGE -1024
1282 #define ER_HA_REPL_DELAY_DETECTED -1025
1283 #define ER_HA_REPL_DELAY_RESOLVED -1026
1284 #define ER_HA_LA_FAILED_TO_CHANGE_STATE -1027
1285 #define ER_HA_LA_UNEXPECTED_EOF_IN_ARCHIVE_LOG -1028
1286 #define ER_HA_LA_INVALID_REPL_LOG_PAGEID_OFFSET -1029
1287 #define ER_HA_LA_INVALID_REPL_LOG_RECORD -1030
1288 #define ER_HA_LA_FAILED_TO_APPLY_STATEMENT -1031
1289 #define ER_HA_LA_FAILED_TO_APPLY_INSERT -1032
1290 #define ER_HA_LA_FAILED_TO_APPLY_UPDATE -1033
1291 #define ER_HA_LA_FAILED_TO_APPLY_DELETE -1034
1292 #define ER_HA_LA_EXCEED_MAX_MEM_SIZE -1035
1293 #define ER_HA_LA_STOPPED_BY_SIGNAL -1036
1294 #define ER_HA_LW_STOPPED_BY_SIGNAL -1037
1295 #define ER_HA_LA_STARTED -1038
1296 #define ER_HA_LW_STARTED -1039
1297 #define ER_HA_GENERIC_ERROR -1040
1298 
1299 #define ER_QPROC_SIZE_STRING_TRUNCATED -1041
1300 #define ER_QPROC_STRING_SIZE_TOO_BIG -1042
1301 
1302 #define ER_ALTER_CHANGE_CLASS_HIERARCHY -1043
1303 #define ER_ALTER_CHANGE_PARTITIONS -1044
1304 #define ER_ALTER_CHANGE_FK -1045
1305 #define ER_ALTER_CHANGE_TYPE_NOT_SUPP -1046
1306 #define ER_ALTER_CHANGE_TYPE_NEED_ROW_CHECK -1047
1307 #define ER_ALTER_CHANGE_TYPE_WITH_AUTO_INCR -1048
1308 #define ER_ALTER_CHANGE_TYPE_UPGRADE_CFG -1049
1309 #define ER_ALTER_CHANGE_TYPE_WITH_INDEX -1050
1310 #define ER_ALTER_CHANGE_GAIN_CONSTRAINT -1051
1311 #define ER_ALTER_CHANGE_WARN_NO_CHANGE -1052
1312 
1313 #define ER_REPLACE_ODKU_NOT_ALLOWED -1053
1314 
1315 #define ER_AUTO_INCREMENT_NEWVAL_MUST_GT_OLDVAL -1054
1316 #define ER_AUTO_INCREMENT_NEWVAL_MUST_LT_MAXVAL -1055
1317 #define ER_AUTO_INCREMENT_SINGLE_COL_AMBIGUITY -1056
1318 
1319 #define ER_NOTNULL_ON_TYPE_WITHOUT_DEFAULT_VALUE -1057
1320 
1321 #define ER_ALTER_CHANGE_TRUNC_OVERFLOW_NOT_ALLOWED -1058
1322 #define ER_ALTER_CHANGE_CAST_FAILED_SET_DEFAULT -1059
1323 #define ER_ALTER_CHANGE_CAST_FAILED_SET_MIN -1060
1324 #define ER_ALTER_CHANGE_CAST_FAILED_SET_MAX -1061
1325 #define ER_ALTER_CHANGE_MULTIPLE_PK -1062
1326 
1327 #define ER_SM_ATTR_NOT_NULL -1063
1328 #define ER_ALTER_CHANGE_ADD_NOT_NULL_SET_HARD_DEFAULT -1064
1329 #define ER_ALTER_CHANGE_HARD_DEFAULT_NOT_EXIST -1065
1330 
1331 #define ER_SES_SESSION_EXPIRED -1066
1332 #define ER_CANNOT_HAVE_NOTNULL_DEFAULT_NULL -1067
1333 
1334 #define ER_TR_MAX_DEPTH_TOO_BIG -1068
1335 
1336 #define ER_SES_TOO_MANY_STATEMENTS -1069
1337 
1338 #define ER_SES_VARIABLE_NOT_FOUND -1070
1339 #define ER_SES_TOO_MANY_VARIABLES -1071
1340 #define ER_INACCESSIBLE_IP -1072
1341 #define ER_INVALID_ACCESS_IP_CONTROL_FILE_FORMAT -1073
1342 #define ER_OPEN_ACCESS_LIST_FILE -1074
1343 
1344 #define ER_DESC_ISCAN_ABORTED -1075
1345 
1346 #define ER_BO_CANT_LOAD_SYSPRM -1076
1347 
1348 #define ER_PRM_UNKNOWN_SYSPRM -1077
1349 
1350 #define ER_INVALID_CHAR -1078
1351 #define ER_INVALID_SERVER_CHARSET -1079
1352 
1353 #define ER_SM_INVALID_FILTER_PREDICATE_LENGTH -1080
1354 #define ER_SM_ALTER_COLUMN_WITH_FILTER_PRED -1081
1355 
1356 #define ER_PB_ALL_BUFFERS_DIRTY -1082
1357 
1358 #define ER_LK_DEADLOCK_SPECIFIC_INFO -1083
1359 
1360 #define ER_LOG_CHECKPOINT_SKIP_INVALID_PAGE -1084
1361 
1362 #define ER_REGEX_COMPILE_ERROR -1085
1363 #define ER_REGEX_EXEC_ERROR -1086
1364 
1365 #define ER_LOG_BACKUP_CS_ENTER -1087
1366 #define ER_LOG_BACKUP_CS_EXIT -1088
1367 
1368 #define ER_HF_MAX_BESTSPACE_ENTRIES -1089
1369 
1370 #define ER_LOC_INIT -1090
1371 #define ER_LOC_GEN -1091
1372 #define ER_CANNOT_PREPARE_WITH_HOST_VAR -1092
1373 
1374 #define ER_OPFUNC_INET_ATON_ARG -1093
1375 #define ER_OPFUNC_INET_NTOA_ARG -1094
1376 
1377 #define ER_USER_NAME_TOO_LONG -1095
1378 
1379 #define ER_ALTER_PARTITIONS_FK_NOT_ALLOWED -1096
1380 #define ER_CANNOT_HAVE_PK_DEFAULT_NULL -1097
1381 
1382 #define ER_LANG_CODESET_NOT_AVAILABLE -1098
1383 
1384 #define ER_BLOCK_DDL_STMT -1099
1385 #define ER_BLOCK_NOWHERE_STMT -1100
1386 
1387 #define ER_CANNOT_GET_KEY_LOCK -1101
1388 
1389 #define ER_PRM_BAD_VALUE_NO_DATA -1102
1390 #define ER_PRM_CANNOT_CHANGE_NO_DATA -1103
1391 
1392 #define ER_SLOW_QUERY -1104
1393 
1394 #define ER_LC_PARTIALLY_FAILED_TO_FLUSH -1105
1395 
1396 #define ER_MERGE_TOO_MANY_SOURCE_ROWS -1106
1397 
1398 #define ER_NTILE_INVALID_BUCKET_NUMBER -1107
1399 
1400 #define ER_PROC_WIDTH_BUCKET_COUNT -1108
1401 
1402 #define ER_INVALID_DATA_FOR_PARTITION -1109
1403 
1404 #define ER_BTREE_NO_SPACE -1110
1405 
1406 #define ER_DATA_IS_TRUNCATED_TO_PRECISION -1111
1407 
1408 #define ER_CHAR_CONV_NO_MATCH -1112
1409 
1410 #define ER_BINARY_HEAP_OUT_OF_RANGE -1113
1411 
1412 #define ER_ARG_OUT_OF_RANGE -1114
1413 
1414 #define ER_LOG_STARTED_TO_UPDATE_STATISTICS -1115
1415 #define ER_LOG_FINISHED_TO_UPDATE_STATISTICS -1116
1416 
1417 #define ER_ALTER_CHANGE_ATTR_TO_FROM_SHARED_NOT_ALLOWED -1117
1418 
1419 #define ER_ARG_CAN_NOT_BE_CASTED_TO_DESIRED_DOMAIN -1118
1420 
1421 #define ER_FILE_INCONSISTENT_PAGE_NOT_ALLOCED -1119
1422 #define ER_FILE_INCONSISTENT_PAGE_ALLOCED -1120
1423 
1424 #define ER_NOT_NULL_DOES_NOT_ALLOW_NULL_VALUE -1121
1425 
1426 #define ER_NET_DATA_RECEIVE_TIMEDOUT -1122
1427 
1428 #define ER_CSS_PTHREAD_COND_TIMEDOUT -1123
1429 
1430 #define ER_QUERY_EXECUTION_ERROR -1124
1431 
1432 #define ER_BTREE_CREATED_OVERFLOW_KEY -1125
1433 
1434 #define ER_BTREE_CREATED_OVERFLOW_PAGE -1126
1435 #define ER_BTREE_DELETED_OVERFLOW_PAGE -1127
1436 
1437 #define ER_LOG_RECOVERY_STARTED -1128
1438 
1439 #define ER_LOG_RECOVERY_FINISHED -1129
1440 
1441 #define ER_LK_ROLLBACK_ON_LOCK_ESCALATION -1130
1442 
1443 #define ER_SP_INVALID_HEADER -1131
1444 
1445 #define ER_ENCRYPTION_LIB_FAILED -1132
1446 
1447 #define ERR_CSS_COPYLOG_ALREADY_EXISTS -1133
1448 #define ERR_CSS_APPLYLOG_ALREADY_EXISTS -1134
1449 
1450 #define ER_BTREE_CORRUPT_PREV_LINK -1135
1451 #define ER_BTREE_REPAIR_PREV_LINK -1136
1452 
1453 #define ER_MAX_RECURSION_SQL_DEPTH -1137
1454 
1455 #define ER_NET_HS_INCOMPAT_INTERRUPTIBILITY -1138
1456 #define ER_NET_HS_INCOMPAT_RW_MODE -1139
1457 #define ER_NET_HS_HA_REPL_DELAY -1140
1458 #define ER_NET_HS_HA_REPLICA_ONLY -1141
1459 #define ER_NET_HS_REMOTE_DISABLED -1142
1460 #define ER_NET_HS_UNKNOWN_SERVER_REL -1143
1461 
1462 #define ERR_CSS_TCP_CONNECT_TIMEDOUT -1144
1463 
1464 #define ER_AU_CANT_ALTER_OWNER_OF_SYSTEM_CLASS -1145
1465 #define ER_DIAG_VOLID_NOT_EXIST -1146
1466 
1467 #define ER_ALL_PLAN_CACHE_ENTRIES_ARE_FIXED -1147
1468 #define ER_ALL_FILTER_PRED_CACHE_ENTRIES_ARE_FIXED -1148
1469 
1470 #define ER_DIAG_PAGE_NOT_FOUND -1149
1471 
1472 #define ER_QSTR_INCOMPATIBLE_COLLATIONS -1150
1473 
1474 #define ER_DIAG_NOT_SPAGE -1151
1475 
1476 #define ER_KILL_TR_NOT_ALLOWED -1152
1477 
1478 #define ER_ATTEMPT_TO_USE_ZERODATE -1153
1479 
1480 #define ER_MVCC_NOT_SATISFIED_REEVALUATION -1154
1481 #define ER_MVCC_ROW_INVALID_FOR_DELETE -1155
1482 #define ER_MVCC_CANT_GET_SNAPSHOT -1156
1483 #define ER_MVCC_LOG_INVALID_ISOLATION_LEVEL -1157
1484 #define ER_MVCC_SERIALIZABLE_CONFLICT -1158
1485 
1486 #define ER_TZ_COMPILE_ERROR -1159
1487 #define ER_TZ_LOAD_ERROR -1160
1488 #define ER_TZ_INTERNAL_ERROR -1161
1489 #define ER_TZ_INVALID_TIMEZONE -1162
1490 #define ER_TZ_INVALID_DST -1163
1491 #define ER_TZ_DST_NOT_SUPPORTED -1164
1492 #define ER_TZ_INVALID_COMBINATION -1165
1493 #define ER_TZ_DURING_DS_LEAP -1166
1494 
1495 #define ER_AU_COMMENT_OVERFLOW -1167
1496 
1497 #define ER_UPDATE_STAT_CANNOT_GET_LOCK -1168
1498 
1499 #define ER_SM_INVALID_UNIQUE_IDX_PARTITION -1169
1500 
1501 #define ER_LC_FAILED_TO_FLUSH_REPL_ITEMS -1170
1502 
1503 #define ER_NOT_A_EMPTY_VOLUME -1171
1504 
1505 #define ER_PERCENTILE_FUNC_INVALID_PERCENTILE_RANGE -1172
1506 #define ER_PERCENTILE_FUNC_PERCENTILE_CHANGED_IN_GROUP -1173
1507 
1508 #define ER_INHERIT_FROM_PARTITION_TABLE -1174
1509 
1510 #define ER_TZ_GEOGRAPHIC_ZONE -1175
1511 
1512 #define ER_PAGE_LATCH_PROMOTE_FAIL -1176
1513 
1514 #define ER_TZ_INCOMPATIBLE_TIMEZONE_LIBRARIES -1177
1515 
1516 #define ER_LF_BITMAP_INVALID_FREE -1178
1517 
1518 #define ER_HEAP_FOUND_NOT_VACUUMED -1179
1519 #define ER_INDEX_FOUND_NOT_VACUUMED -1180
1520 #define ER_VACUUM_CS_NOT_AVAILABLE -1181
1521 
1522 #define ER_PB_ORDERED_REFIX_FAILED -1182
1523 #define ER_PB_ORDERED_INCONSISTENCY -1183
1524 #define ER_PB_ORDERED_TOO_MANY_RETRIES -1184
1525 #define ER_PB_UNEXPECTED_PAGE_REFIX -1185
1526 
1527 #define ER_CHKSUM_GENERIC_ERR -1186
1528 
1529 #define ER_PB_ORDERED_NO_HEAP -1187
1530 
1531 #define ER_AU_NOT_ALLOW_TO_DROP_ACTIVE_USER -1188
1532 
1533 #define ER_TZ_DURING_OFFSET_RULE_LEAP -1189
1534 
1535 #define ER_STAND_ALONE_VACUUM_START -1190
1536 #define ER_STAND_ALONE_VACUUM_END -1191
1537 
1538 #define ER_PRECISION_OVERFLOW -1192
1539 #define ER_PARTITION_EXPRESSION_TOO_LONG -1193
1540 
1541 #define ER_CANNOT_CHECK_FILE -1194
1542 
1543 #define ER_BUILDVALUE_IN_REC_CTE -1195
1544 #define ER_CTE_MAX_RECURSION_REACHED -1196
1545 
1546 #define ER_JSON_INVALID_JSON -1197
1547 #define ER_JSON_NO_JSON_OBJECT_PROVIDED -1198
1548 #define ER_JSON_INVALIDATED_BY_SCHEMA -1199
1549 #define ER_JSON_INVALID_PATH -1200
1550 #define ER_JSON_OBJECT_NAME_IS_NULL -1201
1551 #define ER_JSON_PATH_DOES_NOT_EXIST -1202
1552 #define ER_JSON_EXPECTED_OTHER_TYPE -1203
1553 #define ER_JSON_DUPLICATE_KEY -1204
1554 #define ER_JSON_EXPECTING_JSON_DOC -1205
1555 
1556 #define ER_JSON_PATH_IS_NOT_ARRAY_CELL -1206
1557 #define ER_JSON_ARRAY_INDEX_TOO_LARGE -1207
1558 #define ER_INVALID_ONE_ALL_ARGUMENT -1208
1559 #define ER_JSON_RESERVED_ERROR_4 -1209
1560 #define ER_JSON_RESERVED_ERROR_5 -1210
1561 #define ER_JSON_RESERVED_ERROR_6 -1211
1562 #define ER_JSON_RESERVED_ERROR_7 -1212
1563 #define ER_JSON_RESERVED_ERROR_8 -1213
1564 #define ER_JSON_RESERVED_ERROR_9 -1214
1565 
1566 #define ER_STREAM_NO_MORE_DATA -1215
1567 #define ER_STREAM_UNPACKING_INV_OBJ_ID -1216
1568 #define ER_STREAM_RESERVED_2 -1217
1569 #define ER_STREAM_RESERVED_3 -1218
1570 #define ER_STREAM_RESERVED_4 -1219
1571 #define ER_STREAM_RESERVED_5 -1220
1572 #define ER_STREAM_RESERVED_6 -1221
1573 #define ER_STREAM_RESERVED_7 -1222
1574 #define ER_STREAM_RESERVED_8 -1223
1575 #define ER_STREAM_RESERVED_9 -1224
1576 #define ER_STREAM_RESERVED_10 -1225
1577 #define ER_STREAM_RESERVED_11 -1226
1578 #define ER_STREAM_RESERVED_12 -1227
1579 #define ER_STREAM_RESERVED_13 -1228
1580 #define ER_STREAM_RESERVED_14 -1229
1581 #define ER_STREAM_RESERVED_15 -1230
1582 #define ER_STREAM_RESERVED_16 -1231
1583 #define ER_STREAM_RESERVED_17 -1232
1584 #define ER_STREAM_RESERVED_18 -1233
1585 #define ER_STREAM_RESERVED_19 -1234
1586 #define ER_STREAM_RESERVED_20 -1235
1587 
1588 #define ER_DWB_DISABLED -1236
1589 
1590 #define ER_SM_INDEX_STATUS_CHANGE_NOT_ALLOWED -1237
1591 #define ER_JSON_TABLE_ON_EMPTY_ERROR -1238
1592 #define ER_JSON_TABLE_ON_ERROR_INCOMP_DOMAIN -1239
1593 #define ER_SM_ONLINE_INDEX_ON_HIERARCHY -1240
1594 
1595 #define ER_QPROC_XASLNODE_RECOMPILE_REQUESTED -1241
1596 
1597 #define ER_SM_NO_PARTITION_ON_HIERARCHIES -1242
1598 
1599 #define ER_IB_ERROR_ABORT -1243
1600 
1601 #define ER_LDR_SHARED_NOT_SUPPORTED -1244
1602 #define ER_LDR_CLASS_NOT_SUPPORTED -1245
1603 
1604 #define ER_GAI_ERROR -1246
1605 
1606 #define ER_LOG_UPTODATE_ERROR -1247
1607 
1608 #define ER_TDE_INVALID_KEYS_FILE -1248
1609 #define ER_TDE_MASTER_KEY_NOT_FOUND -1249
1610 #define ER_TDE_INVALID_MASTER_KEY -1250
1611 #define ER_TDE_ENCRYPTION_ERROR -1251
1612 #define ER_TDE_DECRYPTION_ERROR -1252
1613 #define ER_TDE_CIPHER_IS_NOT_LOADED -1253
1614 #define ER_TDE_KEY_CREATION_FAIL -1254
1615 #define ER_TDE_CIPHER_LOAD_FAIL -1255
1616 #define ER_TDE_COPY_KEYS_FILE_FAIL -1256
1617 #define ER_TDE_BACKUP_KEYS_FILE_FAIL -1257
1618 #define ER_TDE_RESTORE_KEY_FOUND_ONLY_FROM_BACKUP -1258
1619 #define ER_TDE_RESTORE_MAKE_KEYS_FILE_OLD -1259
1620 #define ER_TDE_RESTORE_COPY_KEYS_FILE -1260
1621 #define ER_TDE_RESTORE_CHANGE_MASTER_KEY -1261
1622 #define ER_TDE_MAX_KEY_FILE -1262
1623 #define ER_TDE_ENCRYPTION_LOGPAGE_ERORR_AND_OFF_TDE -1263
1624 
1625 #define ER_SCALABILITY_DEV_RESERVED_ERROR01 -1264
1626 #define ER_SCALABILITY_DEV_RESERVED_ERROR02 -1265
1627 #define ER_SCALABILITY_DEV_RESERVED_ERROR03 -1266
1628 #define ER_SCALABILITY_DEV_RESERVED_ERROR04 -1267
1629 #define ER_SCALABILITY_DEV_RESERVED_ERROR05 -1268
1630 #define ER_SCALABILITY_DEV_RESERVED_ERROR06 -1269
1631 #define ER_SCALABILITY_DEV_RESERVED_ERROR07 -1270
1632 #define ER_SCALABILITY_DEV_RESERVED_ERROR08 -1271
1633 #define ER_SCALABILITY_DEV_RESERVED_ERROR09 -1272
1634 #define ER_SCALABILITY_DEV_RESERVED_ERROR10 -1273
1635 #define ER_SCALABILITY_DEV_RESERVED_ERROR11 -1274
1636 #define ER_SCALABILITY_DEV_RESERVED_ERROR12 -1275
1637 #define ER_SCALABILITY_DEV_RESERVED_ERROR13 -1276
1638 #define ER_SCALABILITY_DEV_RESERVED_ERROR14 -1277
1639 #define ER_SCALABILITY_DEV_RESERVED_ERROR15 -1278
1640 #define ER_SCALABILITY_DEV_RESERVED_ERROR16 -1279
1641 #define ER_SCALABILITY_DEV_RESERVED_ERROR17 -1280
1642 #define ER_SCALABILITY_DEV_RESERVED_ERROR18 -1281
1643 #define ER_SCALABILITY_DEV_RESERVED_ERROR19 -1282
1644 #define ER_SCALABILITY_DEV_RESERVED_ERROR20 -1283
1645 
1646 #define ER_LAST_ERROR -1284
1647 
1648 /*
1649  * CAUTION!
1650  *
1651  * When an entry is added here please ensure that the msg/<locale>/cubrid.msg
1652  * files are updated with matching error strings. See message_catalog.c for
1653  * details.
1654  * ER_LAST_ERROR must also be updated.
1655  */
1656 
1657 #endif /* _ERROR_CODE_H_ */