Annotation of win32/sql/mysql/include/mysqld_error.h, revision 1.1.1.1
1.1 parser 1: /* Definefile for errormessagenumbers */
2:
3: #define ER_HASHCHK 1000
4: #define ER_NISAMCHK 1001
5: #define ER_NO 1002
6: #define ER_YES 1003
7: #define ER_CANT_CREATE_FILE 1004
8: #define ER_CANT_CREATE_TABLE 1005
9: #define ER_CANT_CREATE_DB 1006
10: #define ER_DB_CREATE_EXISTS 1007
11: #define ER_DB_DROP_EXISTS 1008
12: #define ER_DB_DROP_DELETE 1009
13: #define ER_DB_DROP_RMDIR 1010
14: #define ER_CANT_DELETE_FILE 1011
15: #define ER_CANT_FIND_SYSTEM_REC 1012
16: #define ER_CANT_GET_STAT 1013
17: #define ER_CANT_GET_WD 1014
18: #define ER_CANT_LOCK 1015
19: #define ER_CANT_OPEN_FILE 1016
20: #define ER_FILE_NOT_FOUND 1017
21: #define ER_CANT_READ_DIR 1018
22: #define ER_CANT_SET_WD 1019
23: #define ER_CHECKREAD 1020
24: #define ER_DISK_FULL 1021
25: #define ER_DUP_KEY 1022
26: #define ER_ERROR_ON_CLOSE 1023
27: #define ER_ERROR_ON_READ 1024
28: #define ER_ERROR_ON_RENAME 1025
29: #define ER_ERROR_ON_WRITE 1026
30: #define ER_FILE_USED 1027
31: #define ER_FILSORT_ABORT 1028
32: #define ER_FORM_NOT_FOUND 1029
33: #define ER_GET_ERRNO 1030
34: #define ER_ILLEGAL_HA 1031
35: #define ER_KEY_NOT_FOUND 1032
36: #define ER_NOT_FORM_FILE 1033
37: #define ER_NOT_KEYFILE 1034
38: #define ER_OLD_KEYFILE 1035
39: #define ER_OPEN_AS_READONLY 1036
40: #define ER_OUTOFMEMORY 1037
41: #define ER_OUT_OF_SORTMEMORY 1038
42: #define ER_UNEXPECTED_EOF 1039
43: #define ER_CON_COUNT_ERROR 1040
44: #define ER_OUT_OF_RESOURCES 1041
45: #define ER_BAD_HOST_ERROR 1042
46: #define ER_HANDSHAKE_ERROR 1043
47: #define ER_DBACCESS_DENIED_ERROR 1044
48: #define ER_ACCESS_DENIED_ERROR 1045
49: #define ER_NO_DB_ERROR 1046
50: #define ER_UNKNOWN_COM_ERROR 1047
51: #define ER_BAD_NULL_ERROR 1048
52: #define ER_BAD_DB_ERROR 1049
53: #define ER_TABLE_EXISTS_ERROR 1050
54: #define ER_BAD_TABLE_ERROR 1051
55: #define ER_NON_UNIQ_ERROR 1052
56: #define ER_SERVER_SHUTDOWN 1053
57: #define ER_BAD_FIELD_ERROR 1054
58: #define ER_WRONG_FIELD_WITH_GROUP 1055
59: #define ER_WRONG_GROUP_FIELD 1056
60: #define ER_WRONG_SUM_SELECT 1057
61: #define ER_WRONG_VALUE_COUNT 1058
62: #define ER_TOO_LONG_IDENT 1059
63: #define ER_DUP_FIELDNAME 1060
64: #define ER_DUP_KEYNAME 1061
65: #define ER_DUP_ENTRY 1062
66: #define ER_WRONG_FIELD_SPEC 1063
67: #define ER_PARSE_ERROR 1064
68: #define ER_EMPTY_QUERY 1065
69: #define ER_NONUNIQ_TABLE 1066
70: #define ER_INVALID_DEFAULT 1067
71: #define ER_MULTIPLE_PRI_KEY 1068
72: #define ER_TOO_MANY_KEYS 1069
73: #define ER_TOO_MANY_KEY_PARTS 1070
74: #define ER_TOO_LONG_KEY 1071
75: #define ER_KEY_COLUMN_DOES_NOT_EXITS 1072
76: #define ER_BLOB_USED_AS_KEY 1073
77: #define ER_TOO_BIG_FIELDLENGTH 1074
78: #define ER_WRONG_AUTO_KEY 1075
79: #define ER_READY 1076
80: #define ER_NORMAL_SHUTDOWN 1077
81: #define ER_GOT_SIGNAL 1078
82: #define ER_SHUTDOWN_COMPLETE 1079
83: #define ER_FORCING_CLOSE 1080
84: #define ER_IPSOCK_ERROR 1081
85: #define ER_NO_SUCH_INDEX 1082
86: #define ER_WRONG_FIELD_TERMINATORS 1083
87: #define ER_BLOBS_AND_NO_TERMINATED 1084
88: #define ER_TEXTFILE_NOT_READABLE 1085
89: #define ER_FILE_EXISTS_ERROR 1086
90: #define ER_LOAD_INFO 1087
91: #define ER_ALTER_INFO 1088
92: #define ER_WRONG_SUB_KEY 1089
93: #define ER_CANT_REMOVE_ALL_FIELDS 1090
94: #define ER_CANT_DROP_FIELD_OR_KEY 1091
95: #define ER_INSERT_INFO 1092
96: #define ER_INSERT_TABLE_USED 1093
97: #define ER_NO_SUCH_THREAD 1094
98: #define ER_KILL_DENIED_ERROR 1095
99: #define ER_NO_TABLES_USED 1096
100: #define ER_TOO_BIG_SET 1097
101: #define ER_NO_UNIQUE_LOGFILE 1098
102: #define ER_TABLE_NOT_LOCKED_FOR_WRITE 1099
103: #define ER_TABLE_NOT_LOCKED 1100
104: #define ER_BLOB_CANT_HAVE_DEFAULT 1101
105: #define ER_WRONG_DB_NAME 1102
106: #define ER_WRONG_TABLE_NAME 1103
107: #define ER_TOO_BIG_SELECT 1104
108: #define ER_UNKNOWN_ERROR 1105
109: #define ER_UNKNOWN_PROCEDURE 1106
110: #define ER_WRONG_PARAMCOUNT_TO_PROCEDURE 1107
111: #define ER_WRONG_PARAMETERS_TO_PROCEDURE 1108
112: #define ER_UNKNOWN_TABLE 1109
113: #define ER_FIELD_SPECIFIED_TWICE 1110
114: #define ER_INVALID_GROUP_FUNC_USE 1111
115: #define ER_UNSUPPORTED_EXTENSION 1112
116: #define ER_TABLE_MUST_HAVE_COLUMNS 1113
117: #define ER_RECORD_FILE_FULL 1114
118: #define ER_UNKNOWN_CHARACTER_SET 1115
119: #define ER_TOO_MANY_TABLES 1116
120: #define ER_TOO_MANY_FIELDS 1117
121: #define ER_TOO_BIG_ROWSIZE 1118
122: #define ER_STACK_OVERRUN 1119
123: #define ER_WRONG_OUTER_JOIN 1120
124: #define ER_NULL_COLUMN_IN_INDEX 1121
125: #define ER_CANT_FIND_UDF 1122
126: #define ER_CANT_INITIALIZE_UDF 1123
127: #define ER_UDF_NO_PATHS 1124
128: #define ER_UDF_EXISTS 1125
129: #define ER_CANT_OPEN_LIBRARY 1126
130: #define ER_CANT_FIND_DL_ENTRY 1127
131: #define ER_FUNCTION_NOT_DEFINED 1128
132: #define ER_HOST_IS_BLOCKED 1129
133: #define ER_HOST_NOT_PRIVILEGED 1130
134: #define ER_PASSWORD_ANONYMOUS_USER 1131
135: #define ER_PASSWORD_NOT_ALLOWED 1132
136: #define ER_PASSWORD_NO_MATCH 1133
137: #define ER_UPDATE_INFO 1134
138: #define ER_CANT_CREATE_THREAD 1135
139: #define ER_WRONG_VALUE_COUNT_ON_ROW 1136
140: #define ER_CANT_REOPEN_TABLE 1137
141: #define ER_INVALID_USE_OF_NULL 1138
142: #define ER_REGEXP_ERROR 1139
143: #define ER_MIX_OF_GROUP_FUNC_AND_FIELDS 1140
144: #define ER_NONEXISTING_GRANT 1141
145: #define ER_TABLEACCESS_DENIED_ERROR 1142
146: #define ER_COLUMNACCESS_DENIED_ERROR 1143
147: #define ER_ILLEGAL_GRANT_FOR_TABLE 1144
148: #define ER_GRANT_WRONG_HOST_OR_USER 1145
149: #define ER_NO_SUCH_TABLE 1146
150: #define ER_NONEXISTING_TABLE_GRANT 1147
151: #define ER_NOT_ALLOWED_COMMAND 1148
152: #define ER_SYNTAX_ERROR 1149
153: #define ER_DELAYED_CANT_CHANGE_LOCK 1150
154: #define ER_TOO_MANY_DELAYED_THREADS 1151
155: #define ER_ABORTING_CONNECTION 1152
156: #define ER_NET_PACKET_TOO_LARGE 1153
157: #define ER_NET_READ_ERROR_FROM_PIPE 1154
158: #define ER_NET_FCNTL_ERROR 1155
159: #define ER_NET_PACKETS_OUT_OF_ORDER 1156
160: #define ER_NET_UNCOMPRESS_ERROR 1157
161: #define ER_NET_READ_ERROR 1158
162: #define ER_NET_READ_INTERRUPTED 1159
163: #define ER_NET_ERROR_ON_WRITE 1160
164: #define ER_NET_WRITE_INTERRUPTED 1161
165: #define ER_TOO_LONG_STRING 1162
166: #define ER_TABLE_CANT_HANDLE_BLOB 1163
167: #define ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 1164
168: #define ER_DELAYED_INSERT_TABLE_LOCKED 1165
169: #define ER_WRONG_COLUMN_NAME 1166
170: #define ER_WRONG_KEY_COLUMN 1167
171: #define ER_WRONG_MRG_TABLE 1168
172: #define ER_DUP_UNIQUE 1169
173: #define ER_BLOB_KEY_WITHOUT_LENGTH 1170
174: #define ER_PRIMARY_CANT_HAVE_NULL 1171
175: #define ER_TOO_MANY_ROWS 1172
176: #define ER_REQUIRES_PRIMARY_KEY 1173
177: #define ER_NO_RAID_COMPILED 1174
178: #define ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE 1175
179: #define ER_KEY_DOES_NOT_EXITS 1176
180: #define ER_CHECK_NO_SUCH_TABLE 1177
181: #define ER_CHECK_NOT_IMPLEMENTED 1178
182: #define ER_ERROR_MESSAGES 179
E-mail: