source: Ballon/out/artifacts/geisa_artifact/WEB-INF/lib/mysql-connector-java-5.1.21/src/com/mysql/jdbc/MysqlErrorNumbers.java @ 848

Last change on this file since 848 was 766, checked in by npipsl, 11 years ago
File size: 78.7 KB
Line 
1/*
2 Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
3 
4
5  The MySQL Connector/J is licensed under the terms of the GPLv2
6  <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors.
7  There are special exceptions to the terms and conditions of the GPLv2 as it is applied to
8  this software, see the FLOSS License Exception
9  <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
10
11  This program is free software; you can redistribute it and/or modify it under the terms
12  of the GNU General Public License as published by the Free Software Foundation; version 2
13  of the License.
14
15  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
16  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17  See the GNU General Public License for more details.
18
19  You should have received a copy of the GNU General Public License along with this
20  program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
21  Floor, Boston, MA 02110-1301  USA
22
23
24 
25 */
26package com.mysql.jdbc;
27
28/**
29 * Constants representing MySQL error numbers returned by the server in error
30 * messages.
31 *
32 * @author Mark Matthews
33 *
34 * @version $Id: MysqlErrorNumbers.java,v 1.1.2.1 2005/05/13 18:58:38 mmatthews
35 *          Exp $
36 */
37public final class MysqlErrorNumbers {
38
39        public final static int ER_ERROR_MESSAGES                                                       =  298;
40        public final static int ER_HASHCHK                                                              = 1000;
41        public final static int ER_NISAMCHK                                                             = 1001;
42        public final static int ER_NO                                                                           = 1002;
43        public final static int ER_YES                                                                          = 1003;
44        public final static int ER_CANT_CREATE_FILE                                             = 1004;
45        public final static int ER_CANT_CREATE_TABLE                                            = 1005;
46        public final static int ER_CANT_CREATE_DB                                                       = 1006;
47        public final static int ER_DB_CREATE_EXISTS                                             = 1007;
48        public final static int ER_DB_DROP_EXISTS                                                       = 1008;
49        public final static int ER_DB_DROP_DELETE                                                       = 1009;
50        public final static int ER_DB_DROP_RMDIR                                                        = 1010;
51        public final static int ER_CANT_DELETE_FILE                                             = 1011;
52        public final static int ER_CANT_FIND_SYSTEM_REC                                         = 1012;
53        public final static int ER_CANT_GET_STAT                                                        = 1013;
54        public final static int ER_CANT_GET_WD                                                          = 1014;
55        public final static int ER_CANT_LOCK                                                            = 1015;
56        public final static int ER_CANT_OPEN_FILE                                                       = 1016;
57        public final static int ER_FILE_NOT_FOUND                                                       = 1017;
58        public final static int ER_CANT_READ_DIR                                                        = 1018;
59        public final static int ER_CANT_SET_WD                                                          = 1019;
60        public final static int ER_CHECKREAD                                                            = 1020;
61        public final static int ER_DISK_FULL                                                            = 1021;
62        public final static int ER_DUP_KEY                                                                      = 1022;
63        public final static int ER_ERROR_ON_CLOSE                                                       = 1023;
64        public final static int ER_ERROR_ON_READ                                                        = 1024;
65        public final static int ER_ERROR_ON_RENAME                                                      = 1025;
66        public final static int ER_ERROR_ON_WRITE                                                       = 1026;
67        public final static int ER_FILE_USED                                                            = 1027;
68        public final static int ER_FILSORT_ABORT                                                        = 1028;
69        public final static int ER_FORM_NOT_FOUND                                                       = 1029;
70        public final static int ER_GET_ERRNO                                                            = 1030;
71        public final static int ER_ILLEGAL_HA                                                           = 1031;
72        public final static int ER_KEY_NOT_FOUND                                                        = 1032;
73        public final static int ER_NOT_FORM_FILE                                                        = 1033;
74        public final static int ER_NOT_KEYFILE                                                          = 1034;
75        public final static int ER_OLD_KEYFILE                                                          = 1035;
76        public final static int ER_OPEN_AS_READONLY                                             = 1036;
77        public final static int ER_OUTOFMEMORY                                                          = 1037;
78        public final static int ER_OUT_OF_SORTMEMORY                                            = 1038;
79        public final static int ER_UNEXPECTED_EOF                                                       = 1039;
80        public final static int ER_CON_COUNT_ERROR                                                      = 1040;
81        public final static int ER_OUT_OF_RESOURCES                                             = 1041;
82        public final static int ER_BAD_HOST_ERROR                                                       = 1042;
83        public final static int ER_HANDSHAKE_ERROR                                                      = 1043;
84        public final static int ER_DBACCESS_DENIED_ERROR                                        = 1044;
85        public final static int ER_ACCESS_DENIED_ERROR                                          = 1045;
86        public final static int ER_NO_DB_ERROR                                                          = 1046;
87        public final static int ER_UNKNOWN_COM_ERROR                                            = 1047;
88        public final static int ER_BAD_NULL_ERROR                                                       = 1048;
89        public final static int ER_BAD_DB_ERROR                                                         = 1049;
90        public final static int ER_TABLE_EXISTS_ERROR                                           = 1050;
91        public final static int ER_BAD_TABLE_ERROR                                                      = 1051;
92        public final static int ER_NON_UNIQ_ERROR                                                       = 1052;
93        public final static int ER_SERVER_SHUTDOWN                                                      = 1053;
94        public final static int ER_BAD_FIELD_ERROR                                                      = 1054;
95        public final static int ER_WRONG_FIELD_WITH_GROUP                                       = 1055;
96        public final static int ER_WRONG_GROUP_FIELD                                            = 1056;
97        public final static int ER_WRONG_SUM_SELECT                                             = 1057;
98        public final static int ER_WRONG_VALUE_COUNT                                            = 1058;
99        public final static int ER_TOO_LONG_IDENT                                                       = 1059;
100        public final static int ER_DUP_FIELDNAME                                                        = 1060;
101        public final static int ER_DUP_KEYNAME                                                          = 1061;
102        public final static int ER_DUP_ENTRY                                                            = 1062;
103        public final static int ER_WRONG_FIELD_SPEC                                             = 1063;
104        public final static int ER_PARSE_ERROR                                                          = 1064;
105        public final static int ER_EMPTY_QUERY                                                          = 1065;
106        public final static int ER_NONUNIQ_TABLE                                                        = 1066;
107        public final static int ER_INVALID_DEFAULT                                                      = 1067;
108        public final static int ER_MULTIPLE_PRI_KEY                                             = 1068;
109        public final static int ER_TOO_MANY_KEYS                                                        = 1069;
110        public final static int ER_TOO_MANY_KEY_PARTS                                           = 1070;
111        public final static int ER_TOO_LONG_KEY                                                         = 1071;
112        public final static int ER_KEY_COLUMN_DOES_NOT_EXITS                            = 1072;
113        public final static int ER_BLOB_USED_AS_KEY                                             = 1073;
114        public final static int ER_TOO_BIG_FIELDLENGTH                                          = 1074;
115        public final static int ER_WRONG_AUTO_KEY                                                       = 1075;
116        public final static int ER_READY                                                                        = 1076;
117        public final static int ER_NORMAL_SHUTDOWN                                                      = 1077;
118        public final static int ER_GOT_SIGNAL                                                           = 1078;
119        public final static int ER_SHUTDOWN_COMPLETE                                            = 1079;
120        public final static int ER_FORCING_CLOSE                                                        = 1080;
121        public final static int ER_IPSOCK_ERROR                                                         = 1081;
122        public final static int ER_NO_SUCH_INDEX                                                        = 1082;
123        public final static int ER_WRONG_FIELD_TERMINATORS                                      = 1083;
124        public final static int ER_BLOBS_AND_NO_TERMINATED                                      = 1084;
125        public final static int ER_TEXTFILE_NOT_READABLE                                        = 1085;
126        public final static int ER_FILE_EXISTS_ERROR                                            = 1086;
127        public final static int ER_LOAD_INFO                                                            = 1087;
128        public final static int ER_ALTER_INFO                                                           = 1088;
129        public final static int ER_WRONG_SUB_KEY                                                        = 1089;
130        public final static int ER_CANT_REMOVE_ALL_FIELDS                                       = 1090;
131        public final static int ER_CANT_DROP_FIELD_OR_KEY                                       = 1091;
132        public final static int ER_INSERT_INFO                                                          = 1092;
133        public final static int ER_UPDATE_TABLE_USED                                            = 1093;
134        public final static int ER_NO_SUCH_THREAD                                                       = 1094;
135        public final static int ER_KILL_DENIED_ERROR                                            = 1095;
136        public final static int ER_NO_TABLES_USED                                                       = 1096;
137        public final static int ER_TOO_BIG_SET                                                          = 1097;
138        public final static int ER_NO_UNIQUE_LOGFILE                                            = 1098;
139        public final static int ER_TABLE_NOT_LOCKED_FOR_WRITE                           = 1099;
140        public final static int ER_TABLE_NOT_LOCKED                                             = 1100;
141        public final static int ER_BLOB_CANT_HAVE_DEFAULT                                       = 1101;
142        public final static int ER_WRONG_DB_NAME                                                        = 1102;
143        public final static int ER_WRONG_TABLE_NAME                                             = 1103;
144        public final static int ER_TOO_BIG_SELECT                                                       = 1104;
145        public final static int ER_UNKNOWN_ERROR                                                        = 1105;
146        public final static int ER_UNKNOWN_PROCEDURE                                            = 1106;
147        public final static int ER_WRONG_PARAMCOUNT_TO_PROCEDURE                        = 1107;
148        public final static int ER_WRONG_PARAMETERS_TO_PROCEDURE                        = 1108;
149        public final static int ER_UNKNOWN_TABLE                                                        = 1109;
150        public final static int ER_FIELD_SPECIFIED_TWICE                                        = 1110;
151        public final static int ER_INVALID_GROUP_FUNC_USE                                       = 1111;
152        public final static int ER_UNSUPPORTED_EXTENSION                                        = 1112;
153        public final static int ER_TABLE_MUST_HAVE_COLUMNS                                      = 1113;
154        public final static int ER_RECORD_FILE_FULL                                             = 1114;
155        public final static int ER_UNKNOWN_CHARACTER_SET                                        = 1115;
156        public final static int ER_TOO_MANY_TABLES                                                      = 1116;
157        public final static int ER_TOO_MANY_FIELDS                                                      = 1117;
158        public final static int ER_TOO_BIG_ROWSIZE                                                      = 1118;
159        public final static int ER_STACK_OVERRUN                                                        = 1119;
160        public final static int ER_WRONG_OUTER_JOIN                                             = 1120;
161        public final static int ER_NULL_COLUMN_IN_INDEX                                         = 1121;
162        public final static int ER_CANT_FIND_UDF                                                        = 1122;
163        public final static int ER_CANT_INITIALIZE_UDF                                          = 1123;
164        public final static int ER_UDF_NO_PATHS                                                         = 1124;
165        public final static int ER_UDF_EXISTS                                                           = 1125;
166        public final static int ER_CANT_OPEN_LIBRARY                                            = 1126;
167        public final static int ER_CANT_FIND_DL_ENTRY                                           = 1127;
168        public final static int ER_FUNCTION_NOT_DEFINED                                         = 1128;
169        public final static int ER_HOST_IS_BLOCKED                                                      = 1129;
170        public final static int ER_HOST_NOT_PRIVILEGED                                          = 1130;
171        public final static int ER_PASSWORD_ANONYMOUS_USER                                      = 1131;
172        public final static int ER_PASSWORD_NOT_ALLOWED                                         = 1132;
173        public final static int ER_PASSWORD_NO_MATCH                                            = 1133;
174        public final static int ER_UPDATE_INFO                                                          = 1134;
175        public final static int ER_CANT_CREATE_THREAD                                           = 1135;
176        public final static int ER_WRONG_VALUE_COUNT_ON_ROW                             = 1136;
177        public final static int ER_CANT_REOPEN_TABLE                                            = 1137;
178        public final static int ER_INVALID_USE_OF_NULL                                          = 1138;
179        public final static int ER_REGEXP_ERROR                                                         = 1139;
180        public final static int ER_MIX_OF_GROUP_FUNC_AND_FIELDS                         = 1140;
181        public final static int ER_NONEXISTING_GRANT                                            = 1141;
182        public final static int ER_TABLEACCESS_DENIED_ERROR                             = 1142;
183        public final static int ER_COLUMNACCESS_DENIED_ERROR                            = 1143;
184        public final static int ER_ILLEGAL_GRANT_FOR_TABLE                                      = 1144;
185        public final static int ER_GRANT_WRONG_HOST_OR_USER                             = 1145;
186        public final static int ER_NO_SUCH_TABLE                                                        = 1146;
187        public final static int ER_NONEXISTING_TABLE_GRANT                                      = 1147;
188        public final static int ER_NOT_ALLOWED_COMMAND                                          = 1148;
189        public final static int ER_SYNTAX_ERROR                                                         = 1149;
190        public final static int ER_DELAYED_CANT_CHANGE_LOCK                             = 1150;
191        public final static int ER_TOO_MANY_DELAYED_THREADS                             = 1151;
192        public final static int ER_ABORTING_CONNECTION                                          = 1152;
193        public final static int ER_NET_PACKET_TOO_LARGE                                         = 1153;
194        public final static int ER_NET_READ_ERROR_FROM_PIPE                             = 1154;
195        public final static int ER_NET_FCNTL_ERROR                                                      = 1155;
196        public final static int ER_NET_PACKETS_OUT_OF_ORDER                             = 1156;
197        public final static int ER_NET_UNCOMPRESS_ERROR                                         = 1157;
198        public final static int ER_NET_READ_ERROR                                                       = 1158;
199        public final static int ER_NET_READ_INTERRUPTED                                         = 1159;
200        public final static int ER_NET_ERROR_ON_WRITE                                           = 1160;
201        public final static int ER_NET_WRITE_INTERRUPTED                                        = 1161;
202        public final static int ER_TOO_LONG_STRING                                                      = 1162;
203        public final static int ER_TABLE_CANT_HANDLE_BLOB                                       = 1163;
204        public final static int ER_TABLE_CANT_HANDLE_AUTO_INCREMENT             = 1164;
205        public final static int ER_DELAYED_INSERT_TABLE_LOCKED                          = 1165;
206        public final static int ER_WRONG_COLUMN_NAME                                            = 1166;
207        public final static int ER_WRONG_KEY_COLUMN                                             = 1167;
208        public final static int ER_WRONG_MRG_TABLE                                                      = 1168;
209        public final static int ER_DUP_UNIQUE                                                           = 1169;
210        public final static int ER_BLOB_KEY_WITHOUT_LENGTH                                      = 1170;
211        public final static int ER_PRIMARY_CANT_HAVE_NULL                                       = 1171;
212        public final static int ER_TOO_MANY_ROWS                                                        = 1172;
213        public final static int ER_REQUIRES_PRIMARY_KEY                                         = 1173;
214        public final static int ER_NO_RAID_COMPILED                                             = 1174;
215        public final static int ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE                      = 1175;
216        public final static int ER_KEY_DOES_NOT_EXITS                                           = 1176;
217        public final static int ER_CHECK_NO_SUCH_TABLE                                          = 1177;
218        public final static int ER_CHECK_NOT_IMPLEMENTED                                        = 1178;
219        public final static int ER_CANT_DO_THIS_DURING_AN_TRANSACTION           = 1179;
220        public final static int ER_ERROR_DURING_COMMIT                                          = 1180;
221        public final static int ER_ERROR_DURING_ROLLBACK                                        = 1181;
222        public final static int ER_ERROR_DURING_FLUSH_LOGS                                      = 1182;
223        public final static int ER_ERROR_DURING_CHECKPOINT                                      = 1183;
224        public final static int ER_NEW_ABORTING_CONNECTION                                      = 1184;
225        public final static int ER_DUMP_NOT_IMPLEMENTED                                         = 1185;
226        public final static int ER_FLUSH_MASTER_BINLOG_CLOSED                           = 1186;
227        public final static int ER_INDEX_REBUILD                                                        = 1187;
228        public final static int ER_MASTER                                                                       = 1188;
229        public final static int ER_MASTER_NET_READ                                                      = 1189;
230        public final static int ER_MASTER_NET_WRITE                                             = 1190;
231        public final static int ER_FT_MATCHING_KEY_NOT_FOUND                            = 1191;
232        public final static int ER_LOCK_OR_ACTIVE_TRANSACTION                           = 1192;
233        public final static int ER_UNKNOWN_SYSTEM_VARIABLE                                      = 1193;
234        public final static int ER_CRASHED_ON_USAGE                                             = 1194;
235        public final static int ER_CRASHED_ON_REPAIR                                            = 1195;
236        public final static int ER_WARNING_NOT_COMPLETE_ROLLBACK                        = 1196;
237        public final static int ER_TRANS_CACHE_FULL                                             = 1197;
238        public final static int ER_SLAVE_MUST_STOP                                                      = 1198;
239        public final static int ER_SLAVE_NOT_RUNNING                                            = 1199;
240        public final static int ER_BAD_SLAVE                                                            = 1200;
241        public final static int ER_MASTER_INFO                                                          = 1201;
242        public final static int ER_SLAVE_THREAD                                                         = 1202;
243        public final static int ER_TOO_MANY_USER_CONNECTIONS                            = 1203;
244        public final static int ER_SET_CONSTANTS_ONLY                                           = 1204;
245        public final static int ER_LOCK_WAIT_TIMEOUT                                            = 1205;
246        public final static int ER_LOCK_TABLE_FULL                                                      = 1206;
247        public final static int ER_READ_ONLY_TRANSACTION                                        = 1207;
248        public final static int ER_DROP_DB_WITH_READ_LOCK                                       = 1208;
249        public final static int ER_CREATE_DB_WITH_READ_LOCK                             = 1209;
250        public final static int ER_WRONG_ARGUMENTS                                                      = 1210;
251        public final static int ER_NO_PERMISSION_TO_CREATE_USER                         = 1211;
252        public final static int ER_UNION_TABLES_IN_DIFFERENT_DIR                        = 1212;
253        public final static int ER_LOCK_DEADLOCK                                                        = 1213;
254        public final static int ER_TABLE_CANT_HANDLE_FT                                         = 1214;
255        public final static int ER_CANNOT_ADD_FOREIGN                                           = 1215;
256        public final static int ER_NO_REFERENCED_ROW                                            = 1216;
257        public final static int ER_ROW_IS_REFERENCED                                            = 1217;
258        public final static int ER_CONNECT_TO_MASTER                                            = 1218;
259        public final static int ER_QUERY_ON_MASTER                                                      = 1219;
260        public final static int ER_ERROR_WHEN_EXECUTING_COMMAND                         = 1220;
261        public final static int ER_WRONG_USAGE                                                          = 1221;
262        public final static int ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT            = 1222;
263        public final static int ER_CANT_UPDATE_WITH_READLOCK                            = 1223;
264        public final static int ER_MIXING_NOT_ALLOWED                                           = 1224;
265        public final static int ER_DUP_ARGUMENT                                                         = 1225;
266        public final static int ER_USER_LIMIT_REACHED                                           = 1226;
267        public final static int ER_SPECIFIC_ACCESS_DENIED_ERROR                         = 1227;
268        public final static int ER_LOCAL_VARIABLE                                                       = 1228;
269        public final static int ER_GLOBAL_VARIABLE                                                      = 1229;
270        public final static int ER_NO_DEFAULT                                                           = 1230;
271        public final static int ER_WRONG_VALUE_FOR_VAR                                          = 1231;
272        public final static int ER_WRONG_TYPE_FOR_VAR                                           = 1232;
273        public final static int ER_VAR_CANT_BE_READ                                             = 1233;
274        public final static int ER_CANT_USE_OPTION_HERE                                         = 1234;
275        public final static int ER_NOT_SUPPORTED_YET                                            = 1235;
276        public final static int ER_MASTER_FATAL_ERROR_READING_BINLOG            = 1236;
277        public final static int ER_SLAVE_IGNORED_TABLE                                          = 1237;
278        public final static int ER_INCORRECT_GLOBAL_LOCAL_VAR                           = 1238;
279        public final static int ER_WRONG_FK_DEF                                                         = 1239;
280        public final static int ER_KEY_REF_DO_NOT_MATCH_TABLE_REF                       = 1240;
281        public final static int ER_OPERAND_COLUMNS                                                      = 1241;
282        public final static int ER_SUBQUERY_NO_1_ROW                                            = 1242;
283        public final static int ER_UNKNOWN_STMT_HANDLER                                         = 1243;
284        public final static int ER_CORRUPT_HELP_DB                                                      = 1244;
285        public final static int ER_CYCLIC_REFERENCE                                             = 1245;
286        public final static int ER_AUTO_CONVERT                                                         = 1246;
287        public final static int ER_ILLEGAL_REFERENCE                                            = 1247;
288        public final static int ER_DERIVED_MUST_HAVE_ALIAS                                      = 1248;
289        public final static int ER_SELECT_REDUCED                                                       = 1249;
290        public final static int ER_TABLENAME_NOT_ALLOWED_HERE                           = 1250;
291        public final static int ER_NOT_SUPPORTED_AUTH_MODE                                      = 1251;
292        public final static int ER_SPATIAL_CANT_HAVE_NULL                                       = 1252;
293        public final static int ER_COLLATION_CHARSET_MISMATCH                           = 1253;
294        public final static int ER_SLAVE_WAS_RUNNING                                            = 1254;
295        public final static int ER_SLAVE_WAS_NOT_RUNNING                                        = 1255;
296        public final static int ER_TOO_BIG_FOR_UNCOMPRESS                                       = 1256;
297        public final static int ER_ZLIB_Z_MEM_ERROR                                             = 1257;
298        public final static int ER_ZLIB_Z_BUF_ERROR                                             = 1258;
299        public final static int ER_ZLIB_Z_DATA_ERROR                                            = 1259;
300        public final static int ER_CUT_VALUE_GROUP_CONCAT                                       = 1260;
301        public final static int ER_WARN_TOO_FEW_RECORDS                                         = 1261;
302        public final static int ER_WARN_TOO_MANY_RECORDS                                        = 1262;
303        public final static int ER_WARN_NULL_TO_NOTNULL                                         = 1263;
304        public final static int ER_WARN_DATA_OUT_OF_RANGE                                       = 1264;
305        public final static int ER_WARN_DATA_TRUNCATED                                          = 1265;
306        public final static int ER_WARN_USING_OTHER_HANDLER                             = 1266;
307        public final static int ER_CANT_AGGREGATE_2COLLATIONS                           = 1267;
308        public final static int ER_DROP_USER                                                            = 1268;
309        public final static int ER_REVOKE_GRANTS                                                        = 1269;
310        public final static int ER_CANT_AGGREGATE_3COLLATIONS                           = 1270;
311        public final static int ER_CANT_AGGREGATE_NCOLLATIONS                           = 1271;
312        public final static int ER_VARIABLE_IS_NOT_STRUCT                                       = 1272;
313        public final static int ER_UNKNOWN_COLLATION                                            = 1273;
314        public final static int ER_SLAVE_IGNORED_SSL_PARAMS                             = 1274;
315        public final static int ER_SERVER_IS_IN_SECURE_AUTH_MODE                        = 1275;
316        public final static int ER_WARN_FIELD_RESOLVED                                          = 1276;
317        public final static int ER_BAD_SLAVE_UNTIL_COND                                         = 1277;
318        public final static int ER_MISSING_SKIP_SLAVE                                           = 1278;
319        public final static int ER_UNTIL_COND_IGNORED                                           = 1279;
320        public final static int ER_WRONG_NAME_FOR_INDEX                                         = 1280;
321        public final static int ER_WRONG_NAME_FOR_CATALOG                                       = 1281;
322        public final static int ER_WARN_QC_RESIZE                                                       = 1282;
323        public final static int ER_BAD_FT_COLUMN                                                        = 1283;
324        public final static int ER_UNKNOWN_KEY_CACHE                                            = 1284;
325        public final static int ER_WARN_HOSTNAME_WONT_WORK                                      = 1285;
326        public final static int ER_UNKNOWN_STORAGE_ENGINE                                       = 1286;
327        public final static int ER_WARN_DEPRECATED_SYNTAX                                       = 1287;
328        public final static int ER_NON_UPDATABLE_TABLE                                          = 1288;
329        public final static int ER_FEATURE_DISABLED                                             = 1289;
330        public final static int ER_OPTION_PREVENTS_STATEMENT                            = 1290;
331        public final static int ER_DUPLICATED_VALUE_IN_TYPE                             = 1291;
332        public final static int ER_TRUNCATED_WRONG_VALUE                                        = 1292;
333        public final static int ER_TOO_MUCH_AUTO_TIMESTAMP_COLS                         = 1293;
334        public final static int ER_INVALID_ON_UPDATE                                            = 1294;
335        public final static int ER_UNSUPPORTED_PS                                                       = 1295;
336        public final static int ER_GET_ERRMSG                                                           = 1296;
337        public final static int ER_GET_TEMPORARY_ERRMSG                                         = 1297;
338        public final static int ER_UNKNOWN_TIME_ZONE                                            = 1298; //SQLSTATE: HY000 Message: Unknown or incorrect time zone: '%s'
339        public final static int ER_WARN_INVALID_TIMESTAMP                                       = 1299; //SQLSTATE: HY000 Message: Invalid TIMESTAMP value in column '%s' at row %ld
340        public final static int ER_INVALID_CHARACTER_STRING                             = 1300; //SQLSTATE: HY000 Message: Invalid %s character string: '%s'
341        public final static int ER_WARN_ALLOWED_PACKET_OVERFLOWED                       = 1301; //SQLSTATE: HY000 Message: Result of %s() was larger than max_allowed_packet (%ld) - truncated
342        public final static int ER_CONFLICTING_DECLARATIONS                             = 1302; //SQLSTATE: HY000 Message: Conflicting declarations: '%s%s' and '%s%s'
343        public final static int ER_SP_NO_RECURSIVE_CREATE                                       = 1303; //SQLSTATE: 2F003 Message: Can't create a %s from within another stored routine
344        public final static int ER_SP_ALREADY_EXISTS                                            = 1304; //SQLSTATE: 42000 Message: %s %s already exists
345        public final static int ER_SP_DOES_NOT_EXIST                                            = 1305; //SQLSTATE: 42000 Message: %s %s does not exist
346        public final static int ER_SP_DROP_FAILED                                                       = 1306; //SQLSTATE: HY000 Message: Failed to DROP %s %s
347        public final static int ER_SP_STORE_FAILED                                                      = 1307; //SQLSTATE: HY000 Message: Failed to CREATE %s %s
348        public final static int ER_SP_LILABEL_MISMATCH                                          = 1308; //SQLSTATE: 42000 Message: %s with no matching label: %s
349        public final static int ER_SP_LABEL_REDEFINE                                            = 1309; //SQLSTATE: 42000 Message: Redefining label %s
350        public final static int ER_SP_LABEL_MISMATCH                                            = 1310; //SQLSTATE: 42000 Message: End-label %s without match
351        public final static int ER_SP_UNINIT_VAR                                                        = 1311; //SQLSTATE: 01000 Message: Referring to uninitialized variable %s
352        public final static int ER_SP_BADSELECT                                                         = 1312; //SQLSTATE: 0A000 Message: PROCEDURE %s can't return a result set in the given context
353        public final static int ER_SP_BADRETURN                                                         = 1313; //SQLSTATE: 42000 Message: RETURN is only allowed in a FUNCTION
354        public final static int ER_SP_BADSTATEMENT                                                      = 1314; //SQLSTATE: 0A000 Message: %s is not allowed in stored procedures
355        public final static int ER_UPDATE_LOG_DEPRECATED_IGNORED                        = 1315; //SQLSTATE: 42000 Message: The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored. This option will be removed in MySQL 5.6.
356        public final static int ER_UPDATE_LOG_DEPRECATED_TRANSLATED             = 1316; //SQLSTATE: 42000 Message: The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN. This option will be removed in MySQL 5.6.
357        public final static int ER_QUERY_INTERRUPTED                                            = 1317; //SQLSTATE: 70100 Message: Query execution was interrupted
358        public final static int ER_SP_WRONG_NO_OF_ARGS                                          = 1318; //SQLSTATE: 42000 Message: Incorrect number of arguments for %s %s; expected %u, got %u
359        public final static int ER_SP_COND_MISMATCH                                             = 1319; //SQLSTATE: 42000 Message: Undefined CONDITION: %s
360        public final static int ER_SP_NORETURN                                                          = 1320; //SQLSTATE: 42000 Message: No RETURN found in FUNCTION %s
361        public final static int ER_SP_NORETURNEND                                                       = 1321; //SQLSTATE: 2F005 Message: FUNCTION %s ended without RETURN
362        public final static int ER_SP_BAD_CURSOR_QUERY                                          = 1322; //SQLSTATE: 42000 Message: Cursor statement must be a SELECT
363        public final static int ER_SP_BAD_CURSOR_SELECT                                         = 1323; //SQLSTATE: 42000 Message: Cursor SELECT must not have INTO
364        public final static int ER_SP_CURSOR_MISMATCH                                           = 1324; //SQLSTATE: 42000 Message: Undefined CURSOR: %s
365        public final static int ER_SP_CURSOR_ALREADY_OPEN                                       = 1325; //SQLSTATE: 24000 Message: Cursor is already open
366        public final static int ER_SP_CURSOR_NOT_OPEN                                           = 1326; //SQLSTATE: 24000 Message: Cursor is not open
367        public final static int ER_SP_UNDECLARED_VAR                                            = 1327; //SQLSTATE: 42000 Message: Undeclared variable: %s
368        public final static int ER_SP_WRONG_NO_OF_FETCH_ARGS                            = 1328; //SQLSTATE: HY000 Message: Incorrect number of FETCH variables
369        public final static int ER_SP_FETCH_NO_DATA                                             = 1329; //SQLSTATE: 02000 Message: No data - zero rows fetched, selected, or processed
370        public final static int ER_SP_DUP_PARAM                                                         = 1330; //SQLSTATE: 42000 Message: Duplicate parameter: %s
371        public final static int ER_SP_DUP_VAR                                                           = 1331; //SQLSTATE: 42000 Message: Duplicate variable: %s
372        public final static int ER_SP_DUP_COND                                                          = 1332; //SQLSTATE: 42000 Message: Duplicate condition: %s
373        public final static int ER_SP_DUP_CURS                                                          = 1333; //SQLSTATE: 42000 Message: Duplicate cursor: %s
374        public final static int ER_SP_CANT_ALTER                                                        = 1334; //SQLSTATE: HY000 Message: Failed to ALTER %s %s
375        public final static int ER_SP_SUBSELECT_NYI                                             = 1335; //SQLSTATE: 0A000 Message: Subquery value not supported
376        public final static int ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG                        = 1336; //SQLSTATE: 0A000 Message: %s is not allowed in stored function or trigger
377        public final static int ER_SP_VARCOND_AFTER_CURSHNDLR                           = 1337; //SQLSTATE: 42000 Message: Variable or condition declaration after cursor or handler declaration
378        public final static int ER_SP_CURSOR_AFTER_HANDLER                                      = 1338; //SQLSTATE: 42000 Message: Cursor declaration after handler declaration
379        public final static int ER_SP_CASE_NOT_FOUND                                            = 1339; //SQLSTATE: 20000 Message: Case not found for CASE statement
380        public final static int ER_FPARSER_TOO_BIG_FILE                                         = 1340; //SQLSTATE: HY000 Message: Configuration file '%s' is too big
381        public final static int ER_FPARSER_BAD_HEADER                                           = 1341; //SQLSTATE: HY000 Message: Malformed file type header in file '%s'
382        public final static int ER_FPARSER_EOF_IN_COMMENT                                       = 1342; //SQLSTATE: HY000 Message: Unexpected end of file while parsing comment '%s'
383        public final static int ER_FPARSER_ERROR_IN_PARAMETER                           = 1343; //SQLSTATE: HY000 Message: Error while parsing parameter '%s' (line: '%s')
384        public final static int ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER             = 1344; //SQLSTATE: HY000 Message: Unexpected end of file while skipping unknown parameter '%s'
385        public final static int ER_VIEW_NO_EXPLAIN                                                      = 1345; //SQLSTATE: HY000 Message: EXPLAIN/SHOW can not be issued; lacking privileges for underlying table
386        public final static int ER_FRM_UNKNOWN_TYPE                                             = 1346; //SQLSTATE: HY000 Message: File '%s' has unknown type '%s' in its header
387        public final static int ER_WRONG_OBJECT                                                         = 1347; //SQLSTATE: HY000 Message: '%s.%s' is not %s
388        public final static int ER_NONUPDATEABLE_COLUMN                                         = 1348; //SQLSTATE: HY000 Message: Column '%s' is not updatable
389        public final static int ER_VIEW_SELECT_DERIVED                                          = 1349; //SQLSTATE: HY000 Message: View's SELECT contains a subquery in the FROM clause
390        public final static int ER_VIEW_SELECT_CLAUSE                                           = 1350; //SQLSTATE: HY000 Message: View's SELECT contains a '%s' clause
391        public final static int ER_VIEW_SELECT_VARIABLE                                         = 1351; //SQLSTATE: HY000 Message: View's SELECT contains a variable or parameter
392        public final static int ER_VIEW_SELECT_TMPTABLE                                         = 1352; //SQLSTATE: HY000 Message: View's SELECT refers to a temporary table '%s'
393        public final static int ER_VIEW_WRONG_LIST                                                      = 1353; //SQLSTATE: HY000 Message: View's SELECT and view's field list have different column counts
394        public final static int ER_WARN_VIEW_MERGE                                                      = 1354; //SQLSTATE: HY000 Message: View merge algorithm can't be used here for now (assumed undefined algorithm)
395        public final static int ER_WARN_VIEW_WITHOUT_KEY                                        = 1355; //SQLSTATE: HY000 Message: View being updated does not have complete key of underlying table in it
396        public final static int ER_VIEW_INVALID                                                         = 1356; //SQLSTATE: HY000 Message: View '%s.%s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
397        public final static int ER_SP_NO_DROP_SP                                                        = 1357; //SQLSTATE: HY000 Message: Can't drop or alter a %s from within another stored routine
398        public final static int ER_SP_GOTO_IN_HNDLR                                             = 1358; //SQLSTATE: HY000 Message: GOTO is not allowed in a stored procedure handler
399        public final static int ER_TRG_ALREADY_EXISTS                                           = 1359; //SQLSTATE: HY000 Message: Trigger already exists
400        public final static int ER_TRG_DOES_NOT_EXIST                                           = 1360; //SQLSTATE: HY000 Message: Trigger does not exist
401        public final static int ER_TRG_ON_VIEW_OR_TEMP_TABLE                            = 1361; //SQLSTATE: HY000 Message: Trigger's '%s' is view or temporary table
402        public final static int ER_TRG_CANT_CHANGE_ROW                                          = 1362; //SQLSTATE: HY000 Message: Updating of %s row is not allowed in %strigger
403        public final static int ER_TRG_NO_SUCH_ROW_IN_TRG                                       = 1363; //SQLSTATE: HY000 Message: There is no %s row in %s trigger
404        public final static int ER_NO_DEFAULT_FOR_FIELD                                         = 1364; //SQLSTATE: HY000 Message: Field '%s' doesn't have a default value
405        public final static int ER_DIVISION_BY_ZERO                                             = 1365; //SQLSTATE: 22012 Message: Division by 0
406        public final static int ER_TRUNCATED_WRONG_VALUE_FOR_FIELD                      = 1366; //SQLSTATE: HY000 Message: Incorrect %s value: '%s' for column '%s' at row %ld
407        public final static int ER_ILLEGAL_VALUE_FOR_TYPE                                       = 1367; //SQLSTATE: 22007 Message: Illegal %s '%s' value found during parsing
408        public final static int ER_VIEW_NONUPD_CHECK                                            = 1368; //SQLSTATE: HY000 Message: CHECK OPTION on non-updatable view '%s.%s'
409        public final static int ER_VIEW_CHECK_FAILED                                            = 1369; //SQLSTATE: HY000 Message: CHECK OPTION failed '%s.%s'
410        public final static int ER_PROCACCESS_DENIED_ERROR                                      = 1370; //SQLSTATE: 42000 Message: %s command denied to user '%s'@'%s' for routine '%s'
411        public final static int ER_RELAY_LOG_FAIL                                                       = 1371; //SQLSTATE: HY000 Message: Failed purging old relay logs: %s
412        public final static int ER_PASSWD_LENGTH                                                        = 1372; //SQLSTATE: HY000 Message: Password hash should be a %d-digit hexadecimal number
413        public final static int ER_UNKNOWN_TARGET_BINLOG                                        = 1373; //SQLSTATE: HY000 Message: Target log not found in binlog index
414        public final static int ER_IO_ERR_LOG_INDEX_READ                                        = 1374; //SQLSTATE: HY000 Message: I/O error reading log index file
415        public final static int ER_BINLOG_PURGE_PROHIBITED                                      = 1375; //SQLSTATE: HY000 Message: Server configuration does not permit binlog purge
416        public final static int ER_FSEEK_FAIL                                                           = 1376; //SQLSTATE: HY000 Message: Failed on fseek()
417        public final static int ER_BINLOG_PURGE_FATAL_ERR                                       = 1377; //SQLSTATE: HY000 Message: Fatal error during log purge
418        public final static int ER_LOG_IN_USE                                                           = 1378; //SQLSTATE: HY000 Message: A purgeable log is in use, will not purge
419        public final static int ER_LOG_PURGE_UNKNOWN_ERR                                        = 1379; //SQLSTATE: HY000 Message: Unknown error during log purge
420        public final static int ER_RELAY_LOG_INIT                                                       = 1380; //SQLSTATE: HY000 Message: Failed initializing relay log position: %s
421        public final static int ER_NO_BINARY_LOGGING                                            = 1381; //SQLSTATE: HY000 Message: You are not using binary logging
422        public final static int ER_RESERVED_SYNTAX                                                      = 1382; //SQLSTATE: HY000 Message: The '%s' syntax is reserved for purposes internal to the MySQL server
423        public final static int ER_WSAS_FAILED                                                          = 1383; //SQLSTATE: HY000 Message: WSAStartup Failed
424        public final static int ER_DIFF_GROUPS_PROC                                             = 1384; //SQLSTATE: HY000 Message: Can't handle procedures with different groups yet
425        public final static int ER_NO_GROUP_FOR_PROC                                            = 1385; //SQLSTATE: HY000 Message: Select must have a group with this procedure
426        public final static int ER_ORDER_WITH_PROC                                                      = 1386; //SQLSTATE: HY000 Message: Can't use ORDER clause with this procedure
427        public final static int ER_LOGGING_PROHIBIT_CHANGING_OF                         = 1387; //SQLSTATE: HY000 Message: Binary logging and replication forbid changing the global server %s
428        public final static int ER_NO_FILE_MAPPING                                                      = 1388; //SQLSTATE: HY000 Message: Can't map file: %s, errno: %d
429        public final static int ER_WRONG_MAGIC                                                          = 1389; //SQLSTATE: HY000 Message: Wrong magic in %s
430        public final static int ER_PS_MANY_PARAM                                                        = 1390; //SQLSTATE: HY000 Message: Prepared statement contains too many placeholders
431        public final static int ER_KEY_PART_0                                                           = 1391; //SQLSTATE: HY000 Message: Key part '%s' length cannot be 0
432        public final static int ER_VIEW_CHECKSUM                                                        = 1392; //SQLSTATE: HY000 Message: View text checksum failed
433        public final static int ER_VIEW_MULTIUPDATE                                             = 1393; //SQLSTATE: HY000 Message: Can not modify more than one base table through a join view '%s.%s'
434        public final static int ER_VIEW_NO_INSERT_FIELD_LIST                            = 1394; //SQLSTATE: HY000 Message: Can not insert into join view '%s.%s' without fields list
435        public final static int ER_VIEW_DELETE_MERGE_VIEW                                       = 1395; //SQLSTATE: HY000 Message: Can not delete from join view '%s.%s'
436        public final static int ER_CANNOT_USER                                                          = 1396; //SQLSTATE: HY000 Message: Operation %s failed for %s
437        public final static int ER_XAER_NOTA                                                            = 1397; //SQLSTATE: XAE04 Message: XAER_NOTA: Unknown XID
438        public final static int ER_XAER_INVAL                                                           = 1398; //SQLSTATE: XAE05 Message: XAER_INVAL: Invalid arguments (or unsupported command)
439        public final static int ER_XAER_RMFAIL                                                          = 1399; //SQLSTATE: XAE07 Message: XAER_RMFAIL: The command cannot be executed when global transaction is in the %s state
440        public final static int ER_XAER_OUTSIDE                                                         = 1400; //SQLSTATE: XAE09 Message: XAER_OUTSIDE: Some work is done outside global transaction
441        public final static int ER_XA_RMERR                                                             = 1401;
442        public final static int ER_XA_RBROLLBACK                                                        = 1402; //SQLSTATE: XA100 Message: XA_RBROLLBACK: Transaction branch was rolled back
443        public final static int ER_NONEXISTING_PROC_GRANT                                       = 1403; //SQLSTATE: 42000 Message: There is no such grant defined for user '%s' on host '%s' on routine '%s'
444        public final static int ER_PROC_AUTO_GRANT_FAIL                                         = 1404; //SQLSTATE: HY000 Message: Failed to grant EXECUTE and ALTER ROUTINE privileges
445        public final static int ER_PROC_AUTO_REVOKE_FAIL                                        = 1405; //SQLSTATE: HY000 Message: Failed to revoke all privileges to dropped routine
446        public final static int ER_DATA_TOO_LONG                                                        = 1406; //SQLSTATE: 22001 Message: Data too long for column '%s' at row %ld
447        public final static int ER_SP_BAD_SQLSTATE                                                      = 1407; //SQLSTATE: 42000 Message: Bad; //SQLSTATE: '%s'
448        public final static int ER_STARTUP                                                                      = 1408; //SQLSTATE: HY000 Message: %s: ready for connections. Version: '%s' socket: '%s' port: %d %s
449        public final static int ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR             = 1409; //SQLSTATE: HY000 Message: Can't load value from file with fixed size rows to variable
450        public final static int ER_CANT_CREATE_USER_WITH_GRANT                          = 1410; //SQLSTATE: 42000 Message: You are not allowed to create a user with GRANT
451        public final static int ER_WRONG_VALUE_FOR_TYPE                                         = 1411; //SQLSTATE: HY000 Message: Incorrect %s value: '%s' for function %s
452        public final static int ER_TABLE_DEF_CHANGED                                            = 1412; //SQLSTATE: HY000 Message: Table definition has changed, please retry transaction
453        public final static int ER_SP_DUP_HANDLER                                                       = 1413; //SQLSTATE: 42000 Message: Duplicate handler declared in the same block
454        public final static int ER_SP_NOT_VAR_ARG                                                       = 1414; //SQLSTATE: 42000 Message: OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger
455        public final static int ER_SP_NO_RETSET                                                         = 1415; //SQLSTATE: 0A000 Message: Not allowed to return a result set from a %s
456        public final static int ER_CANT_CREATE_GEOMETRY_OBJECT                          = 1416; //SQLSTATE: 22003 Message: Cannot get geometry object from data you send to the GEOMETRY field
457        public final static int ER_FAILED_ROUTINE_BREAK_BINLOG                          = 1417; //SQLSTATE: HY000 Message: A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes
458        public final static int ER_BINLOG_UNSAFE_ROUTINE                                        = 1418; //SQLSTATE: HY000 Message: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
459        public final static int ER_BINLOG_CREATE_ROUTINE_NEED_SUPER             = 1419; //SQLSTATE: HY000 Message: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
460        public final static int ER_EXEC_STMT_WITH_OPEN_CURSOR                           = 1420; //SQLSTATE: HY000 Message: You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.
461        public final static int ER_STMT_HAS_NO_OPEN_CURSOR                                      = 1421; //SQLSTATE: HY000 Message: The statement (%lu) has no open cursor.
462        public final static int ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG                      = 1422; //SQLSTATE: HY000 Message: Explicit or implicit commit is not allowed in stored function or trigger.
463        public final static int ER_NO_DEFAULT_FOR_VIEW_FIELD                            = 1423; //SQLSTATE: HY000 Message: Field of view '%s.%s' underlying table doesn't have a default value
464        public final static int ER_SP_NO_RECURSION                                                      = 1424; //SQLSTATE: HY000 Message: Recursive stored functions and triggers are not allowed.
465        public final static int ER_TOO_BIG_SCALE                                                        = 1425; //SQLSTATE: 42000 Message: Too big scale %d specified for column '%s'. Maximum is %lu.
466        public final static int ER_TOO_BIG_PRECISION                                            = 1426; //SQLSTATE: 42000 Message: Too big precision %d specified for column '%s'. Maximum is %lu.
467        public final static int ER_M_BIGGER_THAN_D                                                      = 1427; //SQLSTATE: 42000 Message: For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%s').
468        public final static int ER_WRONG_LOCK_OF_SYSTEM_TABLE                           = 1428; //SQLSTATE: HY000 Message: You can't combine write-locking of system tables with other tables or lock types
469        public final static int ER_CONNECT_TO_FOREIGN_DATA_SOURCE                       = 1429; //SQLSTATE: HY000 Message: Unable to connect to foreign data source: %s
470        public final static int ER_QUERY_ON_FOREIGN_DATA_SOURCE                         = 1430; //SQLSTATE: HY000 Message: There was a problem processing the query on the foreign data source. Data source error: %s
471        public final static int ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST             = 1431; //SQLSTATE: HY000 Message: The foreign data source you are trying to reference does not exist. Data source error: %s
472        public final static int ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE      = 1432; //SQLSTATE: HY000 Message: Can't create federated table. The data source connection string '%s' is not in the correct format
473        public final static int ER_FOREIGN_DATA_STRING_INVALID                          = 1433; //SQLSTATE: HY000 Message: The data source connection string '%s' is not in the correct format
474        public final static int ER_CANT_CREATE_FEDERATED_TABLE                          = 1434; //SQLSTATE: HY000 Message: Can't create federated table. Foreign data src error: %s
475        public final static int ER_TRG_IN_WRONG_SCHEMA                                          = 1435; //SQLSTATE: HY000 Message: Trigger in wrong schema
476        public final static int ER_STACK_OVERRUN_NEED_MORE                                      = 1436; //SQLSTATE: HY000 Message: Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
477        public final static int ER_TOO_LONG_BODY                                                        = 1437; //SQLSTATE: 42000 Message: Routine body for '%s' is too long
478        public final static int ER_WARN_CANT_DROP_DEFAULT_KEYCACHE                      = 1438; //SQLSTATE: HY000 Message: Cannot drop default keycache
479        public final static int ER_TOO_BIG_DISPLAYWIDTH                                         = 1439; //SQLSTATE: 42000 Message: Display width out of range for column '%s' (max = %lu)
480        public final static int ER_XAER_DUPID                                                           = 1440; //SQLSTATE: XAE08 Message: XAER_DUPID: The XID already exists
481        public final static int ER_DATETIME_FUNCTION_OVERFLOW                           = 1441; //SQLSTATE: 22008 Message: Datetime function: %s field overflow
482        public final static int ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG          = 1442; //SQLSTATE: HY000 Message: Can't update table '%s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
483        public final static int ER_VIEW_PREVENT_UPDATE                                          = 1443; //SQLSTATE: HY000 Message: The definition of table '%s' prevents operation %s on table '%s'.
484        public final static int ER_PS_NO_RECURSION                                                      = 1444; //SQLSTATE: HY000 Message: The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner
485        public final static int ER_SP_CANT_SET_AUTOCOMMIT                                       = 1445; //SQLSTATE: HY000 Message: Not allowed to set autocommit from a stored function or trigger
486        public final static int ER_MALFORMED_DEFINER                                            = 1446; //SQLSTATE: HY000 Message: Definer is not fully qualified
487        public final static int ER_VIEW_FRM_NO_USER                                             = 1447; //SQLSTATE: HY000 Message: View '%s'.'%s' has no definer information (old table format). Current user is used as definer. Please recreate the view!
488        public final static int ER_VIEW_OTHER_USER                                                      = 1448; //SQLSTATE: HY000 Message: You need the SUPER privilege for creation view with '%s'@'%s' definer
489        public final static int ER_NO_SUCH_USER                                                         = 1449; //SQLSTATE: HY000 Message: The user specified as a definer ('%s'@'%s') does not exist
490        public final static int ER_FORBID_SCHEMA_CHANGE                                         = 1450; //SQLSTATE: HY000 Message: Changing schema from '%s' to '%s' is not allowed.
491        public final static int ER_ROW_IS_REFERENCED_2                                          = 1451; //SQLSTATE: 23000 Message: Cannot delete or update a parent row: a foreign key constraint fails (%s)
492        public final static int ER_NO_REFERENCED_ROW_2                                          = 1452; //SQLSTATE: 23000 Message: Cannot add or update a child row: a foreign key constraint fails (%s)
493        public final static int ER_SP_BAD_VAR_SHADOW                                            = 1453; //SQLSTATE: 42000 Message: Variable '%s' must be quoted with `...`, or renamed
494        public final static int ER_TRG_NO_DEFINER                                                       = 1454; //SQLSTATE: HY000 Message: No definer attribute for trigger '%s'.'%s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
495        public final static int ER_OLD_FILE_FORMAT                                                      = 1455; //SQLSTATE: HY000 Message: '%s' has an old format, you should re-create the '%s' object(s)
496        public final static int ER_SP_RECURSION_LIMIT                                           = 1456; //SQLSTATE: HY000 Message: Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %s
497        public final static int ER_SP_PROC_TABLE_CORRUPT                                        = 1457; //SQLSTATE: HY000 Message: Failed to load routine %s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)
498        public final static int ER_SP_WRONG_NAME                                                        = 1458; //SQLSTATE: 42000 Message: Incorrect routine name '%s'
499        public final static int ER_TABLE_NEEDS_UPGRADE                                          = 1459; //SQLSTATE: HY000 Message: Table upgrade required. Please do "REPAIR TABLE `%s`" or dump/reload to fix it!
500        public final static int ER_SP_NO_AGGREGATE                                                      = 1460; //SQLSTATE: 42000 Message: AGGREGATE is not supported for stored functions
501        public final static int ER_MAX_PREPARED_STMT_COUNT_REACHED                      = 1461; //SQLSTATE: 42000 Message: Can't create more than max_prepared_stmt_count statements (current value: %lu)
502        public final static int ER_VIEW_RECURSIVE                                                       = 1462; //SQLSTATE: HY000 Message: `%s`.`%s` contains view recursion
503        public final static int ER_NON_GROUPING_FIELD_USED                                      = 1463; //SQLSTATE: 42000 Message: non-grouping field '%s' is used in %s clause
504        public final static int ER_TABLE_CANT_HANDLE_SPKEYS                             = 1464; //SQLSTATE: HY000 Message: The used table type doesn't support SPATIAL indexes
505        public final static int ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA                         = 1465; //SQLSTATE: HY000 Message: Triggers can not be created on system tables
506        public final static int ER_REMOVED_SPACES                                                       = 1466; //SQLSTATE: HY000 Message: Leading spaces are removed from name '%s'
507        public final static int ER_AUTOINC_READ_FAILED                                          = 1467; //SQLSTATE: HY000 Message: Failed to read auto-increment value from storage engine
508        public final static int ER_USERNAME                                                             = 1468; //SQLSTATE: HY000 Message: user name
509        public final static int ER_HOSTNAME                                                             = 1469; //SQLSTATE: HY000 Message: host name
510        public final static int ER_WRONG_STRING_LENGTH                                          = 1470; //SQLSTATE: HY000 Message: String '%s' is too long for %s (should be no longer than %d)
511        public final static int ER_NON_INSERTABLE_TABLE                                         = 1471; //SQLSTATE: HY000 Message: The target table %s of the %s is not insertable-into
512        public final static int ER_ADMIN_WRONG_MRG_TABLE                                        = 1472; //SQLSTATE: HY000 Message: Table '%s' is differently defined or of non-MyISAM type or doesn't exist
513        public final static int ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT         = 1473; //SQLSTATE: HY000 Message: Too high level of nesting for select
514        public final static int ER_NAME_BECOMES_EMPTY                                           = 1474; //SQLSTATE: HY000 Message: Name '%s' has become ''
515        public final static int ER_AMBIGUOUS_FIELD_TERM                                         = 1475; //SQLSTATE: HY000 Message: First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY
516        public final static int ER_FOREIGN_SERVER_EXISTS                                        = 1476; //SQLSTATE: HY000 Message: The foreign server, %s, you are trying to create already exists.
517        public final static int ER_FOREIGN_SERVER_DOESNT_EXIST                          = 1477; //SQLSTATE: HY000 Message: The foreign server name you are trying to reference does not exist. Data source error: %s
518        public final static int ER_ILLEGAL_HA_CREATE_OPTION                             = 1478; //SQLSTATE: HY000 Message: Table storage engine '%s' does not support the create option '%s'
519        public final static int ER_PARTITION_REQUIRES_VALUES_ERROR                      = 1479; //SQLSTATE: HY000 Message: Syntax error: %s PARTITIONING requires definition of VALUES %s for each partition
520        public final static int ER_PARTITION_WRONG_VALUES_ERROR                         = 1480; //SQLSTATE: HY000 Message: Only %s PARTITIONING can use VALUES %s in partition definition
521        public final static int ER_PARTITION_MAXVALUE_ERROR                             = 1481; //SQLSTATE: HY000 Message: MAXVALUE can only be used in last partition definition
522        public final static int ER_PARTITION_SUBPARTITION_ERROR                         = 1482; //SQLSTATE: HY000 Message: Subpartitions can only be hash partitions and by key
523        public final static int ER_PARTITION_SUBPART_MIX_ERROR                          = 1483; //SQLSTATE: HY000 Message: Must define subpartitions on all partitions if on one partition
524        public final static int ER_PARTITION_WRONG_NO_PART_ERROR                        = 1484; //SQLSTATE: HY000 Message: Wrong number of partitions defined, mismatch with previous setting
525        public final static int ER_PARTITION_WRONG_NO_SUBPART_ERROR             = 1485; //SQLSTATE: HY000 Message: Wrong number of subpartitions defined, mismatch with previous setting
526        public final static int ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR           = 1486; //SQLSTATE: HY000 Message: Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed
527        public final static int ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR         = 1487; //SQLSTATE: HY000 Message: Expression in RANGE/LIST VALUES must be constant
528        public final static int ER_FIELD_NOT_FOUND_PART_ERROR                           = 1488; //SQLSTATE: HY000 Message: Field in list of fields for partition function not found in table
529        public final static int ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR            = 1489; //SQLSTATE: HY000 Message: List of fields is only allowed in KEY partitions
530        public final static int ER_INCONSISTENT_PARTITION_INFO_ERROR            = 1490; //SQLSTATE: HY000 Message: The partition info in the frm file is not consistent with what can be written into the frm file
531        public final static int ER_PARTITION_FUNC_NOT_ALLOWED_ERROR             = 1491; //SQLSTATE: HY000 Message: The %s function returns the wrong type
532        public final static int ER_PARTITIONS_MUST_BE_DEFINED_ERROR             = 1492; //SQLSTATE: HY000 Message: For %s partitions each partition must be defined
533        public final static int ER_RANGE_NOT_INCREASING_ERROR                           = 1493; //SQLSTATE: HY000 Message: VALUES LESS THAN value must be strictly increasing for each partition
534        public final static int ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR         = 1494; //SQLSTATE: HY000 Message: VALUES value must be of same type as partition function
535        public final static int ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR        = 1495; //SQLSTATE: HY000 Message: Multiple definition of same constant in list partitioning
536        public final static int ER_PARTITION_ENTRY_ERROR                                        = 1496; //SQLSTATE: HY000 Message: Partitioning can not be used stand-alone in query
537        public final static int ER_MIX_HANDLER_ERROR                                            = 1497; //SQLSTATE: HY000 Message: The mix of handlers in the partitions is not allowed in this version of MySQL
538        public final static int ER_PARTITION_NOT_DEFINED_ERROR                          = 1498; //SQLSTATE: HY000 Message: For the partitioned engine it is necessary to define all %s
539        public final static int ER_TOO_MANY_PARTITIONS_ERROR                            = 1499; //SQLSTATE: HY000 Message: Too many partitions (including subpartitions) were defined
540        public final static int ER_SUBPARTITION_ERROR                                           = 1500; //SQLSTATE: HY000 Message: It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
541        public final static int ER_CANT_CREATE_HANDLER_FILE                             = 1501; //SQLSTATE: HY000 Message: Failed to create specific handler file
542        public final static int ER_BLOB_FIELD_IN_PART_FUNC_ERROR                        = 1502; //SQLSTATE: HY000 Message: A BLOB field is not allowed in partition function
543        public final static int ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF             = 1503; //SQLSTATE: HY000 Message: A %s must include all columns in the table's partitioning function
544        public final static int ER_NO_PARTS_ERROR                                                       = 1504; //SQLSTATE: HY000 Message: Number of %s = 0 is not an allowed value
545        public final static int ER_PARTITION_MGMT_ON_NONPARTITIONED             = 1505; //SQLSTATE: HY000 Message: Partition management on a not partitioned table is not possible
546        public final static int ER_FOREIGN_KEY_ON_PARTITIONED                           = 1506; //SQLSTATE: HY000 Message: Foreign key clause is not yet supported in conjunction with partitioning
547        public final static int ER_DROP_PARTITION_NON_EXISTENT                          = 1507; //SQLSTATE: HY000 Message: Error in list of partitions to %s
548        public final static int ER_DROP_LAST_PARTITION                                          = 1508; //SQLSTATE: HY000 Message: Cannot remove all partitions, use DROP TABLE instead
549        public final static int ER_COALESCE_ONLY_ON_HASH_PARTITION                      = 1509; //SQLSTATE: HY000 Message: COALESCE PARTITION can only be used on HASH/KEY partitions
550        public final static int ER_REORG_HASH_ONLY_ON_SAME_NO                           = 1510; //SQLSTATE: HY000 Message: REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
551        public final static int ER_REORG_NO_PARAM_ERROR                                         = 1511; //SQLSTATE: HY000 Message: REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
552        public final static int ER_ONLY_ON_RANGE_LIST_PARTITION                         = 1512; //SQLSTATE: HY000 Message: %s PARTITION can only be used on RANGE/LIST partitions
553        public final static int ER_ADD_PARTITION_SUBPART_ERROR                          = 1513; //SQLSTATE: HY000 Message: Trying to Add partition(s) with wrong number of subpartitions
554        public final static int ER_ADD_PARTITION_NO_NEW_PARTITION                       = 1514; //SQLSTATE: HY000 Message: At least one partition must be added
555        public final static int ER_COALESCE_PARTITION_NO_PARTITION                      = 1515; //SQLSTATE: HY000 Message: At least one partition must be coalesced
556        public final static int ER_REORG_PARTITION_NOT_EXIST                            = 1516; //SQLSTATE: HY000 Message: More partitions to reorganize than there are partitions
557        public final static int ER_SAME_NAME_PARTITION                                          = 1517; //SQLSTATE: HY000 Message: Duplicate partition name %s
558        public final static int ER_NO_BINLOG_ERROR                                                      = 1518; //SQLSTATE: HY000 Message: It is not allowed to shut off binlog on this command
559        public final static int ER_CONSECUTIVE_REORG_PARTITIONS                         = 1519; //SQLSTATE: HY000 Message: When reorganizing a set of partitions they must be in consecutive order
560        public final static int ER_REORG_OUTSIDE_RANGE                                          = 1520; //SQLSTATE: HY000 Message: Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range
561        public final static int ER_PARTITION_FUNCTION_FAILURE                           = 1521; //SQLSTATE: HY000 Message: Partition function not supported in this version for this handler
562        public final static int ER_PART_STATE_ERROR                                             = 1522; //SQLSTATE: HY000 Message: Partition state cannot be defined from CREATE/ALTER TABLE
563        public final static int ER_LIMITED_PART_RANGE                                           = 1523; //SQLSTATE: HY000 Message: The %s handler only supports 32 bit integers in VALUES
564        public final static int ER_PLUGIN_IS_NOT_LOADED                                         = 1524; //SQLSTATE: HY000 Message: Plugin '%s' is not loaded
565        public final static int ER_WRONG_VALUE                                                          = 1525; //SQLSTATE: HY000 Message: Incorrect %s value: '%s'
566        public final static int ER_NO_PARTITION_FOR_GIVEN_VALUE                         = 1526; //SQLSTATE: HY000 Message: Table has no partition for value %s
567        public final static int ER_FILEGROUP_OPTION_ONLY_ONCE                           = 1527; //SQLSTATE: HY000 Message: It is not allowed to specify %s more than once
568        public final static int ER_CREATE_FILEGROUP_FAILED                                      = 1528; //SQLSTATE: HY000 Message: Failed to create %s
569        public final static int ER_DROP_FILEGROUP_FAILED                                        = 1529; //SQLSTATE: HY000 Message: Failed to drop %s
570        public final static int ER_TABLESPACE_AUTO_EXTEND_ERROR                         = 1530; //SQLSTATE: HY000 Message: The handler doesn't support autoextend of tablespaces
571        public final static int ER_WRONG_SIZE_NUMBER                                            = 1531; //SQLSTATE: HY000 Message: A size parameter was incorrectly specified, either number or on the form 10M
572        public final static int ER_SIZE_OVERFLOW_ERROR                                          = 1532; //SQLSTATE: HY000 Message: The size number was correct but we don't allow the digit part to be more than 2 billion
573        public final static int ER_ALTER_FILEGROUP_FAILED                                       = 1533; //SQLSTATE: HY000 Message: Failed to alter: %s
574        public final static int ER_BINLOG_ROW_LOGGING_FAILED                            = 1534; //SQLSTATE: HY000 Message: Writing one row to the row-based binary log failed
575        public final static int ER_BINLOG_ROW_WRONG_TABLE_DEF                           = 1535; //SQLSTATE: HY000 Message: Table definition on master and slave does not match: %s
576        public final static int ER_BINLOG_ROW_RBR_TO_SBR                                        = 1536; //SQLSTATE: HY000 Message: Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events
577        public final static int ER_EVENT_ALREADY_EXISTS                                         = 1537; //SQLSTATE: HY000 Message: Event '%s' already exists
578        public final static int ER_EVENT_STORE_FAILED                                           = 1538; //SQLSTATE: HY000 Message: Failed to store event %s. Error code %d from storage engine.
579        public final static int ER_EVENT_DOES_NOT_EXIST                                         = 1539; //SQLSTATE: HY000 Message: Unknown event '%s'
580        public final static int ER_EVENT_CANT_ALTER                                             = 1540; //SQLSTATE: HY000 Message: Failed to alter event '%s'
581        public final static int ER_EVENT_DROP_FAILED                                            = 1541; //SQLSTATE: HY000 Message: Failed to drop %s
582        public final static int ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG       = 1542; //SQLSTATE: HY000 Message: INTERVAL is either not positive or too big
583        public final static int ER_EVENT_ENDS_BEFORE_STARTS                             = 1543; //SQLSTATE: HY000 Message: ENDS is either invalid or before STARTS
584        public final static int ER_EVENT_EXEC_TIME_IN_THE_PAST                          = 1544; //SQLSTATE: HY000 Message: Event execution time is in the past. Event has been disabled
585        public final static int ER_EVENT_OPEN_TABLE_FAILED                                      = 1545; //SQLSTATE: HY000 Message: Failed to open mysql.event
586        public final static int ER_EVENT_NEITHER_M_EXPR_NOR_M_AT                        = 1546; //SQLSTATE: HY000 Message: No datetime expression provided
587        public final static int ER_COL_COUNT_DOESNT_MATCH_CORRUPTED             = 1547; //SQLSTATE: HY000 Message: Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted
588        public final static int ER_CANNOT_LOAD_FROM_TABLE                                       = 1548; //SQLSTATE: HY000 Message: Cannot load from mysql.%s. The table is probably corrupted
589        public final static int ER_EVENT_CANNOT_DELETE                                          = 1549; //SQLSTATE: HY000 Message: Failed to delete the event from mysql.event
590        public final static int ER_EVENT_COMPILE_ERROR                                          = 1550; //SQLSTATE: HY000 Message: Error during compilation of event's body
591        public final static int ER_EVENT_SAME_NAME                                                      = 1551; //SQLSTATE: HY000 Message: Same old and new event name
592        public final static int ER_EVENT_DATA_TOO_LONG                                          = 1552; //SQLSTATE: HY000 Message: Data for column '%s' too long
593        public final static int ER_DROP_INDEX_FK                                                        = 1553; //SQLSTATE: HY000 Message: Cannot drop index '%s': needed in a foreign key constraint
594        public final static int ER_WARN_DEPRECATED_SYNTAX_WITH_VER                      = 1554; //SQLSTATE: HY000 Message: The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead
595        public final static int ER_CANT_WRITE_LOCK_LOG_TABLE                            = 1555; //SQLSTATE: HY000 Message: You can't write-lock a log table. Only read access is possible
596        public final static int ER_CANT_LOCK_LOG_TABLE                                          = 1556; //SQLSTATE: HY000 Message: You can't use locks with log tables.
597        public final static int ER_FOREIGN_DUPLICATE_KEY                                        = 1557; //SQLSTATE: 23000 Message: Upholding foreign key constraints for table '%s', entry '%s', key %d would lead to a duplicate entry
598        public final static int ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE         = 1558; //SQLSTATE: HY000 Message: Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.
599        public final static int ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR        = 1559; //SQLSTATE: HY000 Message: Cannot switch out of the row-based binary log format when the session has open temporary tables
600        public final static int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
601                                                                                                                                                = 1560; //SQLSTATE: HY000 Message: Cannot change the binary logging format inside a stored function or trigger
602        public final static int ER_NDB_CANT_SWITCH_BINLOG_FORMAT                        = 1561; //SQLSTATE: HY000 Message: The NDB cluster engine does not support changing the binlog format on the fly yet
603        public final static int ER_PARTITION_NO_TEMPORARY                                       = 1562; //SQLSTATE: HY000 Message: Cannot create temporary table with partitions
604        public final static int ER_PARTITION_CONST_DOMAIN_ERROR                         = 1563; //SQLSTATE: HY000 Message: Partition constant is out of partition function domain
605        public final static int ER_PARTITION_FUNCTION_IS_NOT_ALLOWED            = 1564; //SQLSTATE: HY000 Message: This partition function is not allowed
606        public final static int ER_DDL_LOG_ERROR                                                        = 1565; //SQLSTATE: HY000 Message: Error in DDL log
607        public final static int ER_NULL_IN_VALUES_LESS_THAN                             = 1566; //SQLSTATE: HY000 Message: Not allowed to use NULL value in VALUES LESS THAN
608        public final static int ER_WRONG_PARTITION_NAME                                         = 1567; //SQLSTATE: HY000 Message: Incorrect partition name
609        public final static int ER_CANT_CHANGE_TX_ISOLATION                             = 1568; //SQLSTATE: 25001 Message: Transaction isolation level can't be changed while a transaction is in progress
610        public final static int ER_DUP_ENTRY_AUTOINCREMENT_CASE                         = 1569; //SQLSTATE: HY000 Message: ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%s' for key '%s'
611        public final static int ER_EVENT_MODIFY_QUEUE_ERROR                             = 1570; //SQLSTATE: HY000 Message: Internal scheduler error %d
612        public final static int ER_EVENT_SET_VAR_ERROR                                          = 1571; //SQLSTATE: HY000 Message: Error during starting/stopping of the scheduler. Error code %u
613        public final static int ER_PARTITION_MERGE_ERROR                                        = 1572; //SQLSTATE: HY000 Message: Engine cannot be used in partitioned tables
614        public final static int ER_CANT_ACTIVATE_LOG                                            = 1573; //SQLSTATE: HY000 Message: Cannot activate '%s' log
615        public final static int ER_RBR_NOT_AVAILABLE                                            = 1574; //SQLSTATE: HY000 Message: The server was not built with row-based replication
616        public final static int ER_BASE64_DECODE_ERROR                                          = 1575; //SQLSTATE: HY000 Message: Decoding of base64 string failed
617        public final static int ER_EVENT_RECURSION_FORBIDDEN                            = 1576; //SQLSTATE: HY000 Message: Recursion of EVENT DDL statements is forbidden when body is present
618        public final static int ER_EVENTS_DB_ERROR                                                      = 1577; //SQLSTATE: HY000 Message: Cannot proceed because system tables used by Event Scheduler were found damaged at server start
619        public final static int ER_ONLY_INTEGERS_ALLOWED                                        = 1578; //SQLSTATE: HY000 Message: Only integers allowed as number here
620        public final static int ER_UNSUPORTED_LOG_ENGINE                                        = 1579; //SQLSTATE: HY000 Message: This storage engine cannot be used for log tables"
621        public final static int ER_BAD_LOG_STATEMENT                                            = 1580; //SQLSTATE: HY000 Message: You cannot '%s' a log table if logging is enabled
622        public final static int ER_CANT_RENAME_LOG_TABLE                                        = 1581; //SQLSTATE: HY000 Message: Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'
623        public final static int ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT                       = 1582; //SQLSTATE: 42000 Message: Incorrect parameter count in the call to native function '%s'
624        public final static int ER_WRONG_PARAMETERS_TO_NATIVE_FCT                       = 1583; //SQLSTATE: 42000 Message: Incorrect parameters in the call to native function '%s'
625        public final static int ER_WRONG_PARAMETERS_TO_STORED_FCT                       = 1584; //SQLSTATE: 42000 Message: Incorrect parameters in the call to stored function '%s'
626        public final static int ER_NATIVE_FCT_NAME_COLLISION                            = 1585; //SQLSTATE: HY000 Message: This function '%s' has the same name as a native function
627        public final static int ER_DUP_ENTRY_WITH_KEY_NAME                                      = 1586; //SQLSTATE: 23000 Message: Duplicate entry '%s' for key '%s'
628        public final static int ER_BINLOG_PURGE_EMFILE                                          = 1587; //SQLSTATE: HY000 Message: Too many files opened, please execute the command again
629        public final static int ER_EVENT_CANNOT_CREATE_IN_THE_PAST                      = 1588; //SQLSTATE: HY000 Message: Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
630        public final static int ER_EVENT_CANNOT_ALTER_IN_THE_PAST                       = 1589; //SQLSTATE: HY000 Message: Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
631        public final static int ER_SLAVE_INCIDENT                                                       = 1590; //SQLSTATE: HY000 Message: The incident %s occured on the master. Message: %s
632        public final static int ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT          = 1591; //SQLSTATE: HY000 Message: Table has no partition for some existing values
633        public final static int ER_BINLOG_UNSAFE_STATEMENT                                      = 1592; //SQLSTATE: HY000 Message: Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s
634        public final static int ER_SLAVE_FATAL_ERROR                                            = 1593; //SQLSTATE: HY000 Message: Fatal error: %s
635        public final static int ER_SLAVE_RELAY_LOG_READ_FAILURE                         = 1594; //SQLSTATE: HY000 Message: Relay log read failure: %s
636        public final static int ER_SLAVE_RELAY_LOG_WRITE_FAILURE                        = 1595; //SQLSTATE: HY000 Message: Relay log write failure: %s
637        public final static int ER_SLAVE_CREATE_EVENT_FAILURE                           = 1596; //SQLSTATE: HY000 Message: Failed to create %s
638        public final static int ER_SLAVE_MASTER_COM_FAILURE                             = 1597; //SQLSTATE: HY000 Message: Master command %s failed: %s
639        public final static int ER_BINLOG_LOGGING_IMPOSSIBLE                            = 1598; //SQLSTATE: HY000 Message: Binary logging not possible. Message: %s
640        public final static int ER_VIEW_NO_CREATION_CTX                                         = 1599; //SQLSTATE: HY000 Message: View `%s`.`%s` has no creation context
641        public final static int ER_VIEW_INVALID_CREATION_CTX                            = 1600; //SQLSTATE: HY000 Message: Creation context of view `%s`.`%s' is invalid
642        public final static int ER_SR_INVALID_CREATION_CTX                                      = 1601; //SQLSTATE: HY000 Message: Creation context of stored routine `%s`.`%s` is invalid
643        public final static int ER_TRG_CORRUPTED_FILE                                           = 1602; //SQLSTATE: HY000 Message: Corrupted TRG file for table `%s`.`%s`
644        public final static int ER_TRG_NO_CREATION_CTX                                          = 1603; //SQLSTATE: HY000 Message: Triggers for table `%s`.`%s` have no creation context
645        public final static int ER_TRG_INVALID_CREATION_CTX                             = 1604; //SQLSTATE: HY000 Message: Trigger creation context of table `%s`.`%s` is invalid
646        public final static int ER_EVENT_INVALID_CREATION_CTX                           = 1605; //SQLSTATE: HY000 Message: Creation context of event `%s`.`%s` is invalid
647        public final static int ER_TRG_CANT_OPEN_TABLE                                          = 1606; //SQLSTATE: HY000 Message: Cannot open table for trigger `%s`.`%s`
648        public final static int ER_CANT_CREATE_SROUTINE                                         = 1607; //SQLSTATE: HY000 Message: Cannot create stored routine `%s`. Check warnings
649        public final static int ER_NEVER_USED                                                           = 1608; //SQLSTATE: HY000 Message: Ambiguous slave modes combination. %s
650        public final static int ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
651                                                                                                                                                = 1609; //SQLSTATE: HY000 Message: The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.
652        public final static int ER_SLAVE_CORRUPT_EVENT                                          = 1610; //SQLSTATE: HY000 Message: Corrupted replication event was detected
653        public final static int ER_LOAD_DATA_INVALID_COLUMN                             = 1611; //SQLSTATE: HY000 Message: Invalid column reference (%s) in LOAD DATA
654        public final static int ER_LOG_PURGE_NO_FILE                                            = 1612; //SQLSTATE: HY000 Message: Being purged log %s was not found
655        public final static int ER_XA_RBTIMEOUT                                                         = 1613; //SQLSTATE: XA106 Message: XA_RBTIMEOUT: Transaction branch was rolled back: took too long
656        public final static int ER_XA_RBDEADLOCK                                                        = 1614; //SQLSTATE: XA102 Message: XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
657        public final static int ER_NEED_REPREPARE                                                       = 1615; //SQLSTATE: HY000 Message: Prepared statement needs to be re-prepared
658        public final static int ER_DELAYED_NOT_SUPPORTED                                        = 1616; //SQLSTATE: HY000 Message: DELAYED option not supported for table '%s'
659        public final static int WARN_NO_MASTER_INFO                                             = 1617; //SQLSTATE: HY000 Message: The master info structure does not exist
660        public final static int WARN_OPTION_IGNORED                                             = 1618; //SQLSTATE: HY000 Message: <%s> option ignored
661        public final static int WARN_PLUGIN_DELETE_BUILTIN                                      = 1619; //SQLSTATE: HY000 Message: Built-in plugins cannot be deleted
662        public final static int WARN_PLUGIN_BUSY                                                        = 1620; //SQLSTATE: HY000 Message: Plugin is busy and will be uninstalled on shutdown
663        public final static int ER_VARIABLE_IS_READONLY                                         = 1621; //SQLSTATE: HY000 Message: %s variable '%s' is read-only. Use SET %s to assign the value
664        public final static int ER_WARN_ENGINE_TRANSACTION_ROLLBACK             = 1622; //SQLSTATE: HY000 Message: Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted
665        public final static int ER_SLAVE_HEARTBEAT_FAILURE                                      = 1623; //SQLSTATE: HY000 Message: Unexpected master's heartbeat data: %s
666        public final static int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE           = 1624; //SQLSTATE: HY000 Message: The requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).
667        public final static int ER_NDB_REPLICATION_SCHEMA_ERROR                         = 1625; //SQLSTATE: HY000 Message: Bad schema for mysql.ndb_replication table. Message: %s
668        public final static int ER_CONFLICT_FN_PARSE_ERROR                                      = 1626; //SQLSTATE: HY000 Message: Error in parsing conflict function. Message: %s
669        public final static int ER_EXCEPTIONS_WRITE_ERROR                                       = 1627; //SQLSTATE: HY000 Message: Write to exceptions table failed. Message: %s"
670        public final static int ER_TOO_LONG_TABLE_COMMENT                                       = 1628; //SQLSTATE: HY000 Message: Comment for table '%s' is too long (max = %lu)
671        public final static int ER_TOO_LONG_FIELD_COMMENT                                       = 1629; //SQLSTATE: HY000 Message: Comment for field '%s' is too long (max = %lu)
672        public final static int ER_FUNC_INEXISTENT_NAME_COLLISION                       = 1630; //SQLSTATE: 42000 Message: FUNCTION %s does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
673        public final static int ER_DATABASE_NAME                                                        = 1631; //SQLSTATE: HY000 Message: Database
674        public final static int ER_TABLE_NAME                                                           = 1632; //SQLSTATE: HY000 Message: Table
675        public final static int ER_PARTITION_NAME                                                       = 1633; //SQLSTATE: HY000 Message: Partition
676        public final static int ER_SUBPARTITION_NAME                                            = 1634; //SQLSTATE: HY000 Message: Subpartition
677        public final static int ER_TEMPORARY_NAME                                                       = 1635; //SQLSTATE: HY000 Message: Temporary
678        public final static int ER_RENAMED_NAME                                                         = 1636; //SQLSTATE: HY000 Message: Renamed
679        public final static int ER_TOO_MANY_CONCURRENT_TRXS                             = 1637; //SQLSTATE: HY000 Message: Too many active concurrent transactions
680        public final static int WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED        = 1638; //SQLSTATE: HY000 Message: Non-ASCII separator arguments are not fully supported
681        public final static int ER_DEBUG_SYNC_TIMEOUT                                           = 1639; //SQLSTATE: HY000 Message: debug sync point wait timed out
682        public final static int ER_DEBUG_SYNC_HIT_LIMIT                                         = 1640; //SQLSTATE: HY000 Message: debug sync point hit limit reached
683        public final static int ER_DUP_SIGNAL_SET                                                       = 1641; //SQLSTATE: 42000 Message: Duplicate condition information item '%s'
684        public final static int ER_SIGNAL_WARN                                                          = 1642; //SQLSTATE: 01000 Message: Unhandled user-defined warning condition
685        public final static int ER_SIGNAL_NOT_FOUND                                             = 1643; //SQLSTATE: 02000 Message: Unhandled user-defined not found condition
686        public final static int ER_SIGNAL_EXCEPTION                                             = 1644; //SQLSTATE: HY000 Message: Unhandled user-defined exception condition
687        public final static int ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER                      = 1645; //SQLSTATE: 0K000 Message: RESIGNAL when handler not active
688        public final static int ER_SIGNAL_BAD_CONDITION_TYPE                            = 1646; //SQLSTATE: HY000 Message: SIGNAL/RESIGNAL can only use a CONDITION defined with; //SQLSTATE
689        public final static int WARN_COND_ITEM_TRUNCATED                                        = 1647; //SQLSTATE: HY000 Message: Data truncated for condition item '%s'
690        public final static int ER_COND_ITEM_TOO_LONG                                           = 1648; //SQLSTATE: HY000 Message: Data too long for condition item '%s'
691        public final static int ER_UNKNOWN_LOCALE                                                       = 1649; //SQLSTATE: HY000 Message: Unknown locale: '%s'
692        public final static int ER_SLAVE_IGNORE_SERVER_IDS                                      = 1650; //SQLSTATE: HY000 Message: The requested server id %d clashes with the slave startup option --replicate-same-server-id
693        public final static int ER_QUERY_CACHE_DISABLED                                         = 1651; //SQLSTATE: HY000 Message: Query cache is disabled; restart the server with query_cache_type=1 to enable it
694        public final static int ER_SAME_NAME_PARTITION_FIELD                            = 1652; //SQLSTATE: HY000 Message: Duplicate partition field name '%s'
695        public final static int ER_PARTITION_COLUMN_LIST_ERROR                          = 1653; //SQLSTATE: HY000 Message: Inconsistency in usage of column lists for partitioning
696        public final static int ER_WRONG_TYPE_COLUMN_VALUE_ERROR                        = 1654; //SQLSTATE: HY000 Message: Partition column values of incorrect type
697        public final static int ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR         = 1655; //SQLSTATE: HY000 Message: Too many fields in '%s'
698        public final static int ER_MAXVALUE_IN_VALUES_IN                                        = 1656; //SQLSTATE: HY000 Message: Cannot use MAXVALUE as value in VALUES IN
699        public final static int ER_TOO_MANY_VALUES_ERROR                                        = 1657; //SQLSTATE: HY000 Message: Cannot have more than one value for this type of %s partitioning
700        public final static int ER_ROW_SINGLE_PARTITION_FIELD_ERROR             = 1658; //SQLSTATE: HY000 Message: Row expressions in VALUES IN only allowed for multi-field column partitioning
701        public final static int ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD
702                                                                                                                                                = 1659; //SQLSTATE: HY000 Message: Field '%s' is of a not allowed type for this type of partitioning
703        public final static int ER_PARTITION_FIELDS_TOO_LONG                            = 1660; //SQLSTATE: HY000 Message: The total length of the partitioning fields is too large
704        public final static int ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE            = 1661; //SQLSTATE: HY000 Message: Cannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.
705        public final static int ER_BINLOG_ROW_MODE_AND_STMT_ENGINE                      = 1662; //SQLSTATE: HY000 Message: Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.
706        public final static int ER_BINLOG_UNSAFE_AND_STMT_ENGINE                        = 1663; //SQLSTATE: HY000 Message: Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s
707        public final static int ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE         = 1664; //SQLSTATE: HY000 Message: Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.
708        public final static int ER_BINLOG_STMT_MODE_AND_ROW_ENGINE                      = 1665; //SQLSTATE: HY000 Message: Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s
709        public final static int ER_BINLOG_ROW_INJECTION_AND_STMT_MODE           = 1666; //SQLSTATE: HY000 Message: Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.
710        public final static int ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
711                                                                                                                                                = 1667; //SQLSTATE: HY000 Message: Cannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.
712        public final static int ER_BINLOG_UNSAFE_LIMIT                                          = 1668; //SQLSTATE: HY000 Message: The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.
713        public final static int ER_BINLOG_UNSAFE_INSERT_DELAYED                         = 1669; //SQLSTATE: HY000 Message: The statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.
714        public final static int ER_BINLOG_UNSAFE_SYSTEM_TABLE                           = 1670; //SQLSTATE: HY000 Message: The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.
715        public final static int ER_BINLOG_UNSAFE_AUTOINC_COLUMNS                        = 1671; //SQLSTATE: HY000 Message: Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
716        public final static int ER_BINLOG_UNSAFE_UDF                                            = 1672; //SQLSTATE: HY000 Message: Statement is unsafe because it uses a UDF which may not return the same value on the slave.
717        public final static int ER_BINLOG_UNSAFE_SYSTEM_VARIABLE                        = 1673; //SQLSTATE: HY000 Message: Statement is unsafe because it uses a system variable that may have a different value on the slave.
718        public final static int ER_BINLOG_UNSAFE_SYSTEM_FUNCTION                        = 1674; //SQLSTATE: HY000 Message: Statement is unsafe because it uses a system function that may return a different value on the slave.
719        public final static int ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS           = 1675; //SQLSTATE: HY000 Message: Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.
720        public final static int ER_MESSAGE_AND_STATEMENT                                        = 1676; //SQLSTATE: HY000 Message: %s Statement: %s
721        public final static int ER_SLAVE_CONVERSION_FAILED                                      = 1677; //SQLSTATE: HY000 Message: Column %d of table '%s.%s' cannot be converted from type '%s' to type '%s'
722        public final static int ER_SLAVE_CANT_CREATE_CONVERSION                         = 1678; //SQLSTATE: HY000 Message: Can't create conversion table for table '%s.%s'
723        public final static int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT
724                                                                                                                                                = 1679; //SQLSTATE: HY000 Message: Cannot modify @@session.binlog_format inside a transaction
725        public final static int ER_PATH_LENGTH                                                          = 1680; //SQLSTATE: HY000 Message: The path specified for %s is too long.
726        public final static int ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT        = 1681; //SQLSTATE: HY000 Message: The syntax '%s' is deprecated and will be removed in MySQL %s.
727        public final static int ER_WRONG_NATIVE_TABLE_STRUCTURE                         = 1682; //SQLSTATE: HY000 Message: Native table '%s'.'%s' has the wrong structure
728        public final static int ER_WRONG_PERFSCHEMA_USAGE                                       = 1683; //SQLSTATE: HY000 Message: Invalid performance_schema usage.
729        public final static int ER_WARN_I_S_SKIPPED_TABLE                                       = 1684; //SQLSTATE: HY000 Message: Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement
730        public final static int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT
731                                                                                                                                                = 1685; //SQLSTATE: HY000 Message: Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction
732        public final static int ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT
733                                                                                                                                                = 1686; //SQLSTATE: HY000 Message: Cannot change the binlog direct flag inside a stored function or trigger
734        public final static int ER_SPATIAL_MUST_HAVE_GEOM_COL                           = 1687; //SQLSTATE: 42000 Message: A SPATIAL index may only contain a geometrical type column
735        public final static int ER_TOO_LONG_INDEX_COMMENT                                       = 1688; //SQLSTATE: HY000 Message: Comment for index '%s' is too long (max = %lu)
736        public final static int ER_LOCK_ABORTED                                                         = 1689; //SQLSTATE: HY000 Message: Wait on a lock was aborted due to a pending exclusive lock
737        public final static int ER_DATA_OUT_OF_RANGE                                            = 1690; //SQLSTATE: 22003 Message: %s value is out of range in '%s'
738        public final static int ER_WRONG_SPVAR_TYPE_IN_LIMIT                            = 1691; //SQLSTATE: HY000 Message: A variable of a non-integer type in LIMIT clause
739        public final static int ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
740                                                                                                                                                = 1692; //SQLSTATE: HY000 Message: Mixing self-logging and non-self-logging engines in a statement is unsafe.
741        public final static int ER_BINLOG_UNSAFE_MIXED_STATEMENT                        = 1693; //SQLSTATE: HY000 Message: Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.
742        public final static int ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN
743                                                                                                                                                = 1694; //SQLSTATE: HY000 Message: Cannot modify @@session.sql_log_bin inside a transaction
744        public final static int ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN
745                                                                                                                                                = 1695; //SQLSTATE: HY000 Message: Cannot change the sql_log_bin inside a stored function or trigger
746        public final static int ER_FAILED_READ_FROM_PAR_FILE                            = 1696; //SQLSTATE: HY000 Message: Failed to read from the .par file
747        public final static int ER_VALUES_IS_NOT_INT_TYPE_ERROR                         = 1697; //SQLSTATE: HY000 Message: VALUES value for partition '%s' must have type INT
748        public final static int ER_ACCESS_DENIED_NO_PASSWORD_ERROR                      = 1698; //SQLSTATE: 28000 Message: Access denied for user '%s'@'%s'
749        public final static int ER_SET_PASSWORD_AUTH_PLUGIN                             = 1699; //SQLSTATE: HY000 Message: SET PASSWORD has no significance for users authenticating via plugins
750        public final static int ER_GRANT_PLUGIN_USER_EXISTS                             = 1700; //SQLSTATE: HY000 Message: GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists
751        public final static int ER_TRUNCATE_ILLEGAL_FK                                          = 1701; //SQLSTATE: 42000 Message: Cannot truncate a table referenced in a foreign key constraint (%s)
752        public final static int ER_PLUGIN_IS_PERMANENT                                          = 1702; //SQLSTATE: HY000 Message: Plugin '%s' is force_plus_permanent and can not be unloaded
753        public final static int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN       = 1703; //SQLSTATE: HY000 Message: The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.
754        public final static int ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX       = 1704; //SQLSTATE: HY000 Message: The requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds. A sensible value for the period should be less than the timeout.
755        public final static int ER_STMT_CACHE_FULL                                                      = 1705; //SQLSTATE: HY000 Message: Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again
756
757        private MysqlErrorNumbers() {
758                // prevent instantiation
759        }
760}
Note: See TracBrowser for help on using the repository browser.