errmsg.txt 14.4 KB
Newer Older
unknown's avatar
unknown committed
1 2 3 4 5 6 7 8 9
/* Copyright Abandoned 1997 TCX DataKonsult AB & Monty Program KB & Detron HB
   This file is public domain and comes with NO WARRANTY of any kind */

"hashchk",
"isamchk",
"NO",
"YES",
"Can't create file '%-.64s' (errno: %d)",
"Can't create table '%-.64s' (errno: %d)",
10
"Can't create database '%-.64s' (errno: %d)",
11 12
"Can't create database '%-.64s'; database exists",
"Can't drop database '%-.64s'; database doesn't exist",
unknown's avatar
unknown committed
13 14 15 16 17 18 19
"Error dropping database (can't delete '%-.64s', errno: %d)",
"Error dropping database (can't rmdir '%-.64s', errno: %d)",
"Error on delete of '%-.64s' (errno: %d)",
"Can't read record in system table",
"Can't get status of '%-.64s' (errno: %d)",
"Can't get working directory (errno: %d)",
"Can't lock file (errno: %d)",
20
"Can't open file: '%-.64s' (errno: %d)",
unknown's avatar
unknown committed
21 22 23 24
"Can't find file: '%-.64s' (errno: %d)",
"Can't read dir of '%-.64s' (errno: %d)",
"Can't change dir to '%-.64s' (errno: %d)",
"Record has changed since last read in table '%-.64s'",
25
"Disk full (%s). Waiting for someone to free some space...",
unknown's avatar
unknown committed
26 27 28 29 30 31 32 33
"Can't write, duplicate key in table '%-.64s'",
"Error on close of '%-.64s' (errno: %d)",
"Error reading file '%-.64s' (errno: %d)",
"Error on rename of '%-.64s' to '%-.64s' (errno: %d)",
"Error writing file '%-.64s' (errno: %d)",
"'%-.64s' is locked against change",
"Sort aborted",
"View '%-.64s' doesn't exist for '%-.64s'",
34 35
"Got error %d from storage engine",
"Table storage engine for '%-.64s' doesn't have this option",
unknown's avatar
unknown committed
36 37
"Can't find record in '%-.64s'",
"Incorrect information in file: '%-.64s'",
38 39
"Incorrect key file for table: '%-.64s'; try to repair it",
"Old key file for table '%-.64s'; repair it!",
unknown's avatar
unknown committed
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
"Table '%-.64s' is read only",
"Out of memory. Restart daemon and try again (needed %d bytes)",
"Out of sort memory. Increase daemon sort buffer size",
"Unexpected eof found when reading file '%-.64s' (errno: %d)",
"Too many connections",
"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",
"Can't get hostname for your address",
"Bad handshake",
"Access denied for user: '%-.32s@%-.64s' to database '%-.64s'",
"Access denied for user: '%-.32s@%-.64s' (Using password: %s)",
"No Database Selected",
"Unknown command",
"Column '%-.64s' cannot be null",
"Unknown database '%-.64s'",
"Table '%-.64s' already exists",
"Unknown table '%-.64s'",
"Column: '%-.64s' in %-.64s is ambiguous",
"Server shutdown in progress",
"Unknown column '%-.64s' in '%-.64s'",
"'%-.64s' isn't in GROUP BY",
"Can't group on '%-.64s'",
"Statement has sum functions and columns in same statement",
"Column count doesn't match value count",
"Identifier name '%-.100s' is too long",
"Duplicate column name '%-.64s'",
"Duplicate key name '%-.64s'",
"Duplicate entry '%-.64s' for key %d",
"Incorrect column specifier for column '%-.64s'",
"%s near '%-.80s' at line %d",
"Query was empty",
"Not unique table/alias: '%-.64s'",
"Invalid default value for '%-.64s'",
"Multiple primary key defined",
"Too many keys specified. Max %d keys allowed",
"Too many key parts specified. Max %d parts allowed",
"Specified key was too long. Max key length is %d",
"Key column '%-.64s' doesn't exist in table",
"BLOB column '%-.64s' can't be used in key specification with the used table type",
"Too big column length for column '%-.64s' (max = %d). Use BLOB instead",
"Incorrect table definition; There can only be one auto column and it must be defined as a key",
unknown's avatar
unknown committed
80
"%s: ready for connections.\nVersion: '%s'  socket: '%s'  port: %d\n",
unknown's avatar
unknown committed
81 82 83 84 85 86
"%s: Normal shutdown\n",
"%s: Got signal %d. Aborting!\n",
"%s: Shutdown Complete\n",
"%s: Forcing close of thread %ld  user: '%-.32s'\n",
"Can't create IP socket",
"Table '%-.64s' has no index like the one used in CREATE INDEX. Recreate the table",
unknown's avatar
unknown committed
87
"Field separator argument is not what is expected. Check the manual",
88
"You can't use fixed rowlength with BLOBs. Please use 'fields terminated by'",
unknown's avatar
unknown committed
89 90 91 92
"The file '%-.64s' must be in the database directory or be readable by all",
"File '%-.80s' already exists",
"Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld",
"Records: %ld  Duplicates: %ld",
93
"Incorrect sub part key. The used key part isn't a string, the used length is longer than the key part or the storage engine doesn't support unique sub keys",
unknown's avatar
unknown committed
94 95 96
"You can't delete all columns with ALTER TABLE. Use DROP TABLE instead",
"Can't DROP '%-.64s'. Check that column/key exists",
"Records: %ld  Duplicates: %ld  Warnings: %ld",
unknown's avatar
unknown committed
97
"You can't specify target table '%-.64s' for update in FROM clause",
unknown's avatar
unknown committed
98 99 100 101 102 103 104
"Unknown thread id: %lu",
"You are not owner of thread %lu",
"No tables used",
"Too many strings for column %-.64s and SET",
"Can't generate a unique log-filename %-.64s.(1-999)\n",
"Table '%-.64s' was locked with a READ lock and can't be updated",
"Table '%-.64s' was not locked with LOCK TABLES",
105
"BLOB/TEXT column '%-.64s' can't have a default value",
unknown's avatar
unknown committed
106 107
"Incorrect database name '%-.100s'",
"Incorrect table name '%-.100s'",
unknown's avatar
unknown committed
108
"The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok",
unknown's avatar
unknown committed
109 110 111 112 113 114 115 116 117 118 119 120 121
"Unknown error",
"Unknown procedure '%-.64s'",
"Incorrect parameter count to procedure '%-.64s'",
"Incorrect parameters to procedure '%-.64s'",
"Unknown table '%-.64s' in %-.32s",
"Column '%-.64s' specified twice",
"Invalid use of group function",
"Table '%-.64s' uses an extension that doesn't exist in this MySQL version",
"A table must have at least 1 column",
"The table '%-.64s' is full",
"Unknown character set: '%-.64s'",
"Too many tables. MySQL can only use %d tables in a join",
"Too many columns",
122
"Too big row size. The maximum row size, not counting BLOBs, is %d. You have to change some fields to TEXTs or BLOBs",
unknown's avatar
unknown committed
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
"Thread stack overrun:  Used: %ld of a %ld stack.  Use 'mysqld -O thread_stack=#' to specify a bigger stack if needed",
"Cross dependency found in OUTER JOIN.  Examine your ON conditions",
"Column '%-.64s' is used with UNIQUE or INDEX but is not defined as NOT NULL",
"Can't load function '%-.64s'",
"Can't initialize function '%-.64s'; %-.80s",
"No paths allowed for shared library",
"Function '%-.64s' already exist",
"Can't open shared library '%-.64s' (errno: %d %-.64s)",
"Can't find function '%-.64s' in library'",
"Function '%-.64s' is not defined",
"Host '%-.64s' is blocked because of many connection errors.  Unblock with 'mysqladmin flush-hosts'",
"Host '%-.64s' is not allowed to connect to this MySQL server",
"You are using MySQL as an anonymous users and anonymous users are not allowed to change passwords",
"You must have privileges to update tables in the mysql database to be able to change passwords for others",
"Can't find any matching row in the user table",
"Rows matched: %ld  Changed: %ld  Warnings: %ld",
"Can't create a new thread (errno %d). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug",
"Column count doesn't match value count at row %ld",
"Can't reopen table: '%-.64s'",
"Invalid use of NULL value",
"Got error '%-.64s' from regexp",
"Mixing of GROUP columns (MIN(),MAX(),COUNT()...) with no GROUP columns is illegal if there is no GROUP BY clause",
"There is no such grant defined for user '%-.32s' on host '%-.64s'",
"%-.16s command denied to user: '%-.32s@%-.64s' for table '%-.64s'",
"%-.16s command denied to user: '%-.32s@%-.64s' for column '%-.64s' in table '%-.64s'",
148
"Illegal GRANT/REVOKE command. Please consult the manual which privileges can be used",
unknown's avatar
unknown committed
149 150 151 152
"The host or user argument to GRANT is too long",
"Table '%-.64s.%-.64s' doesn't exist",
"There is no such grant defined for user '%-.32s' on host '%-.64s' on table '%-.64s'",
"The used command is not allowed with this MySQL version",
unknown's avatar
unknown committed
153
"You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use",
unknown's avatar
unknown committed
154 155
"Delayed insert thread couldn't get requested lock for table %-.64s",
"Too many delayed threads in use",
156
"Aborted connection %ld to db: '%-.64s' user: '%-.32s' (%-.64s)",
unknown's avatar
unknown committed
157 158 159 160 161 162 163 164 165 166 167 168
"Got a packet bigger than 'max_allowed_packet'",
"Got a read error from the connection pipe",
"Got an error from fcntl()",
"Got packets out of order",
"Couldn't uncompress communication packet",
"Got an error reading communication packets",
"Got timeout reading communication packets",
"Got an error writing communication packets",
"Got timeout writing communication packets",
"Result string is longer than max_allowed_packet",
"The used table type doesn't support BLOB/TEXT columns",
"The used table type doesn't support AUTO_INCREMENT columns",
unknown's avatar
unknown committed
169
"INSERT DELAYED can't be used with table '%-.64s' because it is locked with LOCK TABLES",
unknown's avatar
unknown committed
170
"Incorrect column name '%-.100s'",
171
"The used storage engine can't index column '%-.64s'",
unknown's avatar
unknown committed
172 173
"All tables in the MERGE table are not identically defined",
"Can't write, because of unique constraint, to table '%-.64s'",
174
"BLOB/TEXT column '%-.64s' used in key specification without a key length",
unknown's avatar
unknown committed
175 176 177 178 179 180 181
"All parts of a PRIMARY KEY must be NOT NULL;  If you need NULL in a key, use UNIQUE instead",
"Result consisted of more than one row",
"This table type requires a primary key",
"This version of MySQL is not compiled with RAID support",
"You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column",
"Key '%-.64s' doesn't exist in table '%-.64s'",
"Can't open table",
182
"The storage enginge for the table doesn't support %s",
unknown's avatar
unknown committed
183 184 185 186 187
"You are not allowed to execute this command in a transaction",
"Got error %d during COMMIT",
"Got error %d during ROLLBACK",
"Got error %d during FLUSH_LOGS",
"Got error %d during CHECKPOINT",
188
"Aborted connection %ld to db: '%-.64s' user: '%-.32s' host: `%-.64s' (%-.64s)",
189
"The storage engine for the table does not support binary table dump",
190
"Binlog closed, cannot RESET MASTER",
unknown's avatar
unknown committed
191 192 193 194 195
"Failed rebuilding the index of  dumped table '%-.64s'",
"Error from master: '%-.64s'",
"Net error reading from master",
"Net error writing to master",
"Can't find FULLTEXT index matching the column list",
196
"Can't execute the given command because you have active locked tables or an active transaction",
197
"Unknown system variable '%-.64s'",
198 199
"Table '%-.64s' is marked as crashed and should be repaired",
"Table '%-.64s' is marked as crashed and last (automatic?) repair failed",
200
"Some non-transactional changed tables couldn't be rolled back",
unknown's avatar
unknown committed
201
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again",
unknown's avatar
unknown committed
202 203
"This operation cannot be performed with a running slave, run STOP SLAVE first",
"This operation requires a running slave, configure slave and do START SLAVE",
204 205 206
"The server is not configured as slave, fix in config file or with CHANGE MASTER TO",
"Could not initialize master info structure, check permisions on master.info",
"Could not create slave thread, check system resources",
unknown's avatar
unknown committed
207
"User %-.64s has already more than 'max_user_connections' active connections",
unknown's avatar
unknown committed
208
"You may only use constant expressions with SET",
unknown's avatar
unknown committed
209
"Lock wait timeout exceeded; Try restarting transaction",
210 211
"The total number of locks exceeds the lock table size",
"Update locks cannot be acquired during a READ UNCOMMITTED transaction",
unknown's avatar
unknown committed
212 213
"DROP DATABASE not allowed while thread is holding global read lock",
"CREATE DATABASE not allowed while thread is holding global read lock",
214
"Wrong arguments to %s",
215
"%-.32s@%-.64s is not allowed to create new users",
216
"Incorrect table definition; all MERGE tables must be in the same database",
unknown's avatar
unknown committed
217
"Deadlock found when trying to get lock; Try restarting transaction",
218 219
"The used table type doesn't support FULLTEXT indexes",
"Cannot add foreign key constraint",
unknown's avatar
unknown committed
220 221
"Cannot add or update a child row: a foreign key constraint fails",
"Cannot delete or update a parent row: a foreign key constraint fails",
222 223
"Error connecting to master: %-.128s",
"Error running query on master: %-.128s",
224
"Error when executing command %s: %-.128s",
unknown's avatar
unknown committed
225 226
"Wrong usage of %s and %s",
"The used SELECT statements have a different number of columns",
227
"Can't execute the query because you have a conflicting read lock",
unknown's avatar
unknown committed
228
"Mixing of transactional and non-transactional tables is disabled",
unknown's avatar
unknown committed
229
"Option '%s' used twice in statement",
unknown's avatar
unknown committed
230 231
"User '%-.64s' has exceeded the '%s' resource (current value: %ld)",
"Access denied. You need the %-.128s privilege for this operation",
unknown's avatar
unknown committed
232 233 234 235 236 237
"Variable '%-.64s' is a LOCAL variable and can't be used with SET GLOBAL",
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL",
"Variable '%-.64s' doesn't have a default value",
"Variable '%-.64s' can't be set to the value of '%-.64s'",
"Wrong argument type to variable '%-.64s'",
"Variable '%-.64s' can only be set, not read",
238
"Wrong usage/placement of '%s'",
239
"This version of MySQL doesn't yet support '%s'",
240
"Got fatal error %d: '%-.128s' from master when reading data from binary log",
unknown's avatar
unknown committed
241 242
"Wrong foreign key definition for '%-.64s': %s",
"Key reference and table reference doesn't match",
unknown's avatar
unknown committed
243
"Cardinality error (more/less than %d columns)",
unknown's avatar
unknown committed
244
"Subselect returns more than 1 record",
245
"Unknown prepared statement handler (%ld) given to %s",
unknown's avatar
unknown committed
246 247
"Help database is corrupt or does not exist",
"Cyclic reference on subqueries",
unknown's avatar
unknown committed
248
"Converting column '%s' from %s to %s",
249
"Reference '%-.64s' not supported (%s)",
250
"Every derived table must have it's own alias",
unknown's avatar
unknown committed
251
"Select %u was reduced during optimisation",
unknown's avatar
unknown committed
252
"Table '%-.64s' from one of SELECT's can not be used  in %-.32s"
unknown's avatar
unknown committed
253
"Client does not support authentication protocol requested by server; consider upgrading MySQL client"
unknown's avatar
unknown committed
254 255 256 257 258 259 260 261
"All parts of a SPATIAL KEY must be NOT NULL"
"COLLATION '%s' is not valid for CHARACTER SET '%s'"
"The slave was already running"
"The slave was already stopped"
"Too big size of uncompressed data. The maximum size is %d. (probably, length of uncompressed data was corrupted)"
"Z_BUF_ERROR: Not enough memory available for zlib"
"Z_MEM_ERROR: Not enough room in the output buffer for zlib (probably, length of uncompressed data was corrupted)"
"Z_DATA_ERROR: Input data was corrupted for zlib"
262
"%d line(s) was(were) cut by group_concat()"
unknown's avatar
unknown committed
263 264 265 266 267
"Record count is fewer than the column count at row %ld";
"Record count is more than the column count at row %ld";
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld";
"Data truncated, out of range for column '%s' at row %ld";
"Data truncated for column '%s' at row %ld"
268
"Using storage engine %s for table '%s'",
269
"Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'",
270 271
"Can't drop one or more of the requested users"
"Can't revoke all privileges, grant for one or more of the requested users"
272 273
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'",
"Illegal mix of collations for operation '%s'",
274
"Variable '%-.64s' is not a variable component (Can't be used as XXXX.variable_name)",