Eneboo - Documentación para desarrolladores
src/libmysql_macosx/include/mysqld_error.h
Ir a la documentación de este archivo.
00001 /* Copyright (C) 2000 MySQL AB
00002 
00003    This program is free software; you can redistribute it and/or modify
00004    it under the terms of the GNU General Public License as published by
00005    the Free Software Foundation; either version 2 of the License, or
00006    (at your option) any later version.
00007 
00008    This program is distributed in the hope that it will be useful,
00009    but WITHOUT ANY WARRANTY; without even the implied warranty of
00010    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00011    GNU General Public License for more details.
00012 
00013    You should have received a copy of the GNU General Public License
00014    along with this program; if not, write to the Free Software
00015    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
00016 
00017 /* Definefile for error messagenumbers */
00018 
00019 #define ER_HASHCHK 1000
00020 #define ER_NISAMCHK 1001
00021 #define ER_NO 1002
00022 #define ER_YES 1003
00023 #define ER_CANT_CREATE_FILE 1004
00024 #define ER_CANT_CREATE_TABLE 1005
00025 #define ER_CANT_CREATE_DB 1006
00026 #define ER_DB_CREATE_EXISTS 1007
00027 #define ER_DB_DROP_EXISTS 1008
00028 #define ER_DB_DROP_DELETE 1009
00029 #define ER_DB_DROP_RMDIR 1010
00030 #define ER_CANT_DELETE_FILE 1011
00031 #define ER_CANT_FIND_SYSTEM_REC 1012
00032 #define ER_CANT_GET_STAT 1013
00033 #define ER_CANT_GET_WD 1014
00034 #define ER_CANT_LOCK 1015
00035 #define ER_CANT_OPEN_FILE 1016
00036 #define ER_FILE_NOT_FOUND 1017
00037 #define ER_CANT_READ_DIR 1018
00038 #define ER_CANT_SET_WD 1019
00039 #define ER_CHECKREAD 1020
00040 #define ER_DISK_FULL 1021
00041 #define ER_DUP_KEY 1022
00042 #define ER_ERROR_ON_CLOSE 1023
00043 #define ER_ERROR_ON_READ 1024
00044 #define ER_ERROR_ON_RENAME 1025
00045 #define ER_ERROR_ON_WRITE 1026
00046 #define ER_FILE_USED 1027
00047 #define ER_FILSORT_ABORT 1028
00048 #define ER_FORM_NOT_FOUND 1029
00049 #define ER_GET_ERRNO 1030
00050 #define ER_ILLEGAL_HA 1031
00051 #define ER_KEY_NOT_FOUND 1032
00052 #define ER_NOT_FORM_FILE 1033
00053 #define ER_NOT_KEYFILE 1034
00054 #define ER_OLD_KEYFILE 1035
00055 #define ER_OPEN_AS_READONLY 1036
00056 #define ER_OUTOFMEMORY 1037
00057 #define ER_OUT_OF_SORTMEMORY 1038
00058 #define ER_UNEXPECTED_EOF 1039
00059 #define ER_CON_COUNT_ERROR 1040
00060 #define ER_OUT_OF_RESOURCES 1041
00061 #define ER_BAD_HOST_ERROR 1042
00062 #define ER_HANDSHAKE_ERROR 1043
00063 #define ER_DBACCESS_DENIED_ERROR 1044
00064 #define ER_ACCESS_DENIED_ERROR 1045
00065 #define ER_NO_DB_ERROR 1046
00066 #define ER_UNKNOWN_COM_ERROR 1047
00067 #define ER_BAD_NULL_ERROR 1048
00068 #define ER_BAD_DB_ERROR 1049
00069 #define ER_TABLE_EXISTS_ERROR 1050
00070 #define ER_BAD_TABLE_ERROR 1051
00071 #define ER_NON_UNIQ_ERROR 1052
00072 #define ER_SERVER_SHUTDOWN 1053
00073 #define ER_BAD_FIELD_ERROR 1054
00074 #define ER_WRONG_FIELD_WITH_GROUP 1055
00075 #define ER_WRONG_GROUP_FIELD 1056
00076 #define ER_WRONG_SUM_SELECT 1057
00077 #define ER_WRONG_VALUE_COUNT 1058
00078 #define ER_TOO_LONG_IDENT 1059
00079 #define ER_DUP_FIELDNAME 1060
00080 #define ER_DUP_KEYNAME 1061
00081 #define ER_DUP_ENTRY 1062
00082 #define ER_WRONG_FIELD_SPEC 1063
00083 #define ER_PARSE_ERROR 1064
00084 #define ER_EMPTY_QUERY 1065
00085 #define ER_NONUNIQ_TABLE 1066
00086 #define ER_INVALID_DEFAULT 1067
00087 #define ER_MULTIPLE_PRI_KEY 1068
00088 #define ER_TOO_MANY_KEYS 1069
00089 #define ER_TOO_MANY_KEY_PARTS 1070
00090 #define ER_TOO_LONG_KEY 1071
00091 #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
00092 #define ER_BLOB_USED_AS_KEY 1073
00093 #define ER_TOO_BIG_FIELDLENGTH 1074
00094 #define ER_WRONG_AUTO_KEY 1075
00095 #define ER_READY 1076
00096 #define ER_NORMAL_SHUTDOWN 1077
00097 #define ER_GOT_SIGNAL 1078
00098 #define ER_SHUTDOWN_COMPLETE 1079
00099 #define ER_FORCING_CLOSE 1080
00100 #define ER_IPSOCK_ERROR 1081
00101 #define ER_NO_SUCH_INDEX 1082
00102 #define ER_WRONG_FIELD_TERMINATORS 1083
00103 #define ER_BLOBS_AND_NO_TERMINATED 1084
00104 #define ER_TEXTFILE_NOT_READABLE 1085
00105 #define ER_FILE_EXISTS_ERROR 1086
00106 #define ER_LOAD_INFO 1087
00107 #define ER_ALTER_INFO 1088
00108 #define ER_WRONG_SUB_KEY 1089
00109 #define ER_CANT_REMOVE_ALL_FIELDS 1090
00110 #define ER_CANT_DROP_FIELD_OR_KEY 1091
00111 #define ER_INSERT_INFO 1092
00112 #define ER_UPDATE_TABLE_USED 1093
00113 #define ER_NO_SUCH_THREAD 1094
00114 #define ER_KILL_DENIED_ERROR 1095
00115 #define ER_NO_TABLES_USED 1096
00116 #define ER_TOO_BIG_SET 1097
00117 #define ER_NO_UNIQUE_LOGFILE 1098
00118 #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
00119 #define ER_TABLE_NOT_LOCKED 1100
00120 #define ER_BLOB_CANT_HAVE_DEFAULT 1101
00121 #define ER_WRONG_DB_NAME 1102
00122 #define ER_WRONG_TABLE_NAME 1103
00123 #define ER_TOO_BIG_SELECT 1104
00124 #define ER_UNKNOWN_ERROR 1105
00125 #define ER_UNKNOWN_PROCEDURE 1106
00126 #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
00127 #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
00128 #define ER_UNKNOWN_TABLE 1109
00129 #define ER_FIELD_SPECIFIED_TWICE 1110
00130 #define ER_INVALID_GROUP_FUNC_USE 1111
00131 #define ER_UNSUPPORTED_EXTENSION 1112
00132 #define ER_TABLE_MUST_HAVE_COLUMNS 1113
00133 #define ER_RECORD_FILE_FULL 1114
00134 #define ER_UNKNOWN_CHARACTER_SET 1115
00135 #define ER_TOO_MANY_TABLES 1116
00136 #define ER_TOO_MANY_FIELDS 1117
00137 #define ER_TOO_BIG_ROWSIZE 1118
00138 #define ER_STACK_OVERRUN 1119
00139 #define ER_WRONG_OUTER_JOIN 1120
00140 #define ER_NULL_COLUMN_IN_INDEX 1121
00141 #define ER_CANT_FIND_UDF 1122
00142 #define ER_CANT_INITIALIZE_UDF 1123
00143 #define ER_UDF_NO_PATHS 1124
00144 #define ER_UDF_EXISTS 1125
00145 #define ER_CANT_OPEN_LIBRARY 1126
00146 #define ER_CANT_FIND_DL_ENTRY 1127
00147 #define ER_FUNCTION_NOT_DEFINED 1128
00148 #define ER_HOST_IS_BLOCKED 1129
00149 #define ER_HOST_NOT_PRIVILEGED 1130
00150 #define ER_PASSWORD_ANONYMOUS_USER 1131
00151 #define ER_PASSWORD_NOT_ALLOWED 1132
00152 #define ER_PASSWORD_NO_MATCH 1133
00153 #define ER_UPDATE_INFO 1134
00154 #define ER_CANT_CREATE_THREAD 1135
00155 #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
00156 #define ER_CANT_REOPEN_TABLE 1137
00157 #define ER_INVALID_USE_OF_NULL 1138
00158 #define ER_REGEXP_ERROR 1139
00159 #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
00160 #define ER_NONEXISTING_GRANT 1141
00161 #define ER_TABLEACCESS_DENIED_ERROR 1142
00162 #define ER_COLUMNACCESS_DENIED_ERROR 1143
00163 #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
00164 #define ER_GRANT_WRONG_HOST_OR_USER 1145
00165 #define ER_NO_SUCH_TABLE 1146
00166 #define ER_NONEXISTING_TABLE_GRANT 1147
00167 #define ER_NOT_ALLOWED_COMMAND 1148
00168 #define ER_SYNTAX_ERROR 1149
00169 #define ER_DELAYED_CANT_CHANGE_LOCK 1150
00170 #define ER_TOO_MANY_DELAYED_THREADS 1151
00171 #define ER_ABORTING_CONNECTION 1152
00172 #define ER_NET_PACKET_TOO_LARGE 1153
00173 #define ER_NET_READ_ERROR_FROM_PIPE 1154
00174 #define ER_NET_FCNTL_ERROR 1155
00175 #define ER_NET_PACKETS_OUT_OF_ORDER 1156
00176 #define ER_NET_UNCOMPRESS_ERROR 1157
00177 #define ER_NET_READ_ERROR 1158
00178 #define ER_NET_READ_INTERRUPTED 1159
00179 #define ER_NET_ERROR_ON_WRITE 1160
00180 #define ER_NET_WRITE_INTERRUPTED 1161
00181 #define ER_TOO_LONG_STRING 1162
00182 #define ER_TABLE_CANT_HANDLE_BLOB 1163
00183 #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
00184 #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
00185 #define ER_WRONG_COLUMN_NAME 1166
00186 #define ER_WRONG_KEY_COLUMN 1167
00187 #define ER_WRONG_MRG_TABLE 1168
00188 #define ER_DUP_UNIQUE 1169
00189 #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
00190 #define ER_PRIMARY_CANT_HAVE_NULL 1171
00191 #define ER_TOO_MANY_ROWS 1172
00192 #define ER_REQUIRES_PRIMARY_KEY 1173
00193 #define ER_NO_RAID_COMPILED 1174
00194 #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
00195 #define ER_KEY_DOES_NOT_EXITS 1176
00196 #define ER_CHECK_NO_SUCH_TABLE 1177
00197 #define ER_CHECK_NOT_IMPLEMENTED 1178
00198 #define ER_CANT_DO_THIS_DURING_AN_TRANSACTION 1179
00199 #define ER_ERROR_DURING_COMMIT 1180
00200 #define ER_ERROR_DURING_ROLLBACK 1181
00201 #define ER_ERROR_DURING_FLUSH_LOGS 1182
00202 #define ER_ERROR_DURING_CHECKPOINT 1183
00203 #define ER_NEW_ABORTING_CONNECTION 1184
00204 #define ER_DUMP_NOT_IMPLEMENTED    1185
00205 #define ER_FLUSH_MASTER_BINLOG_CLOSED 1186
00206 #define ER_INDEX_REBUILD  1187
00207 #define ER_MASTER 1188
00208 #define ER_MASTER_NET_READ 1189
00209 #define ER_MASTER_NET_WRITE 1190
00210 #define ER_FT_MATCHING_KEY_NOT_FOUND 1191
00211 #define ER_LOCK_OR_ACTIVE_TRANSACTION 1192
00212 #define ER_UNKNOWN_SYSTEM_VARIABLE 1193
00213 #define ER_CRASHED_ON_USAGE 1194
00214 #define ER_CRASHED_ON_REPAIR 1195
00215 #define ER_WARNING_NOT_COMPLETE_ROLLBACK 1196
00216 #define ER_TRANS_CACHE_FULL 1197
00217 #define ER_SLAVE_MUST_STOP 1198
00218 #define ER_SLAVE_NOT_RUNNING 1199
00219 #define ER_BAD_SLAVE 1200
00220 #define ER_MASTER_INFO 1201
00221 #define ER_SLAVE_THREAD 1202
00222 #define ER_TOO_MANY_USER_CONNECTIONS 1203
00223 #define ER_SET_CONSTANTS_ONLY 1204
00224 #define ER_LOCK_WAIT_TIMEOUT 1205
00225 #define ER_LOCK_TABLE_FULL 1206
00226 #define ER_READ_ONLY_TRANSACTION 1207
00227 #define ER_DROP_DB_WITH_READ_LOCK 1208
00228 #define ER_CREATE_DB_WITH_READ_LOCK 1209
00229 #define ER_WRONG_ARGUMENTS 1210
00230 #define ER_NO_PERMISSION_TO_CREATE_USER 1211
00231 #define ER_UNION_TABLES_IN_DIFFERENT_DIR 1212
00232 #define ER_LOCK_DEADLOCK 1213
00233 #define ER_TABLE_CANT_HANDLE_FT 1214
00234 #define ER_CANNOT_ADD_FOREIGN 1215
00235 #define ER_NO_REFERENCED_ROW 1216
00236 #define ER_ROW_IS_REFERENCED 1217
00237 #define ER_CONNECT_TO_MASTER 1218
00238 #define ER_QUERY_ON_MASTER 1219
00239 #define ER_ERROR_WHEN_EXECUTING_COMMAND 1220
00240 #define ER_WRONG_USAGE 1221
00241 #define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1222
00242 #define ER_CANT_UPDATE_WITH_READLOCK 1223
00243 #define ER_MIXING_NOT_ALLOWED 1224
00244 #define ER_DUP_ARGUMENT 1225
00245 #define ER_USER_LIMIT_REACHED 1226
00246 #define ER_SPECIFIC_ACCESS_DENIED_ERROR 1227
00247 #define ER_LOCAL_VARIABLE 1228
00248 #define ER_GLOBAL_VARIABLE 1229
00249 #define ER_NO_DEFAULT 1230
00250 #define ER_WRONG_VALUE_FOR_VAR 1231
00251 #define ER_WRONG_TYPE_FOR_VAR 1232
00252 #define ER_VAR_CANT_BE_READ 1233
00253 #define ER_CANT_USE_OPTION_HERE 1234
00254 #define ER_NOT_SUPPORTED_YET    1235
00255 #define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
00256 #define ER_SLAVE_IGNORED_TABLE 1237
00257 #define ER_INCORRECT_GLOBAL_LOCAL_VAR 1238
00258 #define ER_WRONG_FK_DEF 1239
00259 #define ER_KEY_REF_DO_NOT_MATCH_TABLE_REF 1240
00260 #define ER_OPERAND_COLUMNS 1241
00261 #define ER_SUBQUERY_NO_1_ROW 1242
00262 #define ER_UNKNOWN_STMT_HANDLER 1243
00263 #define ER_CORRUPT_HELP_DB 1244
00264 #define ER_CYCLIC_REFERENCE 1245
00265 #define ER_AUTO_CONVERT 1246
00266 #define ER_ILLEGAL_REFERENCE 1247
00267 #define ER_DERIVED_MUST_HAVE_ALIAS 1248
00268 #define ER_SELECT_REDUCED 1249
00269 #define ER_TABLENAME_NOT_ALLOWED_HERE 1250
00270 #define ER_NOT_SUPPORTED_AUTH_MODE 1251
00271 #define ER_SPATIAL_CANT_HAVE_NULL 1252
00272 #define ER_COLLATION_CHARSET_MISMATCH 1253
00273 #define ER_SLAVE_WAS_RUNNING 1254
00274 #define ER_SLAVE_WAS_NOT_RUNNING 1255
00275 #define ER_TOO_BIG_FOR_UNCOMPRESS 1256
00276 #define ER_ZLIB_Z_MEM_ERROR 1257
00277 #define ER_ZLIB_Z_BUF_ERROR 1258
00278 #define ER_ZLIB_Z_DATA_ERROR 1259
00279 #define ER_CUT_VALUE_GROUP_CONCAT 1260
00280 #define ER_WARN_TOO_FEW_RECORDS 1261
00281 #define ER_WARN_TOO_MANY_RECORDS 1262
00282 #define ER_WARN_NULL_TO_NOTNULL 1263
00283 #define ER_WARN_DATA_OUT_OF_RANGE 1264
00284 #define ER_WARN_DATA_TRUNCATED 1265
00285 #define ER_WARN_USING_OTHER_HANDLER 1266
00286 #define ER_CANT_AGGREGATE_2COLLATIONS 1267
00287 #define ER_DROP_USER 1268
00288 #define ER_REVOKE_GRANTS 1269
00289 #define ER_CANT_AGGREGATE_3COLLATIONS 1270
00290 #define ER_CANT_AGGREGATE_NCOLLATIONS 1271
00291 #define ER_VARIABLE_IS_NOT_STRUCT 1272
00292 #define ER_UNKNOWN_COLLATION 1273
00293 #define ER_SLAVE_IGNORED_SSL_PARAMS 1274
00294 #define ER_SERVER_IS_IN_SECURE_AUTH_MODE 1275
00295 #define ER_WARN_FIELD_RESOLVED 1276
00296 #define ER_BAD_SLAVE_UNTIL_COND 1277
00297 #define ER_MISSING_SKIP_SLAVE 1278
00298 #define ER_UNTIL_COND_IGNORED 1279
00299 #define ER_WRONG_NAME_FOR_INDEX 1280
00300 #define ER_WRONG_NAME_FOR_CATALOG 1281
00301 #define ER_WARN_QC_RESIZE 1282
00302 #define ER_BAD_FT_COLUMN 1283
00303 #define ER_UNKNOWN_KEY_CACHE 1284
00304 #define ER_WARN_HOSTNAME_WONT_WORK 1285
00305 #define ER_UNKNOWN_STORAGE_ENGINE 1286
00306 #define ER_WARN_DEPRECATED_SYNTAX 1287
00307 #define ER_NON_UPDATABLE_TABLE 1288
00308 #define ER_FEATURE_DISABLED 1289
00309 #define ER_OPTION_PREVENTS_STATEMENT 1290
00310 #define ER_DUPLICATED_VALUE_IN_TYPE 1291
00311 #define ER_TRUNCATED_WRONG_VALUE 1292
00312 #define ER_TOO_MUCH_AUTO_TIMESTAMP_COLS 1293
00313 #define ER_INVALID_ON_UPDATE 1294
00314 #define ER_UNSUPPORTED_PS 1295
00315 #define ER_GET_ERRMSG 1296
00316 #define ER_GET_TEMPORARY_ERRMSG 1297
00317 #define ER_UNKNOWN_TIME_ZONE 1298
00318 #define ER_WARN_INVALID_TIMESTAMP 1299
00319 #define ER_INVALID_CHARACTER_STRING 1300
00320 #define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301
00321 #define ER_CONFLICTING_DECLARATIONS 1302
00322 #define ER_ERROR_MESSAGES 303
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'