1064 PARSE_ERROR: %s near '%s' at line %d (missing apost or quote?) keyword spelled CORRECTLY!!
141
1000 HASHCHK: hashchk
1001 NISAMCHK: isamchk
1002 NO: NO
1003 YES: YES
1004 CANT_CREATE_FILE: Can't create file '%s' (errno: %d)
1005 CANT_CREATE_TABLE: Can't create table '%s' (errno: %d)
1006 CANT_CREATE_DB: Can't create database '%s' (errno: %d)
1007 DB_CREATE_EXISTS: Can't create database '%s'; database exists
1008 DB_DROP_EXISTS: Can't drop database '%s'; database doesn't exist
1009 DB_DROP_DELETE: Error dropping database (can't delete '%s', errno: %d)
1010 DB_DROP_RMDIR: Error dropping database (can't rmdir '%s', errno: %d)
1011 CANT_DELETE_FILE: Error on delete of '%s' (errno: %d)
1012 CANT_FIND_SYSTEM_REC: Can't read record in system table
1013 CANT_GET_STAT: Can't get status of '%s' (errno: %d)
1014 CANT_GET_WD: Can't get working directory (errno: %d)
1015 CANT_LOCK: Can't lock file (errno: %d)
1016 CANT_OPEN_FILE: Can't open file: '%s' (errno: %d)
1017 FILE_NOT_FOUND: Can't find file: '%s' (errno: %d)
1018 CANT_READ_DIR: Can't read dir of '%s' (errno: %d)
1019 CANT_SET_WD: Can't change dir to '%s' (errno: %d)
1020 CHECKREAD: Record has changed since last read in table '%s'
1021 DISK_FULL: Disk full (%s); waiting for someone to free some space...
1022 DUP_KEY: Can't write; duplicate key in table '%s'
1023 ERROR_ON_CLOSE: Error on close of '%s' (errno: %d)
1024 ERROR_ON_READ: Error reading file '%s' (errno: %d)
1025 ERROR_ON_RENAME: Error on rename of '%s' to '%s' (errno: %d)
1026 ERROR_ON_WRITE: Error writing file '%s' (errno: %d)
1027 FILE_USED: '%s' is locked against change
1028 FILSORT_ABORT: Sort aborted
1029 FORM_NOT_FOUND: View '%s' doesn't exist for '%s'
1030 GET_ERRNO: Got error %d from storage engine
1031 ILLEGAL_HA: Table storage engine for '%s' doesn't have this option
1032 KEY_NOT_FOUND: Can't find record in '%s'
1033 NOT_FORM_FILE: Incorrect information in file: '%s'
1034 NOT_KEYFILE: Incorrect key file for table '%s'; try to repair it
1035 OLD_KEYFILE: Old key file for table '%s'; repair it!
1036 OPEN_AS_READONLY: Table '%s' is read only
1037 OUTOFMEMORY: Out of memory; restart server and try again (needed %d bytes)
1038 OUT_OF_SORTMEMORY: Out of sort memory; increase server sort buffer size
1039 UNEXPECTED_EOF: Unexpected EOF found when reading file '%s' (errno: %d)
1040 CON_COUNT_ERROR: Too many connections
1041 OUT_OF_RESOURCES: Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
1042 BAD_HOST_ERROR: Can't get hostname for your address
1043 HANDSHAKE_ERROR: Bad handshake
1044 DBACCESS_DENIED_ERROR: Access denied for user '%s'@'%s' to database '%s'
1045 ACCESS_DENIED_ERROR: Access denied for user '%s'@'%s' (using password: %s)
1046 NO_DB_ERROR: No database selected
1047 UNKNOWN_COM_ERROR: Unknown command
1048 BAD_NULL_ERROR: Column '%s' cannot be null
1049 BAD_DB_ERROR: Unknown database '%s'
1050 TABLE_EXISTS_ERROR: Table '%s' already exists
1051 BAD_TABLE_ERROR: Unknown table '%s'
1052 NON_UNIQ_ERROR: Column '%s' in %s is ambiguous
1053 SERVER_SHUTDOWN: Server shutdown in progress
1054 BAD_FIELD_ERROR: Unknown column '%s' in '%s'
1055 WRONG_FIELD_WITH_GROUP: '%s' isn't in GROUP BY
1056 WRONG_GROUP_FIELD: Can't group on '%s'
1057 WRONG_SUM_SELECT: Statement has sum functions and columns in same statement
1058 WRONG_VALUE_COUNT: Column count doesn't match value count
1059 TOO_LONG_IDENT: Identifier name '%s' is too long
1060 DUP_FIELDNAME: Duplicate column name '%s'
1061 DUP_KEYNAME: Duplicate key name '%s'
1062 DUP_ENTRY: Duplicate entry '%s' for key %d
1063 WRONG_FIELD_SPEC: Incorrect column specifier for column '%s'
1064 PARSE_ERROR: %s near '%s' at line %d
1065 EMPTY_QUERY: Query was empty
1066 NONUNIQ_TABLE: Not unique table/alias: '%s'
1067 INVALID_DEFAULT: Invalid default value for '%s'
1068 MULTIPLE_PRI_KEY: Multiple primary key defined
1069 TOO_MANY_KEYS: Too many keys specified; max %d keys allowed
1070 TOO_MANY_KEY_PARTS: Too many key parts specified; max %d parts allowed
1071 TOO_LONG_KEY: Specified key was too long; max key length is %d bytes
1072 KEY_COLUMN_DOES_NOT_EXITS: Key column '%s' doesn't exist in table
1073 BLOB_USED_AS_KEY: BLOB column '%s' can't be used in key specification withused table type
1074 TOO_BIG_FIELDLENGTH: Column length too big for column '%s' (max = %lu); use BLOB or TEXT instead
1075 WRONG_AUTO_KEY: Incorrect table definition; there can be only one auto column and it must be defined as a key
1076 READY: %s: ready for connections. Version: '%s' socket: '%s' port: %d
1077 NORMAL_SHUTDOWN: %s: Normal shutdown
1078 GOT_SIGNAL: %s: Got signal %d. Aborting!
1079 SHUTDOWN_COMPLETE: %s: Shutdown complete
1080 FORCING_CLOSE: %s: Forcing close of thread %ld user: '%s'
1081 IPSOCK_ERROR: Can't create IP socket
1082 NO_SUCH_INDEX: Table '%s' has no index likeone used in CREATE INDEX; recreate the table
1083 WRONG_FIELD_TERMINATORS: Field separator argument is not what is expected; checkmanual
1084 BLOBS_AND_NO_TERMINATED: You can't use fixed rowlength with BLOBs; please use 'fields terminated by'
1085 TEXTFILE_NOT_READABLE:file '%s' must be in the database directory or be readable by all
1086 FILE_EXISTS_ERROR: File '%s' already exists
1087 LOAD_INFO: Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld
1088 ALTER_INFO: Records: %ld Duplicates: %ld
1089 WRONG_SUB_KEY: Incorrect prefix key;used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys
1090 CANT_REMOVE_ALL_FIELDS: You can't delete all columns with ALTER TABLE; use DROP TABLE instead
1091 CANT_DROP_FIELD_OR_KEY: Can't DROP '%s'; check that column/key exists
1092 INSERT_INFO: Records: %ld Duplicates: %ld Warnings: %ld
1093 UPDATE_TABLE_USED: You can't specify target table '%s' for update in FROM clause
1094 NO_SUCH_THREAD: Unknown thread id: %lu
1095 KILL_DENIED_ERROR: You are not owner of thread %lu
1096 NO_TABLES_USED: No tables used
1097 TOO_BIG_SET: Too many strings for column %s and SET
1098 NO_UNIQUE_LOGFILE: Can't generate a unique log-filename %s.(1-999)
1099 TABLE_NOT_LOCKED_FOR_WRITE: Table '%s' was locked with a READ lock and can't be updated
1100 TABLE_NOT_LOCKED: Table '%s' was not locked with LOCK TABLES
1101 BLOB_CANT_HAVE_DEFAULT: BLOB/TEXT column '%s' can't have a default value
1102 WRONG_DB_NAME: Incorrect database name '%s'
1103 WRONG_TABLE_NAME: Incorrect table name '%s'
1104 TOO_BIG_SELECT:SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
1105 UNKNOWN_ERROR: Unknown error
1106 UNKNOWN_PROCEDURE: Unknown procedure '%s'
1107 WRONG_PARAMCOUNT_TO_PROCEDURE: Incorrect parameter count to procedure '%s'
1108 WRONG_PARAMETERS_TO_PROCEDURE: Incorrect parameters to procedure '%s'
1109 UNKNOWN_TABLE: Unknown table '%s' in %s
1110 FIELD_SPECIFIED_TWICE: Column '%s' specified twice
1111 INVALID_GROUP_FUNC_USE: Invalid use of group function
1112 UNSUPPORTED_EXTENSION: Table '%s' uses an extension that doesn't exist in this MySQL version
1113 TABLE_MUST_HAVE_COLUMNS: A table must have at least 1 column
1114 RECORD_FILE_FULL:table '%s' is full
1115 UNKNOWN_CHARACTER_SET: Unknown character set: '%s'
1116 TOO_MANY_TABLES: Too many tables; MySQL can only use %d tables in a join
1117 TOO_MANY_FIELDS: Too many columns
1118 TOO_BIG_ROWSIZE: Row size too large.maximum row size for the used table type, not counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs
1119 STACK_OVERRUN: Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O thread_stack=#' to specify a bigger stack if needed
1120 WRONG_OUTER_JOIN: Cross dependency found in OUTER JOIN; examine your ON conditions
1121 NULL_COLUMN_IN_INDEX: Table handler doesn't support NULL in given index. Please change column '%s' to be NOT NULL or use another handler
1122 CANT_FIND_UDF: Can't load function '%s'
1123 CANT_INITIALIZE_UDF: Can't initialize function '%s'; %s
1124 UDF_NO_PATHS: No paths allowed for shared library
1125 UDF_EXISTS: Function '%s' already exists
1126 CANT_OPEN_LIBRARY: Can't open shared library '%s' (errno: %d %s)
1127 CANT_FIND_DL_ENTRY: Can't find symbol '%s' in library
1128 FUNCTION_NOT_DEFINED: Function '%s' is not defined
1129 HOST_IS_BLOCKED: Host '%s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
1130 HOST_NOT_PRIVILEGED: Host '%s' is not allowed to connect to this MySQL server
1131 PASSWORD_ANONYMOUS_USER: You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords
1132 PASSWORD_NOT_ALLOWED: You must have privileges to update tables inmysql database to be able to change passwords for others
1133 PASSWORD_NO_MATCH: Can't find any matching row inuser table
1134 UPDATE_INFO: Rows matched: %ld Changed: %ld Warnings: %ld
1135 CANT_CREATE_THREAD: Can't create a new thread (errno %d); if you are not out of available memory, you can consultmanual for a possible OS-dependent bug
1136 WRONG_VALUE_COUNT_ON_ROW: Column count doesn't match value count at row %ld
1137 CANT_REOPEN_TABLE: Can't reopen table: '%s'
1138 INVALID_USE_OF_NULL: Invalid use of NULL value
1139 REGEXP_ERROR: Got error '%s' from regexp
1140 MIX_OF_GROUP_FUNC_AND_FIELDS: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
1141 NONEXISTING_GRANT: There is no such grant defined for user '%s' on host '%s'
1142 TABLEACCESS_DENIED_ERROR: %s command denied to user '%s'@'%s' for table '%s'
1143 COLUMNACCESS_DENIED_ERROR: %s command denied to user '%s'@'%s' for column '%s' in table '%s'
1144 ILLEGAL_GRANT_FOR_TABLE: Illegal GRANT/REVOKE command; please consultmanual to see which privileges can be used
1145 GRANT_WRONG_HOST_OR_USER:host or user argument to GRANT is too long
1146 NO_SUCH_TABLE: Table '%s.%s' doesn't exist
1147 NONEXISTING_TABLE_GRANT: There is no such grant defined for user '%s' on host '%s' on table '%s'
1148 NOT_ALLOWED_COMMAND:used command is not allowed with this MySQL version
1149 SYNTAX_ERROR: You have an error in your SQL syntax; checkmanual that corresponds to your MySQL server version for the right syntax to use
1150 DELAYED_CANT_CHANGE_LOCK: Delayed insert thread couldn't get requested lock for table %s
1151 TOO_MANY_DELAYED_THREADS: Too many delayed threads in use
1152 ABORTING_CONNECTION: Aborted connection %ld to db: '%s' user: '%s' (%s)
1153 NET_PACKET_TOO_LARGE: Got a packet bigger than 'max_allowed_packet' bytes
1154 NET_READ_ERROR_FROM_PIPE: Got a read error fromconnection pipe
1155 NET_FCNTL_ERROR: Got an error from fcntl()
1156 NET_PACKETS_OUT_OF_ORDER: Got packets out of order
1157 NET_UNCOMPRESS_ERROR: Couldn't uncompress communication packet
1158 NET_READ_ERROR: Got an error reading communication packets
1159 NET_READ_INTERRUPTED: Got timeout reading communication packets
1160 NET_ERROR_ON_WRITE: Got an error writing communication packets
1161 NET_WRITE_INTERRUPTED: Got timeout writing communication packets
1162 TOO_LONG_STRING: Result string is longer than 'max_allowed_packet' bytes
1163 TABLE_CANT_HANDLE_BLOB:used table type doesn't support BLOB/TEXT columns
1164 TABLE_CANT_HANDLE_AUTO_INCREMENT:used table type doesn't support AUTO_INCREMENT columns
1165 DELAYED_INSERT_TABLE_LOCKED: INSERT DELAYED can't be used with table '%s' because it is locked with LOCK TABLES
1166 WRONG_COLUMN_NAME: Incorrect column name '%s'
1167 WRONG_KEY_COLUMN:used storage engine can't index column '%s'
1168 WRONG_MRG_TABLE: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
1169 DUP_UNIQUE: Can't write, because of unique constraint, to table '%s'
1170 BLOB_KEY_WITHOUT_LENGTH: BLOB/TEXT column '%s' used in key specification without a key length
1171 PRIMARY_CANT_HAVE_NULL: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
1172 TOO_MANY_ROWS: Result consisted of more than one row
1173 REQUIRES_PRIMARY_KEY: This table type requires a primary key
1174 NO_RAID_COMPILED: This version of MySQL is not compiled with RAID support
1175 UPDATE_WITHOUT_KEY_IN_SAFE_MODE: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
1176 KEY_DOES_NOT_EXITS: Key '%s' doesn't exist in table '%s'
1177 CHECK_NO_SUCH_TABLE: Can't open table
1178 CHECK_NOT_IMPLEMENTED:storage engine for the table doesn't support %s
1179 CANT_DO_THIS_DURING_AN_TRANSACTION: You are not allowed to execute this command in a transaction
1180 ERROR_DURING_COMMIT: Got error %d during COMMIT
1181 ERROR_DURING_ROLLBACK: Got error %d during ROLLBACK
1182 ERROR_DURING_FLUSH_LOGS: Got error %d during FLUSH_LOGS
1183 ERROR_DURING_CHECKPOINT: Got error %d during CHECKPOINT
1184 NEW_ABORTING_CONNECTION: Aborted connection %ld to db: '%s' user: '%s' host: '%s' (%s)
1185 DUMP_NOT_IMPLEMENTED:storage engine for the table does not support binary table dump
1186 FLUSH_MASTER_BINLOG_CLOSED: Binlog closed, cannot RESET MASTER
1187 INDEX_REBUILD: Failed rebuildingindex of dumped table '%s'
1188 MASTER: Error from master: '%s'
1189 MASTER_NET_READ: Net error reading from master
1190 MASTER_NET_WRITE: Net error writing to master
1191 FT_MATCHING_KEY_NOT_FOUND: Can't find FULLTEXT index matchingcolumn list
1192 LOCK_OR_ACTIVE_TRANSACTION: Can't executegiven command because you have active locked tables or an active transaction
1193 UNKNOWN_SYSTEM_VARIABLE: Unknown system variable '%s'
1194 CRASHED_ON_USAGE: Table '%s' is marked as crashed and should be repaired
1195 CRASHED_ON_REPAIR: Table '%s' is marked as crashed and last (automatic?) repair failed
1196 WARNING_NOT_COMPLETE_ROLLBACK: Some non-transactional changed tables couldn't be rolled back
1197 TRANS_CACHE_FULL: Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
1198 SLAVE_MUST_STOP: This operation cannot be performed with a running slave; run STOP SLAVE first
1199 SLAVE_NOT_RUNNING: This operation requires a running slave; configure slave and do START SLAVE
1200 BAD_SLAVE:server is not configured as slave; fix with CHANGE MASTER TO
1201 MASTER_INFO: Could not initialize master info structure; more error messages can be found inMySQL error log
1202 SLAVE_THREAD: Could not create slave thread; check system resources
1203 TOO_MANY_USER_CONNECTIONS: User %s already has more than 'max_user_connections' active connections
1204 SET_CONSTANTS_ONLY: You may only use constant expressions with SET
1205 LOCK_WAIT_TIMEOUT: Lock wait timeout exceeded; try restarting transaction
1206 LOCK_TABLE_FULL:total number of locks exceeds the lock table size
1207 READ_ONLY_TRANSACTION: Update locks cannot be acquired during a READ UNCOMMITTED transaction
1208 DROP_DB_WITH_READ_LOCK: DROP DATABASE not allowed while thread is holding global read lock
1209 CREATE_DB_WITH_READ_LOCK: CREATE DATABASE not allowed while thread is holding global read lock
1210 WRONG_ARGUMENTS: Incorrect arguments to %s
1211 NO_PERMISSION_TO_CREATE_USER: '%s'@'%s' is not allowed to create new users
1212 UNION_TABLES_IN_DIFFERENT_DIR: Incorrect table definition; all MERGE tables must be insame database
1213 LOCK_DEADLOCK: Deadlock found when trying to get lock; try restarting transaction
1214 TABLE_CANT_HANDLE_FT:used table type doesn't support FULLTEXT indexes
1215 CANNOT_ADD_FOREIGN: Cannot add foreign key constraint
1216 NO_REFERENCED_ROW: Cannot add or update a child row: a foreign key constraint fails
1217 ROW_IS_REFERENCED: Cannot delete or update a parent row: a foreign key constraint fails
1218 CONNECT_TO_MASTER: Error connecting to master: %s
1219 QUERY_ON_MASTER: Error running query on master: %s
1220 ERROR_WHEN_EXECUTING_COMMAND: Error when executing command %s: %s
1221 WRONG_USAGE: Incorrect usage of %s and %s
1222 WRONG_NUMBER_OF_COLUMNS_IN_SELECT:used SELECT statements have a different number of columns
1223 CANT_UPDATE_WITH_READLOCK: Can't executequery because you have a conflicting read lock
1224 MIXING_NOT_ALLOWED: Mixing of transactional and non-transactional tables is disabled
1225 DUP_ARGUMENT: Option '%s' used twice in statement
1226 USER_LIMIT_REACHED: User '%s' has exceeded'%s' resource (current value: %ld)
1227 SPECIFIC_ACCESS_DENIED_ERROR: Access denied; you need%s privilege for this operation
1228 LOCAL_VARIABLE: Variable '%s' is a SESSION variable and can't be used with SET GLOBAL
1229 GLOBAL_VARIABLE: Variable '%s' is a GLOBAL variable and should be set with SET GLOBAL
1230 NO_DEFAULT: Variable '%s' doesn't have a default value
1231 WRONG_VALUE_FOR_VAR: Variable '%s' can't be set tovalue of '%s'
1232 WRONG_TYPE_FOR_VAR: Incorrect argument type to variable '%s'
1233 VAR_CANT_BE_READ: Variable '%s' can only be set, not read
1234 CANT_USE_OPTION_HERE: Incorrect usage/placement of '%s'
1235 NOT_SUPPORTED_YET: This version of MySQL doesn't yet support '%s'
1236 MASTER_FATAL_ERROR_READING_BINLOG: Got fatal error %d: '%s' from master when reading data from binary log
1237 SLAVE_IGNORED_TABLE: Slave SQL thread ignoredquery because of replicate-*-table rules
1238 INCORRECT_GLOBAL_LOCAL_VAR: Variable '%s' is a %s variable
1239 WRONG_FK_DEF: Incorrect foreign key definition for '%s': %s
1240 KEY_REF_DO_NOT_MATCH_TABLE_REF: Key reference and table reference don't match
1241 OPERAND_COLUMNS: Operand should contain %d column(s)
1242 SUBQUERY_NO_1_ROW: Subquery returns more than 1 row
1243 UNKNOWN_STMT_HANDLER: Unknown prepared statement handler (%.*s) given to %s
1244 CORRUPT_HELP_DB: Help database is corrupt or does not exist
1245 CYCLIC_REFERENCE: Cyclic reference on subqueries
1246 AUTO_CONVERT: Converting column '%s' from %s to %s
1247 ILLEGAL_REFERENCE: Reference '%s' not supported (%s)
1248 DERIVED_MUST_HAVE_ALIAS: Every derived table must have its own alias
1249 SELECT_REDUCED: Select %u was reduced during optimization
1250 TABLENAME_NOT_ALLOWED_HERE: Table '%s' from one ofSELECTs cannot be used in %s
1251 NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
1252 SPATIAL_CANT_HAVE_NULL: All parts of a SPATIAL index must be NOT NULL
1253 COLLATION_CHARSET_MISMATCH: COLLATION '%s' is not valid for CHARACTER SET '%s'
1254 SLAVE_WAS_RUNNING: Slave is already running
1255 SLAVE_WAS_NOT_RUNNING: Slave already has been stopped
1256 TOO_BIG_FOR_UNCOMPRESS: Uncompressed data size too large;maximum size is %d (probably, length of uncompressed data was corrupted)
1257 ZLIB_Z_MEM_ERROR: ZLIB: Not enough memory
1258 ZLIB_Z_BUF_ERROR: ZLIB: Not enough room inoutput buffer (probably, length of uncompressed data was corrupted)
1259 ZLIB_Z_DATA_ERROR: ZLIB: Input data corrupted
1260 CUT_VALUE_GROUP_CONCAT: Row %u was cut by GROUP_CONCAT()
1261 WARN_TOO_FEW_RECORDS: Row %ld doesn't contain data for all columns
1262 WARN_TOO_MANY_RECORDS: Row %ld was truncated; it contained more data than there were input columns
1263 WARN_NULL_TO_NOTNULL: Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld
1264 WARN_DATA_OUT_OF_RANGE: Out of range value for column '%s' at row %ld
1265 WARN_DATA_TRUNCATED: Data truncated for column '%s' at row %ld
1266 WARN_USING_OTHER_HANDLER: Using storage engine %s for table '%s'
1267 CANT_AGGREGATE_2COLLATIONS: Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'
1268 DROP_USER: Cannot drop one or more ofrequested users
1269 REVOKE_GRANTS: Can't revoke all privileges for one or more ofrequested users
1270 CANT_AGGREGATE_3COLLATIONS: Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'
1271 CANT_AGGREGATE_NCOLLATIONS: Illegal mix of collations for operation '%s'
1272 VARIABLE_IS_NOT_STRUCT: Variable '%s' is not a variable component (can't be used as XXXX.variable_name)
1273 UNKNOWN_COLLATION: Unknown collation: '%s'
1274 SLAVE_IGNORED_SSL_PARAMS: SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started
1275 SERVER_IS_IN_SECURE_AUTH_MODE: Server is running in --secure-auth mode, but '%s'@'%s' has a password inold format; please change the password to the new format
1276 WARN_FIELD_RESOLVED: Field or reference '%s%s%s%s%s' of SELECT #%d was resolved in SELECT #%d
1277 BAD_SLAVE_UNTIL_COND: Incorrect parameter or combination of parameters for START SLAVE UNTIL
1278 MISSING_SKIP_SLAVE: It is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave's mysqld restart
1279 UNTIL_COND_IGNORED: SQL thread is not to be started so UNTIL options are ignored
1280 WRONG_NAME_FOR_INDEX: Incorrect index name '%s'
1281 WRONG_NAME_FOR_CATALOG: Incorrect catalog name '%s'
1282 WARN_QC_RESIZE: Query cache failed to set size %lu; new query cache size is %lu
1283 BAD_FT_COLUMN: Column '%s' cannot be part of FULLTEXT index
1284 UNKNOWN_KEY_CACHE: Unknown key cache '%s'
1285 WARN_HOSTNAME_WONT_WORK: MySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work
1286 UNKNOWN_STORAGE_ENGINE: Unknown storage engine '%s'
1287 WARN_DEPRECATED_SYNTAX: '%s' is deprecated; use '%s' instead
1288 NON_UPDATABLE_TABLE:target table %s of the %s is not updatable
1289 FEATURE_DISABLED:'%s' feature is disabled; you need MySQL built with '%s' to have it working
1290 OPTION_PREVENTS_STATEMENT:MySQL server is running with the %s option so it cannot execute this statement
1291 DUPLICATED_VALUE_IN_TYPE: Column '%s' has duplicated value '%s' in %s
1292 TRUNCATED_WRONG_VALUE: Truncated incorrect %s value: '%s'
1293 TOO_MUCH_AUTO_TIMESTAMP_COLS: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
1294 INVALID_ON_UPDATE: Invalid ON UPDATE clause for '%s' column
1295 UNSUPPORTED_PS: This command is not supported inprepared statement protocol yet
1296 GET_ERRMSG: Got error %d '%s' from %s
1297 GET_TEMPORARY_ERRMSG: Got temporary error %d '%s' from %s
1298 UNKNOWN_TIME_ZONE: Unknown or incorrect time zone: '%s'
1299 WARN_INVALID_TIMESTAMP: Invalid TIMESTAMP value in column '%s' at row %ld
1300 INVALID_CHARACTER_STRING: Invalid %s character string: '%s'
1301 WARN_ALLOWED_PACKET_OVERFLOWED: Result of %s() was larger than max_allowed_packet (%ld) - truncated
1302 CONFLICTING_DECLARATIONS: Conflicting declarations: '%s%s' and '%s%s'
1303 SP_NO_RECURSIVE_CREATE: Can't create a %s from within another stored routine
1304 SP_ALREADY_EXISTS: %s %s already exists
1305 SP_DOES_NOT_EXIST: %s %s does not exist (Stored Procedure... or function ( space before open paren!
FUNCTION db.functionName does not exist
1306 SP_DROP_FAILED: Failed to DROP %s %s
1307 SP_STORE_FAILED: Failed to CREATE %s %s
1308 SP_LILABEL_MISMATCH: %s with no matching label: %s
1309 SP_LABEL_REDEFINE: Redefining label %s
1310 SP_LABEL_MISMATCH: End-label %s without match
1311 SP_UNINIT_VAR: Referring to uninitialized variable %s
1312 SP_BADSELECT: PROCEDURE %s can't return a result set ingiven context
1313 SP_BADRETURN: RETURN is only allowed in a FUNCTION
1314 SP_BADSTATEMENT: %s is not allowed in stored procedures
1315 UPDATE_LOG_DEPRECATED_IGNORED:update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored
1316 UPDATE_LOG_DEPRECATED_TRANSLATED:update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN
1317 QUERY_INTERRUPTED: Query execution was interrupted
1318 SP_WRONG_NO_OF_ARGS: Incorrect number of arguments for %s %s; expected %u, got %u
1319 SP_COND_MISMATCH: Undefined CONDITION: %s
1320 SP_NORETURN: No RETURN found in FUNCTION %s
1321 SP_NORETURNEND: FUNCTION %s ended without RETURN
1322 SP_BAD_CURSOR_QUERY: Cursor statement must be a SELECT
1323 SP_BAD_CURSOR_SELECT: Cursor SELECT must not have INTO
1324 SP_CURSOR_MISMATCH: Undefined CURSOR: %s
1325 SP_CURSOR_ALREADY_OPEN: Cursor is already open
1326 SP_CURSOR_NOT_OPEN: Cursor is not open
1327 SP_UNDECLARED_VAR: Undeclared variable: %s
1328 SP_WRONG_NO_OF_FETCH_ARGS: Incorrect number of FETCH variables
1329 SP_FETCH_NO_DATA: No data - zero rows fetched, selected, or processed
1330 SP_DUP_PARAM: Duplicate parameter: %s
1331 SP_DUP_VAR: Duplicate variable: %s
1332 SP_DUP_COND: Duplicate condition: %s
1333 SP_DUP_CURS: Duplicate cursor: %s
1334 SP_CANT_ALTER: Failed to ALTER %s %s
1335 SP_SUBSELECT_NYI: Subquery value not supported
1336 STMT_NOT_ALLOWED_IN_SF_OR_TRG: %s is not allowed in stored function or trigger
1337 SP_VARCOND_AFTER_CURSHNDLR: Variable or condition declaration after cursor or handler declaration
1338 SP_CURSOR_AFTER_HANDLER: Cursor declaration after handler declaration
1339 SP_CASE_NOT_FOUND: Case not found for CASE statement
1340 FPARSER_TOO_BIG_FILE: Configuration file '%s' is too big
1341 FPARSER_BAD_HEADER: Malformed file type header in file '%s'
1342 FPARSER_EOF_IN_COMMENT: Unexpected end of file while parsing comment '%s'
1343 FPARSER_ERROR_IN_PARAMETER: Error while parsing parameter '%s' (line: '%s')
1344 FPARSER_EOF_IN_UNKNOWN_PARAMETER: Unexpected end of file while skipping unknown parameter '%s'
1345 VIEW_NO_EXPLAIN: EXPLAIN/SHOW can not be issued; lacking privileges for underlying table
1346 FRM_UNKNOWN_TYPE: File '%s' has unknown type '%s' in its header
1347 WRONG_OBJECT: '%s.%s' is not %s
1348 NONUPDATEABLE_COLUMN: Column '%s' is not updatable
1349 VIEW_SELECT_DERIVED: View's SELECT contains a subquery inFROM clause
1350 VIEW_SELECT_CLAUSE: View's SELECT contains a '%s' clause
1351 VIEW_SELECT_VARIABLE: View's SELECT contains a variable or parameter
1352 VIEW_SELECT_TMPTABLE: View's SELECT refers to a temporary table '%s'
1353 VIEW_WRONG_LIST: View's SELECT and view's field list have different column counts
1354 WARN_VIEW_MERGE: View merge algorithm can't be used here for now (assumed undefined algorithm)
1355 WARN_VIEW_WITHOUT_KEY: View being updated does not have complete key of underlying table in it
1356 VIEW_INVALID: View '%s.%s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
1357 SP_NO_DROP_SP: Can't drop or alter a %s from within another stored routine
1358 SP_GOTO_IN_HNDLR: GOTO is not allowed in a stored procedure handler
1359 TRG_ALREADY_EXISTS: Trigger already exists
1360 TRG_DOES_NOT_EXIST: Trigger does not exist
1361 TRG_ON_VIEW_OR_TEMP_TABLE: Trigger's '%s' is view or temporary table
1362 TRG_CANT_CHANGE_ROW: Updating of %s row is not allowed in %strigger
1363 TRG_NO_SUCH_ROW_IN_TRG: There is no %s row in %s trigger
1364 NO_DEFAULT_FOR_FIELD: Field '%s' doesn't have a default value
1365 DIVISION_BY_ZERO: Division by 0
1366 TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect %s value: '%s' for column '%s' at row %ld
1367 ILLEGAL_VALUE_FOR_TYPE: Illegal %s '%s' value found during parsing
1368 VIEW_NONUPD_CHECK: CHECK OPTION on non-updatable view '%s.%s'
1369 VIEW_CHECK_FAILED: CHECK OPTION failed '%s.%s'
1370 PROCACCESS_DENIED_ERROR: %s command denied to user '%s'@'%s' for routine '%s'
1371 RELAY_LOG_FAIL: Failed purging old relay logs: %s
1372 PASSWD_LENGTH: Password hash should be a %d-digit hexadecimal number
1373 UNKNOWN_TARGET_BINLOG: Target log not found in binlog index
1374 IO_ERR_LOG_INDEX_READ: I/O error reading log index file
1375 BINLOG_PURGE_PROHIBITED: Server configuration does not permit binlog purge
1376 FSEEK_FAIL: Failed on fseek()
1377 BINLOG_PURGE_FATAL_ERR: Fatal error during log purge
1378 LOG_IN_USE: A purgeable log is in use, will not purge
1379 LOG_PURGE_UNKNOWN_ERR: Unknown error during log purge
1380 RELAY_LOG_INIT: Failed initializing relay log position: %s
1381 NO_BINARY_LOGGING: You are not using binary logging
1382 RESERVED_SYNTAX:'%s' syntax is reserved for purposes internal to the MySQL server
1383 WSAS_FAILED: WSAStartup Failed
1384 DIFF_GROUPS_PROC: Can't handle procedures with different groups yet
1385 NO_GROUP_FOR_PROC: Select must have a group with this procedure
1386 ORDER_WITH_PROC: Can't use ORDER clause with this procedure
1387 LOGGING_PROHIBIT_CHANGING_OF: Binary logging and replication forbid changingglobal server %s
1388 NO_FILE_MAPPING: Can't map file: %s, errno: %d
1389 WRONG_MAGIC: Wrong magic in %s
1390 PS_MANY_PARAM: Prepared statement contains too many placeholders
1391 KEY_PART_0: Key part '%s' length cannot be 0
1392 VIEW_CHECKSUM: View text checksum failed
1393 VIEW_MULTIUPDATE: Can not modify more than one base table through a join view '%s.%s'
1394 VIEW_NO_INSERT_FIELD_LIST: Can not insert into join view '%s.%s' without fields list
1395 VIEW_DELETE_MERGE_VIEW: Can not delete from join view '%s.%s'
1396 CANNOT_USER: Operation %s failed for %s
1397 XAER_NOTA: XAER_NOTA: Unknown XID
1398 XAER_INVAL: XAER_INVAL: Invalid arguments (or unsupported command)
1399 XAER_RMFAIL: XAER_RMFAIL:command cannot be executed when global transaction is in the %s state
1400 XAER_OUTSIDE: XAER_OUTSIDE: Some work is done outside global transaction
1401 XAER_RMERR: XAER_RMERR: Fatal error occurred intransaction branch - check your data for consistency
1402 XA_RBROLLBACK: XA_RBROLLBACK: Transaction branch was rolled back
1403 NONEXISTING_PROC_GRANT: There is no such grant defined for user '%s' on host '%s' on routine '%s'
1404 PROC_AUTO_GRANT_FAIL: Failed to grant EXECUTE and ALTER ROUTINE privileges
1405 PROC_AUTO_REVOKE_FAIL: Failed to revoke all privileges to dropped routine
1406 DATA_TOO_LONG: Data too long for column '%s' at row %ld
1407 SP_BAD_SQLSTATE: Bad SQLSTATE: '%s'
1408 STARTUP: %s: ready for connections. Version: '%s' socket: '%s' port: %d %s
1409 LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR: Can't load value from file with fixed size rows to variable
1410 CANT_CREATE_USER_WITH_GRANT: You are not allowed to create a user with GRANT
1411 WRONG_VALUE_FOR_TYPE: Incorrect %s value: '%s' for function %s
1412 TABLE_DEF_CHANGED: Table definition has changed, please retry transaction
1413 SP_DUP_HANDLER: Duplicate handler declared insame block
1414 SP_NOT_VAR_ARG: OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger
1415 SP_NO_RETSET: Not allowed to return a result set from a %s
1416 CANT_CREATE_GEOMETRY_OBJECT: Cannot get geometry object from data you send toGEOMETRY field
1417 FAILED_ROUTINE_BREAK_BINLOG: 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,binary log will miss their changes
1418 BINLOG_UNSAFE_ROUTINE: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to useless safe log_bin_trust_function_creators variable)
1419 BINLOG_CREATE_ROUTINE_NEED_SUPER: You do not haveSUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
1420 EXEC_STMT_WITH_OPEN_CURSOR: You can't execute a prepared statement which has an open cursor associated with it. Resetstatement to re-execute it.
1421 STMT_HAS_NO_OPEN_CURSOR:statement (%lu) has no open cursor.
1422 COMMIT_NOT_ALLOWED_IN_SF_OR_TRG: Explicit or implicit commit is not allowed in stored function or trigger.
1423 NO_DEFAULT_FOR_VIEW_FIELD: Field of view '%s.%s' underlying table doesn't have a default value
1424 SP_NO_RECURSION: Recursive stored functions and triggers are not allowed.
1425 TOO_BIG_SCALE: Too big scale %d specified for column '%s'. Maximum is %lu.
1426 TOO_BIG_PRECISION: Too big precision %d specified for column '%s'. Maximum is %lu.
1427 M_BIGGER_THAN_D: For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%s').
1428 WRONG_LOCK_OF_SYSTEM_TABLE: You can't combine write-locking of system tables with other tables or lock types
1429 CONNECT_TO_FOREIGN_DATA_SOURCE: Unable to connect to foreign data source: %s
1430 QUERY_ON_FOREIGN_DATA_SOURCE: There was a problem processingquery on the foreign data source. Data source error: %s
1431 FOREIGN_DATA_SOURCE_DOESNT_EXIST:foreign data source you are trying to reference does not exist. Data source error: %s
1432 FOREIGN_DATA_STRING_INVALID_CANT_CREATE: Can't create federated table.data source connection string '%s' is not in the correct format
1433 FOREIGN_DATA_STRING_INVALID:data source connection string '%s' is not in the correct format
1434 CANT_CREATE_FEDERATED_TABLE: Can't create federated table. Foreign data src error: %s
1435 TRG_IN_WRONG_SCHEMA: Trigger in wrong schema
1436 STACK_OVERRUN_NEED_MORE: Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.
1437 TOO_LONG_BODY: Routine body for '%s' is too long
1438 WARN_CANT_DROP_DEFAULT_KEYCACHE: Cannot drop default keycache
1439 TOO_BIG_DISPLAYWIDTH: Display width out of range for column '%s' (max = %lu)
1440 XAER_DUPID: XAER_DUPID:XID already exists
141 QQ
1441 DATETIME_FUNCTION_OVERFLOW: Datetime function: %s field overflow
1442 CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG: Can't update table '%s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
1443 VIEW_PREVENT_UPDATE:definition of table '%s' prevents operation %s on table '%s'.
1444 PS_NO_RECURSION: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
1445 SP_CANT_SET_AUTOCOMMIT: Not allowed to set autocommit from a stored function or trigger
1446 MALFORMED_DEFINER: Definer is not fully qualified
1447 VIEW_FRM_NO_USER: View '%s'.'%s' has no definer information (old table format). Current user is used as definer. Please recreateview!
1448 VIEW_OTHER_USER: You needSUPER privilege for creation view with '%s'@'%s' definer
1449 NO_SUCH_USER:user specified as a definer ('%s'@'%s') does not exist
1450 FORBID_SCHEMA_CHANGE: Changing schema from '%s' to '%s' is not allowed.
1451 ROW_IS_REFERENCED_2: Cannot delete or update a parent row: a foreign key constraint fails (%s)
1452 NO_REFERENCED_ROW_2: Cannot add or update a child row: a foreign key constraint fails (%s)
1453 SP_BAD_VAR_SHADOW: Variable '%s' must be quoted with `...`, or renamed
1454 TRG_NO_DEFINER: No definer attribute for trigger '%s'.'%s'.trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
1455 OLD_FILE_FORMAT: '%s' has an old format, you should re-create'%s' object(s)
1456 SP_RECURSION_LIMIT: Recursive limit %d (as set bymax_sp_recursion_depth variable) was exceeded for routine %s
1457 SP_PROC_TABLE_CORRUPT: Failed to load routine %s.table mysql.proc is missing, corrupt, or contains bad data (internal code %d)
1458 SP_WRONG_NAME: Incorrect routine name '%s'
1459 TABLE_NEEDS_UPGRADE: Table upgrade required. Please do "REPAIR TABLE `%s`" or dump/reload to fix it!
1460 SP_NO_AGGREGATE: AGGREGATE is not supported for stored functions
1461 MAX_PREPARED_STMT_COUNT_REACHED: Can't create more than max_prepared_stmt_count statements (current value: %lu)
1462 VIEW_RECURSIVE: `%s`.`%s` contains view recursion
1463 NON_GROUPING_FIELD_USED: non-grouping field '%s' is used in %s clause
1464 TABLE_CANT_HANDLE_SPKEYS:used table type doesn't support SPATIAL indexes
1465 NO_TRIGGERS_ON_SYSTEM_SCHEMA: Triggers can not be created on system tables
1466 REMOVED_SPACES: Leading spaces are removed from name '%s'
1467 AUTOINC_READ_FAILED: Failed to read auto-increment value from storage engine
1468 USERNAME: user name
1469 HOSTNAME: host name
1470 WRONG_STRING_LENGTH: String '%s' is too long for %s (should be no longer than %d)
1471 NON_INSERTABLE_TABLE:target table %s of the %s is not insertable-into
1472 ADMIN_WRONG_MRG_TABLE: Table '%s' is differently defined or of non-MyISAM type or doesn't exist
1473 TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT: Too high level of nesting for select
1474 NAME_BECOMES_EMPTY: Name '%s' has become ''
1475 AMBIGUOUS_FIELD_TERM: First character ofFIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY
1476 FOREIGN_SERVER_EXISTS:foreign server, %s, you are trying to create already exists.
1477 FOREIGN_SERVER_DOESNT_EXIST:foreign server name you are trying to reference does not exist. Data source error: %s
1478 ILLEGAL_HA_CREATE_OPTION: Table storage engine '%s' does not supportcreate option '%s'
1479 PARTITION_REQUIRES_VALUES_ERROR: Syntax error: %s PARTITIONING requires definition of VALUES %s for each partition
1480 PARTITION_WRONG_VALUES_ERROR: Only %s PARTITIONING can use VALUES %s in partition definition
1481 PARTITION_MAXVALUE_ERROR: MAXVALUE can only be used in last partition definition
1482 PARTITION_SUBPARTITION_ERROR: Subpartitions can only be hash partitions and by key
1483 PARTITION_SUBPART_MIX_ERROR: Must define subpartitions on all partitions if on one partition
1484 PARTITION_WRONG_NO_PART_ERROR: Wrong number of partitions defined, mismatch with previous setting
1485 PARTITION_WRONG_NO_SUBPART_ERROR: Wrong number of subpartitions defined, mismatch with previous setting
1486 CONST_EXPR_IN_PARTITION_FUNC_ERROR: Constant/Random expression in (sub)partitioning function is not allowed
1487 NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR: Expression in RANGE/LIST VALUES must be constant
1488 FIELD_NOT_FOUND_PART_ERROR: Field in list of fields for partition function not found in table
1489 LIST_OF_FIELDS_ONLY_IN_HASH_ERROR: List of fields is only allowed in KEY partitions
1490 INCONSISTENT_PARTITION_INFO_ERROR:partition info in the frm file is not consistent with what can be written into the frm file
1491 PARTITION_FUNC_NOT_ALLOWED_ERROR:%s function returns the wrong type
1492 PARTITIONS_MUST_BE_DEFINED_ERROR: For %s partitions each partition must be defined
1493 RANGE_NOT_INCREASING_ERROR: VALUES LESS THAN value must be strictly increasing for each partition
1494 INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR: VALUES value must be of same type as partition function
1495 MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR: Multiple definition of same constant in list partitioning
1496 PARTITION_ENTRY_ERROR: Partitioning can not be used stand-alone in query
1497 MIX_HANDLER_ERROR:mix of handlers in the partitions is not allowed in this version of MySQL
1498 PARTITION_NOT_DEFINED_ERROR: Forpartitioned engine it is necessary to define all %s
1499 TOO_MANY_PARTITIONS_ERROR: Too many partitions (including subpartitions) were defined
1500 SUBPARTITION_ERROR: It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
1501 CANT_CREATE_HANDLER_FILE: Failed to create specific handler file
1502 BLOB_FIELD_IN_PART_FUNC_ERROR: A BLOB field is not allowed in partition function
1503 UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF: A %s must include all columns intable's partitioning function
1504 NO_PARTS_ERROR: Number of %s = 0 is not an allowed value
1505 PARTITION_MGMT_ON_NONPARTITIONED: Partition management on a not partitioned table is not possible
1506 FOREIGN_KEY_ON_PARTITIONED: Foreign key clause is not yet supported in conjunction with partitioning
1507 DROP_PARTITION_NON_EXISTENT: Error in list of partitions to %s
1508 DROP_LAST_PARTITION: Cannot remove all partitions, use DROP TABLE instead
1509 COALESCE_ONLY_ON_HASH_PARTITION: COALESCE PARTITION can only be used on HASH/KEY partitions
1510 REORG_HASH_ONLY_ON_SAME_NO: REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
1511 REORG_NO_PARAM_ERROR: REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
1512 ONLY_ON_RANGE_LIST_PARTITION: %s PARTITION can only be used on RANGE/LIST partitions
1513 ADD_PARTITION_SUBPART_ERROR: Trying to Add partition(s) with wrong number of subpartitions
1514 ADD_PARTITION_NO_NEW_PARTITION: At least one partition must be added
1515 COALESCE_PARTITION_NO_PARTITION: At least one partition must be coalesced
1516 REORG_PARTITION_NOT_EXIST: More partitions to reorganize than there are partitions
1517 SAME_NAME_PARTITION: Duplicate partition name %s
1518 NO_BINLOG_ERROR: It is not allowed to shut off binlog on this command
1519 CONSECUTIVE_REORG_PARTITIONS: When reorganizing a set of partitions they must be in consecutive order
1520 REORG_OUTSIDE_RANGE: Reorganize of range partitions cannot change total ranges except for last partition where it can extendrange
1521 PARTITION_FUNCTION_FAILURE: Partition function not supported in this version for this handler
1522 PART_STATE_ERROR: Partition state cannot be defined from CREATE/ALTER TABLE
1523 LIMITED_PART_RANGE:%s handler only supports 32 bit integers in VALUES
1524 PLUGIN_IS_NOT_LOADED: Plugin '%s' is not loaded
1525 WRONG_VALUE: Incorrect %s value: '%s'
1526 NO_PARTITION_FOR_GIVEN_VALUE: Table has no partition for value %s
1527 FILEGROUP_OPTION_ONLY_ONCE: It is not allowed to specify %s more than once
1528 CREATE_FILEGROUP_FAILED: Failed to create %s
1529 DROP_FILEGROUP_FAILED: Failed to drop %s
1530 TABLESPACE_AUTO_EXTEND_ERROR:handler doesn't support autoextend of tablespaces
1531 WRONG_SIZE_NUMBER: A size parameter was incorrectly specified, either number or onform 10M
1532 SIZE_OVERFLOW_ERROR:size number was correct but we don't allow the digit part to be more than 2 billion
1533 ALTER_FILEGROUP_FAILED: Failed to alter: %s
1534 BINLOG_ROW_LOGGING_FAILED: Writing one row torow-based binary log failed
1535 BINLOG_ROW_WRONG_TABLE_DEF: Table definition on master and slave does not match: %s
1536 BINLOG_ROW_RBR_TO_SBR: Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events
1537 EVENT_ALREADY_EXISTS: Event '%s' already exists
1538 EVENT_STORE_FAILED: Failed to store event %s. Error code %d from storage engine.
1539 EVENT_DOES_NOT_EXIST: Unknown event '%s'
1540 EVENT_CANT_ALTER: Failed to alter event '%s'
1541 EVENT_DROP_FAILED: Failed to drop %s
1542 EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG: INTERVAL is either not positive or too big
1543 EVENT_ENDS_BEFORE_STARTS: ENDS is either invalid or before STARTS
1544 EVENT_EXEC_TIME_IN_THE_PAST: Event execution time is inpast. Event has been disabled
1545 EVENT_OPEN_TABLE_FAILED: Failed to open mysql.event
1546 EVENT_NEITHER_M_EXPR_NOR_M_AT: No datetime expression provided
1547 COL_COUNT_DOESNT_MATCH_CORRUPTED: Column count of mysql.%s is wrong. Expected %d, found %d.table is probably corrupted
1548 CANNOT_LOAD_FROM_TABLE: Cannot load from mysql.%s.table is probably corrupted
1549 EVENT_CANNOT_DELETE: Failed to deleteevent from mysql.event
1550 EVENT_COMPILE_ERROR: Error during compilation of event's body
1551 EVENT_SAME_NAME: Same old and new event name
1552 EVENT_DATA_TOO_LONG: Data for column '%s' too long
1553 DROP_INDEX_FK: Cannot drop index '%s': needed in a foreign key constraint
1554 WARN_DEPRECATED_SYNTAX_WITH_VER:syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead
1555 CANT_WRITE_LOCK_LOG_TABLE: You can't write-lock a log table. Only read access is possible
1556 CANT_LOCK_LOG_TABLE: You can't use locks with log tables.
1557 FOREIGN_DUPLICATE_KEY: Upholding foreign key constraints for table '%s', entry '%s', key %d would lead to a duplicate entry
1558 COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE: 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.
1559 TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR: Cannot switch out ofrow-based binary log format when the session has open temporary tables
1560 STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT: Cannot changebinary logging format inside a stored function or trigger
1561 NDB_CANT_SWITCH_BINLOG_FORMAT:NDB cluster engine does not support changing the binlog format on the fly yet
1562 PARTITION_NO_TEMPORARY: Cannot create temporary table with partitions
1563 PARTITION_CONST_DOMAIN_ERROR: Partition constant is out of partition function domain
1564 PARTITION_FUNCTION_IS_NOT_ALLOWED: This partition function is not allowed
1565 DDL_LOG_ERROR: Error in DDL log
1566 NULL_IN_VALUES_LESS_THAN: Not allowed to use NULL value in VALUES LESS THAN
1567 WRONG_PARTITION_NAME: Incorrect partition name
1568 CANT_CHANGE_TX_ISOLATION: Transaction isolation level can't be changed while a transaction is in progress
1569 DUP_ENTRY_AUTOINCREMENT_CASE: ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%s' for key '%s'
1570 EVENT_MODIFY_QUEUE_ERROR: Internal scheduler error %d
1571 EVENT_SET_VAR_ERROR: Error during starting/stopping ofscheduler. Error code %u
1572 PARTITION_MERGE_ERROR: Engine cannot be used in partitioned tables
1573 CANT_ACTIVATE_LOG: Cannot activate '%s' log
1574 RBR_NOT_AVAILABLE:server was not built with row-based replication
1575 BASE64_DECODE_ERROR: Decoding of base64 string failed
1576 EVENT_RECURSION_FORBIDDEN: Recursion of EVENT DDL statements is forbidden when body is present
1577 EVENTS_DB_ERROR: Cannot proceed because system tables used by Event Scheduler were found damaged at server start
1578 ONLY_INTEGERS_ALLOWED: Only integers allowed as number here
1579 UNSUPORTED_LOG_ENGINE: This storage engine cannot be used for log tables"
1580 BAD_LOG_STATEMENT: You cannot '%s' a log table if logging is enabled
1581 CANT_RENAME_LOG_TABLE: Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables:log table to an archive table and another table back to '%s'
1582 WRONG_PARAMCOUNT_TO_NATIVE_FCT: Incorrect parameter count incall to native function '%s'
1583 WRONG_PARAMETERS_TO_NATIVE_FCT: Incorrect parameters incall to native function '%s'
1584 WRONG_PARAMETERS_TO_STORED_FCT: Incorrect parameters incall to stored function '%s'
1585 NATIVE_FCT_NAME_COLLISION: This function '%s' hassame name as a native function
1586 DUP_ENTRY_WITH_KEY_NAME: Duplicate entry '%s' for key '%s'
1587 BINLOG_PURGE_EMFILE: Too many files opened, please executecommand again
1588 EVENT_CANNOT_CREATE_IN_THE_PAST: Event execution time is inpast and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
1589 EVENT_CANNOT_ALTER_IN_THE_PAST: Event execution time is inpast and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
1590 SLAVE_INCIDENT:incident %s occured on the master. Message: %s
1591 NO_PARTITION_FOR_GIVEN_VALUE_SILENT: Table has no partition for some existing values
1592 BINLOG_UNSAFE_STATEMENT: Statement is not safe to log in statement format.
1593 SLAVE_FATAL_ERROR: Fatal error: %s
1594 SLAVE_RELAY_LOG_READ_FAILURE: Relay log read failure: %s
1595 SLAVE_RELAY_LOG_WRITE_FAILURE: Relay log write failure: %s
1596 SLAVE_CREATE_EVENT_FAILURE: Failed to create %s
1597 SLAVE_MASTER_COM_FAILURE: Master command %s failed: %s
1598 BINLOG_LOGGING_IMPOSSIBLE: Binary logging not possible. Message: %s
1599 VIEW_NO_CREATION_CTX: View `%s`.`%s` has no creation context
1600 VIEW_INVALID_CREATION_CTX: Creation context of view `%s`.`%s' is invalid
1601 SR_INVALID_CREATION_CTX: Creation context of stored routine `%s`.`%s` is invalid
1602 TRG_CORRUPTED_FILE: Corrupted TRG file for table `%s`.`%s`
1603 TRG_NO_CREATION_CTX: Triggers for table `%s`.`%s` have no creation context
1604 TRG_INVALID_CREATION_CTX: Trigger creation context of table `%s`.`%s` is invalid
1605 EVENT_INVALID_CREATION_CTX: Creation context of event `%s`.`%s` is invalid
1606 TRG_CANT_OPEN_TABLE: Cannot open table for trigger `%s`.`%s`
1607 CANT_CREATE_SROUTINE: Cannot create stored routine `%s`. Check warnings
1608 SLAVE_AMBIGOUS_EXEC_MODE: Ambiguous slave modes combination. %s
1609 NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT:BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.
1610 SLAVE_CORRUPT_EVENT: Corrupted replication event was detected
1611 LOAD_DATA_INVALID_COLUMN: Invalid column reference (%s) in LOAD DATA
1612 LOG_PURGE_NO_FILE: Being purged log %s was not found
1613 XA_RBTIMEOUT: XA_RBTIMEOUT: Transaction branch was rolled back: took too long
1614 XA_RBDEADLOCK: XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
1615 NEED_REPREPARE: Prepared statement needs to be re-prepared
1616 DELAYED_NOT_SUPPORTED: DELAYED option not supported for table '%s'
1617 WARN_NO_MASTER_INFO:master info structure does not exist
1618 WARN_OPTION_IGNORED: <%s> option ignored
1619 WARN_PLUGIN_DELETE_BUILTIN: Built-in plugins cannot be deleted
1620 WARN_PLUGIN_BUSY: Plugin is busy and will be uninstalled on shutdown
1621 VARIABLE_IS_READONLY: %s variable '%s' is read-only. Use SET %s to assignvalue
1622 WARN_ENGINE_TRANSACTION_ROLLBACK: Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted
1623 SLAVE_HEARTBEAT_FAILURE: Unexpected master's heartbeat data: %s
1624 SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE:requested value for the heartbeat period %s %s
1625 NDB_REPLICATION_SCHEMA_ERROR: Bad schema for mysql.ndb_replication table. Message: %s
1626 CONFLICT_FN_PARSE_ERROR: Error in parsing conflict function. Message: %s
1627 EXCEPTIONS_WRITE_ERROR: Write to exceptions table failed. Message: %s"
1628 TOO_LONG_TABLE_COMMENT: Comment for table '%s' is too long (max = %lu)
1629 TOO_LONG_FIELD_COMMENT: Comment for field '%s' is too long (max = %lu)
1630 WARN_AUTO_CONVERT_LOCK: Converted to non-transactional lock on '%s'
1631 NO_AUTO_CONVERT_LOCK_STRICT: Cannot convert to non-transactional lock in strict mode on '%s'
1632 NO_AUTO_CONVERT_LOCK_TRANSACTION: Cannot convert to non-transactional lock in an active transaction on '%s'
1633 NO_STORAGE_ENGINE: Can't access storage engine of table %s
1634 BACKUP_BACKUP_START: Starting backup process
1635 BACKUP_BACKUP_DONE: Backup completed
1636 BACKUP_RESTORE_START: Starting restore process
1637 BACKUP_RESTORE_DONE: Restore completed
1638 BACKUP_NOTHING_TO_BACKUP: Nothing to backup
1639 BACKUP_CANNOT_INCLUDE_DB: Database '%s' cannot be included in a backup
1640 BACKUP_BACKUP: Error during backup operation - see SHOW WARNINGS for more information
1641 BACKUP_RESTORE: Error during restore operation - see SHOW WARNINGS for more information
1642 BACKUP_RUNNING: Can't execute this command because another BACKUP/RESTORE operation is in progress
1643 BACKUP_BACKUP_PREPARE: Error when preparing for backup operation
1644 BACKUP_RESTORE_PREPARE: Error when preparing for restore operation
1645 BACKUP_INVALID_LOC: Invalid backup location '%s'
1646 BACKUP_READ_LOC: Can't read backup location '%s'
1647 BACKUP_WRITE_LOC: Can't write to backup location '%s'
1648 BACKUP_LIST_DBS: Can't enumerate server databases
1649 BACKUP_LIST_TABLES: Can't enumerate server tables
1650 BACKUP_LIST_DB_TABLES: Can't enumerate tables in database %s
1651 BACKUP_SKIP_VIEW: Skipping view %s in database %s
1652 BACKUP_NO_ENGINE: Skipping table %s since it has no valid storage engine
1653 BACKUP_TABLE_OPEN: Can't open table %s
1654 BACKUP_READ_HEADER: Can't read backup archive preamble
1655 BACKUP_WRITE_HEADER: Can't write backup archive preamble
1656 BACKUP_NO_BACKUP_DRIVER: Can't find backup driver for table %s
1657 BACKUP_NOT_ACCEPTED: %s backup driver was selected for table %s but it rejects to handle this table
1658 BACKUP_CREATE_BACKUP_DRIVER: Can't create %s backup driver
1659 BACKUP_CREATE_RESTORE_DRIVER: Can't create %s restore driver
1660 BACKUP_TOO_MANY_IMAGES: Backup image uses %d backup engines but maximum %d are supported
1661 BACKUP_WRITE_META: Error when saving meta-data of %s
1662 BACKUP_READ_META: Error when reading meta-data
1663 BACKUP_CREATE_META: Failed to obtain meta-data for %s
1664 BACKUP_GET_BUF: Can't allocate buffer for image data transfer
1665 BACKUP_WRITE_DATA: Error when writing data from %s backup driver (data block for table #%d)
1666 BACKUP_READ_DATA: Error when reading data from backup stream
1667 BACKUP_NEXT_CHUNK: Can't go tonext chunk in backup stream
1668 BACKUP_INIT_BACKUP_DRIVER: Can't initialize %s backup driver
1669 BACKUP_INIT_RESTORE_DRIVER: Can't initialize %s restore driver
1670 BACKUP_STOP_BACKUP_DRIVER: Can't shut down %s backup driver
1671 BACKUP_STOP_RESTORE_DRIVERS: Can't shut down %s restore driver(s)
1672 BACKUP_PREPARE_DRIVER: %s backup driver can't prepare for synchronization
1673 BACKUP_CREATE_VP: %s backup driver can't create its validity point
1674 BACKUP_UNLOCK_DRIVER: Can't unlock %s backup driver after creatingvalidity point
1675 BACKUP_CANCEL_BACKUP: %s backup driver can't cancel its backup operation
1676 BACKUP_CANCEL_RESTORE: %s restore driver can't cancel its restore operation
1677 BACKUP_GET_DATA: Error when polling %s backup driver for its data
1678 BACKUP_SEND_DATA: Error when sending data (for table #%d) to %s restore driver
1679 BACKUP_SEND_DATA_RETRY: After %d attempts %s restore driver still can't accept next block of data
1680 BACKUP_OPEN_TABLES: Open and lock tables failed in %s
1681 BACKUP_THREAD_INIT: Backup driver's table locking thread can not be initialized.
1682 BACKUP_PROGRESS_TABLES: Can't openbackup logs as tables. Check 'mysql.backup_history' and 'mysql.backup_progress' or run mysql_upgrade to repair.
1683 TABLESPACE_EXIST: Tablespace '%s' already exists
1684 NO_SUCH_TABLESPACE: Tablespace '%s' doesn't exist
1685 SLAVE_IGNORE_SERVER_IDS:requested server id %d clashes with the slave startup option --replicate-same-server-id
1686 BACKUP_CANT_FIND_SE: Backup image contains data created by a native driver of %s storage engine but this engine can not be found on this server
1687 BACKUP_NO_NATIVE_BE: Backup image contains data created by a native driver of %s storage engine but it has no native backup support on this server
1688 BACKUP_UNKNOWN_BE: Backup engine #%d needed for restoring from backup image has unknown type
1689 BACKUP_WRONG_TABLE_BE: Backup image specifies wrong backup engine #%d for one oftables
1690 BACKUP_CANT_RESTORE_DB: Could not restore database %s
1691 BACKUP_CANT_RESTORE_TABLE: Could not restore table %s
1692 BACKUP_CANT_RESTORE_VIEW: Could not restore view %s. Please checkview definition for possible missing dependencies.
1693 BACKUP_CANT_RESTORE_SROUT: Could not restore stored routine %s
1694 BACKUP_CANT_RESTORE_EVENT: Could not restore event %s
1695 BACKUP_CANT_RESTORE_TRIGGER: Could not restore trigger %s
1696 BACKUP_CATALOG_ADD_DB: Failed to add database `%s` tocatalog
1697 BACKUP_CATALOG_ADD_TABLE: Failed to add table `%s`.`%s` tocatalog
1698 BACKUP_CATALOG_ADD_VIEW: Failed to add view `%s`.`%s` tocatalog
1699 BACKUP_CATALOG_ADD_SROUT: Failed to add stored routine `%s`.`%s` tocatalog
1700 BACKUP_CATALOG_ADD_EVENT: Failed to add event `%s`.`%s` tocatalog
1701 BACKUP_CATALOG_ADD_TRIGGER: Failed to add trigger `%s`.`%s` tocatalog
1702 BACKUP_UNKNOWN_OBJECT: Backup image refers to an object which could not be found incatalog
1703 BACKUP_UNKNOWN_OBJECT_TYPE: Backup image refers to an object of unknown type
1704 BACKUP_OPEN_WR: Cannot open backup stream for writing
1705 BACKUP_OPEN_RD: Cannot open backup stream for reading
1706 BACKUP_BAD_MAGIC: Could not find correct signature atbeginning of backup stream
1707 BACKUP_CONTEXT_CREATE: Cannot create backup/restore execution context
1708 BACKUP_CONTEXT_REMOVE: Error when cleaning up after backup/restore operation
1709 BAD_PATH: Malformed file path '%s'
1710 DDL_BLOCK: Erorr when attempting to block DDLs
1711 BACKUP_LOGGER_INIT: Could not initialize logging and reporting services
1712 BACKUP_WRITE_SUMMARY: Error when writing summary section of backup image
1713 BACKUP_READ_SUMMARY: Error when reading summary section of backup image
1714 BACKUP_GET_META_DB: Failed to obtain meta-data for database %s
1715 BACKUP_GET_META_TABLE: Failed to obtain meta-data for table %s
1716 BACKUP_GET_META_VIEW: Failed to obtain meta-data for view %s
1717 BACKUP_GET_META_SROUT: Failed to obtain meta-data for stored routine %s
1718 BACKUP_GET_META_EVENT: Failed to obtain meta-data for event %s
1719 BACKUP_GET_META_TRIGGER: Failed to obtain meta-data for trigger %s
1720 BACKUP_CREATE_BE: Cannot create backup engine for storage engine %s
1721 BACKUP_LIST_PERDB: Can't enumerate per database objects
1722 BACKUP_LIST_DB_VIEWS: Can't enumerate views in database `%s`
1723 BACKUP_LIST_DB_SROUT: Can't enumerate stored routines in database `%s`
1724 BACKUP_LIST_DB_EVENTS: Can't enumerate events in database `%s`
1725 BACKUP_LIST_DB_TRIGGERS: Can't enumerate triggers in database `%s`
1726 BACKUP_LOG_WRITE_ERROR: Can't write toonline backup progress log %s.
1727 TABLESPACE_NOT_EMPTY: Tablespace '%s' not empty
1728 BACKUP_CAT_ENUM: Could not accesscontents of the backup catalog when writing backup image preamble
1729 BACKUP_CANT_RESTORE_TS: Could not create tablespace %s needed by tables being restored.
1730 BACKUP_TS_CHANGE: Tablespace %s needed by tables being restored, butcurrent tablespace definition differs from how it was when backup was made.
1731 BACKUP_GET_META_TS: Failed to obtain meta-data for tablespace %s.
1732 TABLESPACE_DATAFILE_EXIST: Tablespace data file '%s' already exists
1733 BACKUP_CATALOG_ADD_TS: Failed to add tablespace `%s` tocatalog
1734 DEBUG_SYNC_TIMEOUT: debug sync point wait timed out
1735 DEBUG_SYNC_HIT_LIMIT: debug sync point hit limit reached
1736 BACKUP_FAILED_TO_INIT_COMPRESSION: Could not initialize compression of backup image (function deflateInit2 returned error code %d: %s)
1737 BACKUP_OBTAIN_NAME_LOCK_FAILED: Restore failed to obtainname locks on the tables.
1738 BACKUP_RELEASE_NAME_LOCK_FAILED: Restore failed to releasename locks on the tables.
1739 BACKUP_BACKUPDIR:path specified for the system variable backupdir cannot be accessed or is invalid. ref: %s
1740 DDL_TIMEOUT:backup wait timeout has expired for query '%s'.
1741 BACKUP_LIST_DB_PRIV: Can't enumerate grants in database '%s'.
1742 BACKUP_CATALOG_ADD_PRIV: Failed to add grant '%s' tocatalog
1743 BACKUP_GET_META_PRIV: Failed to obtain meta-data for grant '%s'.
1744 BACKUP_CANT_RESTORE_PRIV: Could not execute grant '%s'.
1745 BACKUP_GRANT_SKIPPED:grant '%s' for the user %s was skipped because the user does not exist.
1746 BACKUP_GRANT_WRONG_DB:grant '%s' failed. Database not included in the backup image.
1747 BACKUP_LOGPATHS:log names for backup_history and backup_progress must be unique.
1748 BACKUP_LOGPATH_INVALID:path specified for the %s is invalid. ref: %s
1749 BACKUP_SEND_REPLY: Failed to send reply to client after successful %s operation
1750 BACKUP_CLOSE: Backup/Restore: Error on close of backup stream
1751 BACKUP_BINLOG: Error on accessing binlog during BACKUP
1752 BACKUP_LOG_OUTPUT: Removing backup log entries by date or backup_id requires logging to tables.
1753 BACKUP_PURGE_DATETIME:datetime specified is invalid for the '%s' command.
1754 BACKUP_LOGS_DELETED: Backup log entries deleted:
1755 BACKUP_LOGS_TRUNCATED: All backup log entries have been deleted
1756 MASTER_BLOCKING_SLAVES:master is not allowing slave connections.
1757 RESTORE_ON_MASTER: A restore operation was initiated onmaster.
1758 RESTORE_ON_SLAVE: A restore operation was attempted on a slave during replication. You must stopslave prior to running a restore.
1759 NONUNIQ_DB: Not unique database: '%s'
1760 RESTORE_DB_EXISTS: Database \'%s\' already exists. Use OVERWRITE flag to overwrite.
1761 QUERY_CACHE_DISABLED: Query cache is disabled; restartserver with query_cache_type=1 to enable it
1762 BACKUP_UNEXPECTED_DATA: Backup image contains no tables, but table data was found in it
1763 BACKUP_BACKUP_DBS: Backing up %u database(s) %s
1764 BACKUP_RESTORE_DBS: Restoring %u database(s) %s
1765 COM_UNSUPPORTED: %s doesn't support %s
1766 BACKUP_SYNCHRONIZE: Backup failed to synchronize table images.
1767 RESTORE_CANNOT_START_SLAVE: Cannot start slave. SLAVE START is blocked by %s.
1768 OPERATION_ABORTED: Operation aborted
1769 OPERATION_ABORTED_CORRUPTED: Operation aborted - data might be corrupted
1770 DUP_SIGNAL_SET: Duplicate condition information item '%s'
1771 SIGNAL_WARN: Unhandled user-defined warning condition
1772 SIGNAL_NOT_FOUND: Unhandled user-defined not found condition
1773 SIGNAL_EXCEPTION: Unhandled user-defined exception condition
1774 RESIGNAL_WITHOUT_ACTIVE_HANDLER: RESIGNAL when handler not active
1775 SIGNAL_BAD_CONDITION_TYPE: SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE
1776 WARN_COND_ITEM_TRUNCATED: Data truncated for condition item '%s'
1777 COND_ITEM_TOO_LONG: Data too long for condition item '%s'
1778 PATH_LENGTH:path specified for %s is too long.
1779 BACKUP_INTERRUPTED: Operation has been interrupted.
Note this is a diff patch file
From: Reggie Burnett Date: April 19 2010 10:09pm
Subject: bzr commit into connector-net-6.0 branch (reggie.burnett:804) Bug#51988
#At file:D:/bzr-connector-net/6.0/ based on revid:reggie.burnett@stripped
804 Reggie Burnett 2010-04-19 - flushed out many more entires in error code enum (bug #51988)
MySql.Data/Provider/Source/MySqlError.cs
=== modified file 'CHANGES'
+++ b/CHANGES 2010-04-19 20:09:10 +0000
@@ -31,6 +31,7 @@
(bug #47467)
- Added trace message in exception blog in MySqlConnection.Abort() method (bug #52769)
- changed mapping of latin1 from latin1 to windows-1252 (bug #51927)
+- flushed out many more entires in error code enum (bug #51988)
Version 6.0.5
- ensure that MySqlPacket always has a valid encoding. This prevents null reference exceptions in ReadString()
=== modified file 'MySql.Data/Provider/Source/MySqlError.cs'
+++ b/MySql.Data/Provider/Source/MySqlError.cs 2010-04-19 20:09:10 +0000
namespace MySql.Data.MySqlClient
{
Collection of error codes that can be returned byserver
public class MySqlError
{ + private string level; + private int code; + private string message;
public MySqlError(string level, int code, string message)
{ this.level = level; this.code = code; this.message = message; }
Error level
public string Level { get { return level; } }
Error code
public int Code { get { return code; } }
Error message
public string Message { get { return message; } }
};
Provides a reference to error codes returned by MySQL.
public enum MySqlErrorCode
{
+ none. +None = 0,
+HashCheck . +ER_HASHCHK + HashCheck = 1000,
+ ER_NISAMCHK + ISAMCheck = 1001,
+ ER_NO + No = 1002,
+ ER_YES + Yes = 1003,
+ file couldn't be created. + ER_CANT_CREATE_FILE + CannotCreateFile = 1004,
+ table couldn't be created. + ER_CANT_CREATE_TABLE + CannotCreateTable = 1005,
+ database couldn't be created. + ER_CANT_CREATE_DB + CannotCreateDatabase = 1006,
+ database couldn't be created, it already exists. + ER_DB_CREATE_EXISTS + DatabaseCreateExists = 1007,
+ database couldn't be dropped, it doesn't exist. + ER_DB_DROP_EXISTS + DatabaseDropExists = 1008,
+ database couldn't be dropped, the file can't be deleted. + ER_DB_DROP_DELETE + DatabaseDropDelete = 1009,
+ database couldn't be dropped, the directory can't be deleted. + ER_DB_DROP_RMDIR + DatabaseDropRemoveDir = 1010,
+ file couldn't be deleted. + ER_CANT_DELETE_FILE + CannotDeleteFile = 1011,
+ record couldn't be read from the system table. + ER_CANT_FIND_SYSTEM_REC + CannotFindSystemRecord = 1012,
+ status couldn't be retrieved. + ER_CANT_GET_STAT + CannotGetStatus = 1013,
+ working directory couldn't be retrieved. + ER_CANT_GET_WD + CannotGetWorkingDirectory = 1014,
+ file couldn't be locked. + ER_CANT_LOCK + CannotLock = 1015,
+ file couldn't be opened. + ER_CANT_OPEN_FILE + CannotOpenFile = 1016,
+ file couldn't be found. + ER_FILE_NOT_FOUND + FileNotFound = 1017,
+ directory couldn't be read. + ER_CANT_READ_DIR + CannotReadDirectory = 1018,
+ working directory couldn't be entered. + ER_CANT_SET_WD + CannotSetWorkingDirectory = 1019,
+ record changed since it was last read. + ER_CHECKREAD + CheckRead = 1020,
+ disk is full. + ER_DISK_FULL + DiskFull = 1021,
There is already a key withgiven values. + ER_DUP_KEY (?) + DuplicateKey = 1022,
+ An error occurred when closingfile. + ER_ERROR_ON_CLOSE + ErrorOnClose = 1023,
+ An error occurred when reading fromfile. + ER_ERROR_ON_READ + ErrorOnRead = 1024,
+ An error occurred when renaming then file. + ER_ERROR_ON_RENAME + ErrorOnRename = 1025,
+ An error occurred when writing tofile. + ER_ERROR_ON_WRITE + ErrorOnWrite = 1026,
+ file is in use. + ER_FILE_USED + FileUsed = 1027,
+ Sorting has been aborted. + ER_FILSORT_ABORT + FileSortAborted = 1028, + view doesn't exist.
+ ER_FORM_NOT_FOUND + FormNotFound = 1029,
+ Got error fromtable storage engine. + ER_GET_ERRNO + GetErrorNumber = 1030,
+ table storage engine doesn't support option. + ER_ILLEGAL_HA + IllegalHA = 1031,
+ key was not found. + ER_KEY_NOT_FOUND (?) + KeyNotFound = 1032,
+ file contains incorrect information. + ER_NOT_FORM_FILE + NotFormFile = 1033,
+ key file is incorrect for the table, it should be repaired. + ER_NOT_KEYFILE + NotKeyFile = 1034,
+ key file is old for the table, it should be repaired. + ER_OLD_KEYFILE + OldKeyFile = 1035,
+ table is read-only + ER_OPEN_AS_READONLY + OpenAsReadOnly = 1036,
+ server is out of memory, it should be restarted. + ER_OUTOFMEMORY + OutOfMemory = 1037,
+ server is out of sort-memory, the sort buffer size should be increased. + ER_OUT_OF_SORTMEMORY + OutOfSortMemory = 1038,
+ An unexpected EOF was found when reading fromfile. + ER_UNEXPECTED_EOF + UnexepectedEOF = 1039,
+ Too many connections are open. + ER_CON_COUNT_ERROR + ConnectionCountError = 1040,
+ server is out of resources, check if MySql or some other process is using all available memory. + ER_OUT_OF_RESOURCES + OutOfResources = 1041,
Given whenconnection is unable to successfully connect to host.
UnableToConnectToHost = 1042,
+ handshake was invalid. + ER_HANDSHAKE_ERROR + HandshakeError = 1043,
+ Access was denied for user using database. + ER_DBACCESS_DENIED_ERROR + DatabaseAccessDenied = 1044,
Normally returned when an incorrect password is given AccessDenied = 1045,
+ No database has been selected. + ER_NO_DB_ERROR + NoDatabaseSelected = 1046,
+ command is unknown. + ER_UNKNOWN_COM_ERROR + UnknownCommand = 1047,
+ column cannot be NULL. + ER_BAD_NULL_ERROR + ColumnCannotBeNull = 1048,
+ database is not known.+ER_UNKN_DB (>?)+ UnknownDatabase = 1049,
+ table already exists. + ER_TABLE_EXISTS_ERROR + TableExists = 1050,
+ table is unknown. + ER_BAD_TABLE_ERROR + BadTable = 1051,
+ column is ambiguous. + ER_NON_UNIQ_ERROR + NonUnique = 1052,
+ server is currently being shutdown. + ER_SERVER_SHUTDOWN + ServerShutdown = 1053,
+ columns is unknown. + ER_BAD_FIELD_ERROR + BadFieldError = 1054,
+ column isn't in GROUP BY. + ER_WRONG_FIELD_WITH_GROUP + WrongFieldWithGroup = 1055,
+ columns cannot be grouped on. + ER_WRONG_GROUP_FIELD + WrongGroupField = 1056,
+ There are sum functions and columns insame statement. + ER_WRONG_SUM_SELECT + WrongSumSelected = 1057,
+ column count doesn't match the value count. + ER_WRONG_VALUE_COUNT + WrongValueCount = 1058,
+ identifier name is too long. + ER_TOO_LONG_IDENT + TooLongIdentifier = 1059,
+ column name is duplicated. + ER_DUP_FIELDNAME + DuplicateFieldName = 1060,
Duplicate Key Name
+ DuplicateKeyName = 1061, Duplicate Key Entry
+ DuplicateKeyEntry = 1062,
+ column specifier is incorrect. + ER_WRONG_FIELD_SPEC
+ WrongFieldSpecifier = 1063,
+ An error occurred when parsingstatement. + ER_PARSE_ERROR + ParseError = 1064,
+ statement is empty. + ER_EMPTY_QUERY + EmptyQuery = 1065,
+ table alias isn't unique. + ER_NONUNIQ_TABLE + NonUniqueTable = 1066,
+ default value is invalid for field. + ER_INVALID_DEFAULT + InvalidDefault = 1067,
+ table has multiple primary keys defined. + ER_MULTIPLE_PRI_KEY + MultiplePrimaryKey = 1068,
+ Too many keys were defined fortable. + ER_TOO_MANY_KEYS + TooManyKeys = 1069,
+ Too many parts tokeys were defined for the table. + ER_TOO_MANY_KEY_PARTS + TooManyKeysParts = 1070,
+ key is too long + ER_TOO_LONG_KEY + TooLongKey = 1071,
+ key column doesn't exist intable. + ER_KEY_COLUMN_DOES_NOT_EXITS + KeyColumnDoesNotExist = 1072,
+ BLOB column was used as a key, this can't be done. + ER_BLOB_USED_AS_KEY + BlobUsedAsKey = 1073,
+ column length is too big for column type. + ER_TOO_BIG_FIELDLENGTH + TooBigFieldLength = 1074,
+ There can only be one auto-column, and it must be defined as a PK. + ER_WRONG_AUTO_KEY + WrongAutoKey = 1075,
+ server is ready to accept connections.
+ ER_READY + Ready = 1076, + ER_NORMAL_SHUTDOWN + NormalShutdown = 1077,
+ server received signal and is aborting. + ER_GOT_SIGNAL + GotSignal = 1078,
+ server shutdown is complete. + ER_SHUTDOWN_COMPLETE + ShutdownComplete = 1079,
+ server is forcing close of thread. + ER_FORCING_CLOSE + ForcingClose = 1080,
+ An error occurred when creatingIP socket. + ER_IPSOCK_ERROR + IPSocketError = 1081,
+ table has no index like the one used in CREATE INDEX. + ER_NO_SUCH_INDEX + NoSuchIndex = 1082,
+ field separator argument is not what is expected, check the manual. + ER_WRONG_FIELD_TERMINATORS + WrongFieldTerminators = 1083,
+ BLOB columns must terminated, fixed row lengths cannot be used. + ER_BLOBS_AND_NO_TERMINATED + BlobsAndNoTerminated = 1084,
+ text file cannot be read. + ER_TEXTFILE_NOT_READABLE + TextFileNotReadable = 1085,
+ file already exists. + ER_FILE_EXISTS_ERROR + FileExists = 1086,
+ Information returned byLOAD statement. + ER_LOAD_INFO + LoadInfo = 1087,
+ Information returned by an UPDATE statement. + ER_ALTER_INFO + AlterInfo = 1088,
+ prefix key is incorrect. + ER_WRONG_SUB_KEY + WrongSubKey = 1089,
+ All columns cannot be removed from a table, use DROP TABLE instead. + ER_CANT_REMOVE_ALL_FIELDS + CannotRemoveAllFields = 1090,
+ Cannot DROP, check thatcolumn or key exists. + ER_CANT_DROP_FIELD_OR_KEY + CannotDropFieldOrKey = 1091,
+ Information returned by an INSERT statement. + ER_INSERT_INFO + InsertInfo = 1092,
+ target table cannot be specified for update in FROM clause. + ER_UPDATE_TABLE_USED + UpdateTableUsed = 1093,
+ thread ID is unknown. + ER_NO_SUCH_THREAD + NoSuchThread = 1094,
+ thread cannot be killed, the current user is not the owner. + ER_KILL_DENIED_ERROR + KillDenied = 1095,
+ No tables used instatement. + ER_NO_TABLES_USED + NoTablesUsed = 1096,
+ Too many string have been used for column and SET. + ER_TOO_BIG_SET + TooBigSet = 1097,
+ A unique filename couldn't be generated. + ER_NO_UNIQUE_LOGFILE + NoUniqueLogFile = 1098,
+ table was locked with a READ lock, and can't be updated. + ER_TABLE_NOT_LOCKED_FOR_WRITE + TableNotLockedForWrite = 1099,
+ table was not locked with LOCK TABLES. + ER_TABLE_NOT_LOCKED + TableNotLocked = 1100,
+ BLOB and Text columns cannot have a default value. + ER_BLOB_CANT_HAVE_DEFAULT + BlobCannotHaveDefault = 1101,
+ database name is incorrect. + ER_WRONG_DB_NAME + WrongDatabaseName = 1102,
+ table name is incorrect. + ER_WRONG_TABLE_NAME + WrongTableName = 1103,
+ SELECT command would examine more than MAX_JOIN_SIZE rows, check the WHERE clause and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok.
+ ER_TOO_BIG_SELECT + TooBigSelect = 1104,
+ An unknown error occurred. + ER_UNKNOWN_ERROR + UnknownError = 1105,
+ procedure is unknown. + ER_UNKNOWN_PROCEDURE + UnknownProcedure = 1106,
+ number of parameters provided for procedure is incorrect. + ER_WRONG_PARAMCOUNT_TO_PROCEDURE + WrongParameterCountToProcedure = 1107,
+ parameters provided for procedure are incorrect. + ER_WRONG_PARAMETERS_TO_PROCEDURE + WrongParametersToProcedure = 1108,
+ table is unknown. + ER_UNKNOWN_TABLE + UnknownTable = 1109,
+ column has been specified twice. + ER_FIELD_SPECIFIED_TWICE + FieldSpecifiedTwice = 1110,
+ group function has been incorrectly used. + ER_INVALID_GROUP_FUNC_USE + InvalidGroupFunctionUse = 1111,
+ table uses an extension that doesn't exist in this MySQL version. + ER_UNSUPPORTED_EXTENSION + UnsupportedExtenstion = 1112,
+ table must have at least one column. + ER_TABLE_MUST_HAVE_COLUMNS + TableMustHaveColumns = 1113,
+ table is full. + ER_RECORD_FILE_FULL + RecordFileFull = 1114,
+ character set is unknown. + ER_UNKNOWN_CHARACTER_SET + UnknownCharacterSet = 1115,
+ Too many tables, MySQL can only use number of tables in a JOIN. + ER_TOO_MANY_TABLES + TooManyTables = 1116,
+ Too many columns + ER_TOO_MANY_FIELDS + TooManyFields = 1117,
+ row size is too large, the maximum row size for the used tables (not counting BLOBS) is specified, change some columns or BLOBS. + ER_TOO_BIG_ROWSIZE + TooBigRowSize = 1118,
+ A thread stack overrun occurred. Stack statistics are specified. + ER_STACK_OVERRUN + StackOverrun = 1119,
+ A cross dependency was found inOUTER JOIN, examine the ON conditions. + ER_WRONG_OUTER_JOIN + WrongOuterJoin = 1120,
+ table handler doesn't support NULL in the given index, change specified column to be NOT NULL or use another handler. + ER_NULL_COLUMN_IN_INDEX + NullColumnInIndex = 1121,
+ user defined function cannot be loaded. + ER_CANT_FIND_UDF + CannotFindUDF = 1122,
+ user defined function cannot be initialised. + ER_CANT_INITIALIZE_UDF + CannotInitializeUDF = 1123,
+ No paths are allowed forshared library. + ER_UDF_NO_PATHS + UDFNoPaths = 1124,
+ user defined function already exists. + ER_UDF_EXISTS + UDFExists = 1125,
+ shared library cannot be opened. + ER_CANT_OPEN_LIBRARY + CannotOpenLibrary = 1126,
+ symbol cannot be found inlibrary. + ER_CANT_FIND_DL_ENTRY + CannotFindDLEntry = 1127,
+ function is not defined. + ER_FUNCTION_NOT_DEFINED + FunctionNotDefined = 1128,
+ host is blocked because of too many connection errors, unblock with 'mysqladmin flush-hosts'. + ER_HOST_IS_BLOCKED + HostIsBlocked = 1129,
given host is not allowed to connect + HostNotPrivileged = 1130,
anonymous user is not allowed to connect + AnonymousUser = 1131,
given password is not allowed + PasswordNotAllowed = 1132,
given password does not match + PasswordNoMatch = 1133,
+ Information returned by an UPDATE statement. + ER_UPDATE_INFO + UpdateInfo = 1134,
+ A new thread couldn't be created. + ER_CANT_CREATE_THREAD + CannotCreateThread = 1135,
+ column count doesn't match the value count. + ER_WRONG_VALUE_COUNT_ON_ROW + WrongValueCountOnRow = 1136,
+ table can't be re-opened. + ER_CANT_REOPEN_TABLE + CannotReopenTable = 1137,
+ NULL value has been used incorrectly. + ER_INVALID_USE_OF_NULL + InvalidUseOfNull = 1138,
+ regular expression contains an error. + ER_REGEXP_ERROR + RegExpError = 1139,
+ GROUP columns (MIN(), MAX(), COUNT(), ...) cannot be mixes with no GROUP columns if there is not GROUP BY clause.
ER_MIX_OF_GROUP_FUNC_AND_FIELDS | MixOfGroupFunctionAndFields | 1140
| ER_NONEXISTING_GRANT | NonExistingGrant | 1141
| ER_TABLEACCESS_DENIED_ERROR | TableAccessDenied | 1142
| ER_COLUMNACCESS_DENIED_ERROR | ColumnAccessDenied | 1143
| ER_ILLEGAL_GRANT_FOR_TABLE | IllegalGrantForTable | 1144
| ER_GRANT_WRONG_HOST_OR_USER | GrantWrongHostOrUser | 1145
| ER_NO_SUCH_TABLE | NoSuchTable | 1146
| ER_NONEXISTING_TABLE_GRANT NonExistingTableGrant | 1147
| ER_NOT_ALLOWED_COMMAND | NotAllowedCommand | 1148
| ER_SYNTAX_ERROR | SyntaxError | 1149
| ER_DELAYED_CANT_CHANGE_LOCK | DelayedCannotChangeLock | 1150
| ER_TOO_MANY_DELAYED_THREADS | TooManyDelayedThreads | 1151
| ER_ABORTING_CONNECTION | AbortingConnection | 1152
An attempt was made to send or receive a packet larger than max_allowed_packet_size
- PacketTooLarge | 1153
| PacketTooLarge | 1153
| ER_NET_READ_ERROR_FROM_PIPE | NetReadErrorFromPipe | 1154
| ER_NET_FCNTL_ERROR | NetFCntlError | 1155
| ER_NET_PACKETS_OUT_OF_ORDER | NetPacketsOutOfOrder | 1156
| ER_NET_UNCOMPRESS_ERROR | NetUncompressError | 1157
| ER_NET_READ_ERROR | NetReadError | 1158
| ER_NET_READ_INTERRUPTED | NetReadInterrupted | 1159
| ER_NET_ERROR_ON_WRITE | NetErrorOnWrite | 1160
| ER_NET_WRITE_INTERRUPTED | NetWriteInterrupted | 1161
| ER_TOO_LONG_STRING | TooLongString | 1162
| ER_TABLE_CANT_HANDLE_BLOB | TableCannotHandleBlob | 1163
| ER_TABLE_CANT_HANDLE_AUTO_INCREMENT | TableCannotHandleAutoIncrement | 1164
| ER_DELAYED_INSERT_TABLE_LOCKED | DelayedInsertTableLocked | 1165
| ER_WRONG_COLUMN_NAME | WrongColumnName | 1166
| ER_WRONG_KEY_COLUMN | WrongKeyColumn | 1167
| ER_WRONG_MRG_TABLE | WrongMergeTable | 1168
| ER_DUP_UNIQUE | DuplicateUnique | 1169
| ER_BLOB_KEY_WITHOUT_LENGTH | BlobKeyWithoutLength | 1170
| ER_PRIMARY_CANT_HAVE_NULL | PrimaryCannotHaveNull | 1171
| ER_TOO_MANY_ROWS | TooManyRows | 1172
| ER_REQUIRES_PRIMARY_KEY | RequiresPrimaryKey | 1173
| ER_NO_RAID_COMPILED | NoRAIDCompiled | 1174
| ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE | UpdateWithoutKeysInSafeMode | 1175
| ER_KEY_DOES_NOT_EXITS | KeyDoesNotExist | 1176
| ER_CHECK_NO_SUCH_TABLE | CheckNoSuchTable | 1177
| ER_CHECK_NOT_IMPLEMENTED | CheckNotImplemented | 1178
| ER_CANT_DO_THIS_DURING_AN_TRANSACTION | CannotDoThisDuringATransaction | 1179
| ER_ERROR_DURING_COMMIT | ErrorDuringCommit | 1180
| ER_ERROR_DURING_ROLLBACK | ErrorDuringRollback | 1181
| ER_ERROR_DURING_FLUSH_LOGS | ErrorDuringFlushLogs | 1182
| ER_ERROR_DURING_CHECKPOINT | ErrorDuringCheckpoint | 1183
| ER_NEW_ABORTING_CONNECTION | NewAbortingConnection | 1184
| ER_DUMP_NOT_IMPLEMENTED | DumpNotImplemented | 1185
| ER_FLUSH_MASTER_BINLOG_CLOSED | FlushMasterBinLogClosed | 1186
| ER_INDEX_REBUILD | IndexRebuild | 1187
| ER_MASTER | MasterError | 1188
| ER_MASTER_NET_READ | MasterNetRead | 1189
| ER_MASTER_NET_WRITE | MasterNetWrite | 1190
| ER_FT_MATCHING_KEY_NOT_FOUND | FullTextMatchingKeyNotFound | 1191
| ER_LOCK_OR_ACTIVE_TRANSACTION | LockOrActiveTransaction | 1192
| ER_UNKNOWN_SYSTEM_VARIABLE | UnknownSystemVariable | 1193
| ER_CRASHED_ON_USAGE | CrashedOnUsage | 1194
| ER_CRASHED_ON_REPAIR | CrashedOnRepair | 1195
| ER_WARNING_NOT_COMPLETE_ROLLBACK | WarningNotCompleteRollback | 1196
| ER_TRANS_CACHE_FULL | TransactionCacheFull | 1197
| ER_SLAVE_MUST_STOP | SlaveMustStop | 1198
| ER_SLAVE_NOT_RUNNING | SlaveNotRunning | 1199
| ER_BAD_SLAVE | BadSlave | 1200
| ER_MASTER_INFO | MasterInfo | 1201
| ER_SLAVE_THREAD | SlaveThread | 1202
| ER_TOO_MANY_USER_CONNECTIONS | TooManyUserConnections | 1203
| ER_SET_CONSTANTS_ONLY | SetConstantsOnly | 1204
| ER_LOCK_WAIT_TIMEOUT | LockWaitTimeout | 1205
| ER_LOCK_TABLE_FULL | LockTableFull | 1206
| ER_READ_ONLY_TRANSACTION | ReadOnlyTransaction | 1207
| ER_DROP_DB_WITH_READ_LOCK | DropDatabaseWithReadLock | 1208
| ER_CREATE_DB_WITH_READ_LOCK | CreateDatabaseWithReadLock | 1209
| ER_WRONG_ARGUMENTS | WrongArguments | 1210
| ER_NO_PERMISSION_TO_CREATE_USER | NoPermissionToCreateUser | 1211
| ER_UNION_TABLES_IN_DIFFERENT_DIR | UnionTablesInDifferentDirectory | 1212
| ER_LOCK_DEADLOCK | LockDeadlock | 1213
| ER_TABLE_CANT_HANDLE_FT | TableCannotHandleFullText | 1214
| ER_CANNOT_ADD_FOREIGN | CannotAddForeignConstraint | 1215
| ER_NO_REFERENCED_ROW | NoReferencedRow | 1216
| ER_ROW_IS_REFERENCED | RowIsReferenced | 1217
| ER_CONNECT_TO_MASTER | ConnectToMaster | 1218
| ER_QUERY_ON_MASTER | QueryOnMaster | 1219
| ER_ERROR_WHEN_EXECUTING_COMMAND | ErrorWhenExecutingCommand | 1220
| ER_WRONG_USAGE | WrongUsage | 1221
| ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT | WrongNumberOfColumnsInSelect | 1222
| ER_CANT_UPDATE_WITH_READLOCK | CannotUpdateWithReadLock | 1223
| |