Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.92 KB | None | 0 0
  1. 1000, hashchk
  2. 1001, isamchk
  3. 1002, NO
  4. 1003, YES
  5. 1004, Can't create file '%s' (errno: %d - %s)
  6. 1005, Can't create table '%s' (errno: %d)
  7. 1006, Can't create database '%s' (errno: %d)
  8. 1007, Can't create database '%s'; database exists
  9. 1008, Can't drop database '%s'; database doesn't exist
  10. 1009, Error dropping database (can't delete '%s', errno: %d)
  11. 1010, Error dropping database (can't rmdir '%s', errno: %d)
  12. 1011, Error on delete of '%s' (errno: %d - %s)
  13. 1012, Can't read record in system table
  14. 1013, Can't get status of '%s' (errno: %d - %s)
  15. 1014, Can't get working directory (errno: %d - %s)
  16. 1015, Can't lock file (errno: %d - %s)
  17. 1016, Can't open file: '%s' (errno: %d - %s)
  18. 1017, Can't find file: '%s' (errno: %d - %s)
  19. 1018, Can't read dir of '%s' (errno: %d - %s)
  20. 1019, Can't change dir to '%s' (errno: %d - %s)
  21. 1020, Record has changed since last read in table '%s'
  22. 1021, Disk full (%s); waiting for someone to free some space... (errno: %d - %s)
  23. 1022, Can't write; duplicate key in table '%s'
  24. 1023, Error on close of '%s' (errno: %d - %s)
  25. 1024, Error reading file '%s' (errno: %d - %s)
  26. 1025, Error on rename of '%s' to '%s' (errno: %d - %s)
  27. 1026, Error writing file '%s' (errno: %d - %s)
  28. 1027, '%s' is locked against change
  29. 1028, Sort aborted
  30. 1029, View '%s' doesn't exist for '%s'
  31. 1030, Got error %d from storage engine
  32. 1031, Table storage engine for '%s' doesn't have this option
  33. 1032, Can't find record in '%s'
  34. 1033, Incorrect information in file: '%s'
  35. 1034, Incorrect key file for table '%s'; try to repair it
  36. 1035, Old key file for table '%s'; repair it!
  37. 1036, Table '%s' is read only
  38. 1037, Out of memory; restart server and try again (needed %d bytes)
  39. 1038, Out of sort memory, consider increasing server sort buffer size
  40. 1039, Unexpected EOF found when reading file '%s' (errno: %d - %s)
  41. 1040, Too many connections
  42. 1041, 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
  43. 1042, Can't get hostname for your address
  44. 1043, Bad handshake
  45. 1044, Access denied for user '%s'@'%s' to database '%s'
  46. 1045, Access denied for user '%s'@'%s' (using password: %s)
  47. 1046, No database selected
  48. 1047, Unknown command
  49. 1048, Column 's' cannot be null
  50. 1049, Unknown database '%s'
  51. 1050, Table '%s' already exists
  52. 1051, Unknown table '%s'
  53. 1052, Column '%s' in %s is ambiguous
  54. 1053, Server shutdown in progress
  55. 1054, Unknown column '%s' in '%s'
  56. 1055, '%s' isn't in GROUP BY
  57. 1056, Can't group on '%s'
  58. 1057, Statement has sum functions and columns in same statement
  59. 1058, Column count doesn't match value count
  60. 1059, Identifier name '%s' is too long
  61. 1060, Duplicate column name '%s'
  62. 1061, Duplicate key name '%s'
  63. 1062, Duplicate entry '%s' for key %d
  64. 1063, Incorrect column specifier for column '%s'
  65. 1064, %s near '%s' at line %d
  66. 1065, Query was empty
  67. 1066, Not unique table/alias: '%s'
  68. 1067, Invalid default value for '%s'
  69. 1068, Multiple primary key defined
  70. 1069, Too many keys specified; max %d keys allowed
  71. 1070, Too many key parts specified; max %d parts allowed
  72. 1071, Specified key was too long; max key length is %d bytes
  73. 1072, Key column '%s' doesn't exist in table
  74. 1073, BLOB column '%s' can't be used in key specification with the used table type
  75. 1074, Column length too big for column '%s' (max = %lu); use BLOB or TEXT instead
  76. 1075, Incorrect table definition; there can be only one auto column and it must be defined as a key
  77. 1076, %s: ready for connections. Version: '%s' socket: '%s' port: %d
  78. 1077, %s: Normal shutdown
  79. 1078, %s: Got signal %d. Aborting!
  80. 1079, %s: Shutdown complete
  81. 1080, %s: Forcing close of thread %ld user: '%s'
  82. 1081, Can't create IP socket
  83. 1082, Table '%s' has no index like the one used in CREATE INDEX; recreate the table
  84. 1083, Field separator argument is not what is expected; check the manual
  85. 1084, You can't use fixed rowlength with BLOBs; please use 'fields terminated by'
  86. 1085, The file '%s' must be in the database directory or be readable by all
  87. 1086, File '%s' already exists
  88. 1087, Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld
  89. 1088, Records: %ld Duplicates: %ld
  90. 1089, Incorrect prefix 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 prefix keys
  91. 1090, You can't delete all columns with ALTER TABLE; use DROP TABLE instead
  92. 1091, Can't DROP '%s'; check that column/key exists
  93. 1092, Records: %ld Duplicates: %ld Warnings: %ld
  94. 1093, You can't specify target table '%s' for update in FROM clause
  95. 1094, Unknown thread id: %lu
  96. 1095, You are not owner of thread %lu
  97. 1096, No tables used
  98. 1097, Too many strings for column %s and SET
  99. 1098, Can't generate a unique log-filename %s.(1-999)
  100. 1099, Table '%s' was locked with a READ lock and can't be updated
  101. 1100, Table '%s' was not locked with LOCK TABLES
  102. 1101, BLOB, TEXT, GEOMETRY or JSON column '%s' can't have a default value
  103. 1102, Incorrect database name '%s'
  104. 1103, Incorrect table name '%s'
  105. 1104, The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
  106. 1105, Unknown error
  107. 1106, Unknown procedure '%s'
  108. 1107, Incorrect parameter count to procedure '%s'
  109. 1108, Incorrect parameters to procedure '%s'
  110. 1109, Unknown table '%s' in %s
  111. 1110, Column '%s' specified twice
  112. 1111, Invalid use of group function
  113. 1112, Table '%s' uses an extension that doesn't exist in this MySQL version
  114. 1113, A table must have at least 1 column
  115. 1114, The table '%s' is full
  116. 1115, Unknown character set: '%s'
  117. 1116, Too many tables; MySQL can only use %d tables in a join
  118. 1117, Too many columns
  119. 1118, Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
  120. 1119, Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld --thread_stack=#' to specify a bigger stack if needed
  121. 1120, Cross dependency found in OUTER JOIN; examine your ON conditions
  122. 1121, Table handler doesn't support NULL in given index. Please change column '%s' to be NOT NULL or use another handler
  123. 1122, Can't load function '%s'
  124. 1123, Can't initialize function '%s'; %s
  125. 1124, No paths allowed for shared library
  126. 1125, Function '%s' already exists
  127. 1126, Can't open shared library '%s' (errno: %d %s)
  128. 1127, Can't find symbol '%s' in library
  129. 1128, Function '%s' is not defined
  130. 1129, Host '%s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
  131. 1130, Host '%s' is not allowed to connect to this MySQL server
  132. 1131, You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords
  133. 1132, You must have privileges to update tables in the mysql database to be able to change passwords for others
  134. 1133, Can't find any matching row in the user table
  135. 1134, Rows matched: %ld Changed: %ld Warnings: %ld
  136. 1135, 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
  137. 1136, Column count doesn't match value count at row %ld
  138. 1137, Can't reopen table: '%s'
  139. 1138, Invalid use of NULL value
  140. 1139, Got error '%s' from regexp
  141. 1140, Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
  142. 1141, There is no such grant defined for user '%s' on host '%s'
  143. 1142, %s command denied to user '%s'@'%s' for table '%s'
  144. 1143, %s command denied to user '%s'@'%s' for column '%s' in table '%s'
  145. 1144, Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used
  146. 1145, The host or user argument to GRANT is too long
  147. 1146, Table '%s.%s' doesn't exist
  148. 1147, There is no such grant defined for user '%s' on host '%s' on table '%s'
  149. 1148, The used command is not allowed with this MySQL version
  150. 1149, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use
  151. 1150, Delayed insert thread couldn't get requested lock for table %s
  152. 1151, Too many delayed threads in use
  153. 1152, Aborted connection %ld to db: '%s' user: '%s' (%s)
  154. 1153, Got a packet bigger than 'max_allowed_packet' bytes
  155. 1154, Got a read error from the connection pipe
  156. 1155, Got an error from fcntl()
  157. 1156, Got packets out of order
  158. 1157, Couldn't uncompress communication packet
  159. 1158, Got an error reading communication packets
  160. 1159, Got timeout reading communication packets
  161. 1160, Got an error writing communication packets
  162. 1161, Got timeout writing communication packets
  163. 1162, Result string is longer than 'max_allowed_packet' bytes
  164. 1163, The used table type doesn't support BLOB/TEXT columns
  165. 1164, The used table type doesn't support AUTO_INCREMENT columns
  166. 1165, INSERT DELAYED can't be used with table '%s' because it is locked with LOCK TABLES
  167. 1166, Incorrect column name '%s'
  168. 1167, The used storage engine can't index column '%s'
  169. 1168, Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
  170. 1169, Can't write, because of unique constraint, to table '%s'
  171. 1170, BLOB/TEXT column '%s' used in key specification without a key length
  172. 1171, All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
  173. 1172, Result consisted of more than one row
  174. 1173, This table type requires a primary key
  175. 1174, This version of MySQL is not compiled with RAID support
  176. 1175, You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
  177. 1176, Key '%s' doesn't exist in table '%s'
  178. 1177, Can't open table
  179. 1178, The storage engine for the table doesn't support %s
  180. 1179, You are not allowed to execute this command in a transaction
  181. 1180, Got error %d during COMMIT
  182. 1181, Got error %d during ROLLBACK
  183. 1182, Got error %d during FLUSH_LOGS
  184. 1183, Got error %d during CHECKPOINT
  185. 1184, Aborted connection %u to db: '%s' user: '%s' host: '%s' (%s)
  186. 1185, The storage engine for the table does not support binary table dump
  187. 1186, Binlog closed, cannot RESET MASTER
  188. 1187, Failed rebuilding the index of dumped table '%s'
  189. 1188, Error from master: '%s'
  190. 1189, Net error reading from master
  191. 1190, Net error writing to master
  192. 1191, Can't find FULLTEXT index matching the column list
  193. 1192, Can't execute the given command because you have active locked tables or an active transaction
  194. 1193, Unknown system variable '%s'
  195. 1194, Table '%s' is marked as crashed and should be repaired
  196. 1195, Table '%s' is marked as crashed and last (automatic?) repair failed
  197. 1196, Some non-transactional changed tables couldn't be rolled back
  198. 1197, Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
  199. 1198, This operation cannot be performed with a running slave; run STOP SLAVE first
  200. 1199, This operation requires a running slave; configure slave and do START SLAVE
  201. 1200, The server is not configured as slave; fix in config file or with CHANGE MASTER TO
  202. 1201, Could not initialize master info structure; more error messages can be found in the MySQL error log
  203. 1202, Could not create slave thread; check system resources
  204. 1203, User %s already has more than 'max_user_connections' active connections
  205. 1204, You may only use constant expressions with SET
  206. 1205, Lock wait timeout exceeded; try restarting transaction
  207. 1206, The total number of locks exceeds the lock table size
  208. 1207, Update locks cannot be acquired during a READ UNCOMMITTED transaction
  209. 1208, DROP DATABASE not allowed while thread is holding global read lock
  210. 1209, CREATE DATABASE not allowed while thread is holding global read lock
  211. 1210, Incorrect arguments to %s
  212. 1211, '%s'@'%s' is not allowed to create new users
  213. 1212, Incorrect table definition; all MERGE tables must be in the same database
  214. 1213, Deadlock found when trying to get lock; try restarting transaction
  215. 1214, The used table type doesn't support FULLTEXT indexes
  216. 1215, Cannot add foreign key constraint
  217. 1216, Cannot add or update a child row: a foreign key constraint fails
  218. 1217, Cannot delete or update a parent row: a foreign key constraint fails
  219. 1218, Error connecting to master: %s
  220. 1219, Error running query on master: %s
  221. 1220, Error when executing command %s: %s
  222. 1221, Incorrect usage of %s and %s
  223. 1222, The used SELECT statements have a different number of columns
  224. 1223, Can't execute the query because you have a conflicting read lock
  225. 1224, Mixing of transactional and non-transactional tables is disabled
  226. 1225, Option '%s' used twice in statement
  227. 1226, User '%s' has exceeded the '%s' resource (current value: %ld)
  228. 1227, Access denied; you need (at least one of) the %s privilege(s) for this operation
  229. 1228, Variable '%s' is a SESSION variable and can't be used with SET GLOBAL
  230. 1229, Variable '%s' is a GLOBAL variable and should be set with SET GLOBAL
  231. 1230, Variable '%s' doesn't have a default value
  232. 1231, Variable '%s' can't be set to the value of '%s'
  233. 1232, Incorrect argument type to variable '%s'
  234. 1233, Variable '%s' can only be set, not read
  235. 1234, Incorrect usage/placement of '%s'
  236. 1235, This version of MySQL doesn't yet support '%s'
  237. 1236, Got fatal error %d from master when reading data from binary log: '%s'
  238. 1237, Slave SQL thread ignored the query because of replicate-*-table rules
  239. 1238, Variable '%s' is a %s variable
  240. 1239, Incorrect foreign key definition for '%s': %s
  241. 1240, Key reference and table reference don't match
  242. 1241, Operand should contain %d column(s)
  243. 1242, Subquery returns more than 1 row
  244. 1243, Unknown prepared statement handler (%.*s) given to %s
  245. 1244, Help database is corrupt or does not exist
  246. 1245, Cyclic reference on subqueries
  247. 1246, Converting column '%s' from %s to %s
  248. 1247, Reference '%s' not supported (%s)
  249. 1248, Every derived table must have its own alias
  250. 1249, Select %u was reduced during optimization
  251. 1250, Table '%s' from one of the SELECTs cannot be used in %s
  252. 1251, Client does not support authentication protocol requested by server; consider upgrading MySQL client
  253. 1252, All parts of a SPATIAL index must be NOT NULL
  254. 1253, COLLATION '%s' is not valid for CHARACTER SET '%s'
  255. 1254, Slave is already running
  256. 1255, Slave already has been stopped
  257. 1256, Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)
  258. 1257, ZLIB: Not enough memory
  259. 1258, ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)
  260. 1259, ZLIB: Input data corrupted
  261. 1260, Row %u was cut by GROUP_CONCAT()
  262. 1261, Row %ld doesn't contain data for all columns
  263. 1262, Row %ld was truncated; it contained more data than there were input columns
  264. 1263, Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld
  265. 1264, Out of range value for column '%s' at row %ld
  266. 1265, Data truncated for column '%s' at row %ld
  267. 1266, Using storage engine %s for table '%s'
  268. 1267, Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'
  269. 1268, Cannot drop one or more of the requested users
  270. 1269, Can't revoke all privileges for one or more of the requested users
  271. 1270, Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'
  272. 1271, Illegal mix of collations for operation '%s'
  273. 1272, Variable '%s' is not a variable component (can't be used as XXXX.variable_name)
  274. 1273, Unknown collation: '%s'
  275. 1274, 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
  276. 1275, Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format
  277. 1276, Field or reference '%s%s%s%s%s' of SELECT #%d was resolved in SELECT #%d
  278. 1277, Incorrect parameter or combination of parameters for START SLAVE UNTIL
  279. 1278, 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
  280. 1279, SQL thread is not to be started so UNTIL options are ignored
  281. 1280, Incorrect index name '%s'
  282. 1281, Incorrect catalog name '%s'
  283. 1282, Query cache failed to set size %lu; new query cache size is %lu
  284. 1283, Column '%s' cannot be part of FULLTEXT index
  285. 1284, Unknown key cache '%s'
  286. 1285, MySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work
  287. 1286, Unknown storage engine '%s'
  288. 1287, '%s' is deprecated and will be removed in a future release. Please use %s instead
  289. 1288, The target table %s of the %s is not updatable
  290. 1289, The '%s' feature is disabled; you need MySQL built with '%s' to have it working
  291. 1290, The MySQL server is running with the %s option so it cannot execute this statement
  292. 1291, Column '%s' has duplicated value '%s' in %s
  293. 1292, Truncated incorrect %s value: '%s'
  294. 1293, Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
  295. 1294, Invalid ON UPDATE clause for '%s' column
  296. 1295, This command is not supported in the prepared statement protocol yet
  297. 1296, Got error %d '%s' from %s
  298. 1297, Got temporary error %d '%s' from %s
  299. 1298, Unknown or incorrect time zone: '%s'
  300. 1299, Invalid TIMESTAMP value in column '%s' at row %ld
  301. 1300, Invalid %s character string: '%s'
  302. 1301, Result of %s() was larger than max_allowed_packet (%ld) - truncated
  303. 1302, Conflicting declarations: '%s%s' and '%s%s'
  304. 1303, Can't create a %s from within another stored routine
  305. 1304, %s %s already exists
  306. 1305, %s %s does not exist
  307. 1306, Failed to DROP %s %s
  308. 1307, Failed to CREATE %s %s
  309. 1308, %s with no matching label: %s
  310. 1309, Redefining label %s
  311. 1310, End-label %s without match
  312. 1311, Referring to uninitialized variable %s
  313. 1312, PROCEDURE %s can't return a result set in the given context
  314. 1313, RETURN is only allowed in a FUNCTION
  315. 1314, %s is not allowed in stored procedures
  316. 1315, The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored.
  317. 1316, The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN.
  318. 1317, Query execution was interrupted
  319. 1318, Incorrect number of arguments for %s %s; expected %u, got %u
  320. 1319, Undefined CONDITION: %s
  321. 1320, No RETURN found in FUNCTION %s
  322. 1321, FUNCTION %s ended without RETURN
  323. 1322, Cursor statement must be a SELECT
  324. 1323, Cursor SELECT must not have INTO
  325. 1324, Undefined CURSOR: %s
  326. 1325, Cursor is already open
  327. 1326, Cursor is not open
  328. 1327, Undeclared variable: %s
  329. 1328, Incorrect number of FETCH variables
  330. 1329, No data - zero rows fetched, selected, or processed
  331. 1330, Duplicate parameter: %s
  332. 1331, Duplicate variable: %s
  333. 1332, Duplicate condition: %s
  334. 1333, Duplicate cursor: %s
  335. 1334, Failed to ALTER %s %s
  336. 1335, Subquery value not supported
  337. 1336, %s is not allowed in stored function or trigger
  338. 1337, Variable or condition declaration after cursor or handler declaration
  339. 1338, Cursor declaration after handler declaration
  340. 1339, Case not found for CASE statement
  341. 1340, Configuration file '%s' is too big
  342. 1341, Malformed file type header in file '%s'
  343. 1342, Unexpected end of file while parsing comment '%s'
  344. 1343, Error while parsing parameter '%s' (line: '%s')
  345. 1344, Unexpected end of file while skipping unknown parameter '%s'
  346. 1345, EXPLAIN/SHOW can not be issued; lacking privileges for underlying table
  347. 1346, File '%s' has unknown type '%s' in its header
  348. 1347, '%s.%s' is not %s
  349. 1348, Column '%s' is not updatable
  350. 1349, View's SELECT contains a subquery in the FROM clause
  351. 1349, View's SELECT contains a subquery in the FROM clause
  352. 1350, View's SELECT contains a '%s' clause
  353. 1351, View's SELECT contains a variable or parameter
  354. 1352, View's SELECT refers to a temporary table '%s'
  355. 1353, View's SELECT and view's field list have different column counts
  356. 1354, View merge algorithm can't be used here for now (assumed undefined algorithm)
  357. 1355, View being updated does not have complete key of underlying table in it
  358. 1356, View '%s.%s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
  359. 1357, Can't drop or alter a %s from within another stored routine
  360. 1358, GOTO is not allowed in a stored procedure handler
  361. 1359, Trigger already exists
  362. 1360, Trigger does not exist
  363. 1361, Trigger's '%s' is view or temporary table
  364. 1362, Updating of %s row is not allowed in %strigger
  365. 1363, There is no %s row in %s trigger
  366. 1364, Field '%s' doesn't have a default value
  367. 1365, Division by 0
  368. 1366, Incorrect %s value: '%s' for column '%s' at row %ld
  369. 1367, Illegal %s '%s' value found during parsing
  370. 1368, CHECK OPTION on non-updatable view '%s.%s'
  371. 1369, CHECK OPTION failed '%s.%s'
  372. 1370, %s command denied to user '%s'@'%s' for routine '%s'
  373. 1371, Failed purging old relay logs: %s
  374. 1372, Password hash should be a %d-digit hexadecimal number
  375. 1373, Target log not found in binlog index
  376. 1374, I/O error reading log index file
  377. 1375, Server configuration does not permit binlog purge
  378. 1376, Failed on fseek()
  379. 1377, Fatal error during log purge
  380. 1378, A purgeable log is in use, will not purge
  381. 1379, Unknown error during log purge
  382. 1380, Failed initializing relay log position: %s
  383. 1381, You are not using binary logging
  384. 1382, The '%s' syntax is reserved for purposes internal to the MySQL server
  385. 1383, WSAStartup Failed
  386. 1384, Can't handle procedures with different groups yet
  387. 1385, Select must have a group with this procedure
  388. 1386, Can't use ORDER clause with this procedure
  389. 1387, Binary logging and replication forbid changing the global server %s
  390. 1388, Can't map file: %s, errno: %d
  391. 1389, Wrong magic in %s
  392. 1390, Prepared statement contains too many placeholders
  393. 1391, Key part '%s' length cannot be 0
  394. 1392, View text checksum failed
  395. 1393, Can not modify more than one base table through a join view '%s.%s'
  396. 1394, Can not insert into join view '%s.%s' without fields list
  397. 1395, Can not delete from join view '%s.%s'
  398. 1396, Operation %s failed for %s
  399. 1397, XAER_NOTA: Unknown XID
  400. 1398, XAER_INVAL: Invalid arguments (or unsupported command)
  401. 1399, XAER_RMFAIL: The command cannot be executed when global transaction is in the %s state
  402. 1400, XAER_OUTSIDE: Some work is done outside global transaction
  403. 1401, XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency
  404. 1402, XA_RBROLLBACK: Transaction branch was rolled back
  405. 1403, There is no such grant defined for user '%s' on host '%s' on routine '%s'
  406. 1404, Failed to grant EXECUTE and ALTER ROUTINE privileges
  407. 1405, Failed to revoke all privileges to dropped routine
  408. 1406, Data too long for column '%s' at row %ld
  409. 1407, Bad SQLSTATE: '%s'
  410. 1408, %s: ready for connections. Version: '%s' socket: '%s' port: %d %s
  411. 1409, Can't load value from file with fixed size rows to variable
  412. 1410, You are not allowed to create a user with GRANT
  413. 1411, Incorrect %s value: '%s' for function %s
  414. 1412, Table definition has changed, please retry transaction
  415. 1413, Duplicate handler declared in the same block
  416. 1414, OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger
  417. 1415, Not allowed to return a result set from a %s
  418. 1416, Cannot get geometry object from data you send to the GEOMETRY field
  419. 1417, A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes
  420. 1418, This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
  421. 1419, You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
  422. 1420, You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it.
  423. 1421, The statement (%lu) has no open cursor.
  424. 1422, Explicit or implicit commit is not allowed in stored function or trigger.
  425. 1423, Field of view '%s.%s' underlying table doesn't have a default value
  426. 1424, Recursive stored functions and triggers are not allowed.
  427. 1425, Too big scale %d specified for column '%s'. Maximum is %lu.
  428. 1426, Too-big precision %d specified for '%s'. Maximum is %lu.
  429. 1427, For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%s').
  430. 1428, You can't combine write-locking of system tables with other tables or lock types
  431. 1429, Unable to connect to foreign data source: %s
  432. 1430, There was a problem processing the query on the foreign data source. Data source error: %s
  433. 1431, The foreign data source you are trying to reference does not exist. Data source error: %s
  434. 1432, Can't create federated table. The data source connection string '%s' is not in the correct format
  435. 1433, The data source connection string '%s' is not in the correct format
  436. 1434, Can't create federated table. Foreign data src error: %s
  437. 1435, Trigger in wrong schema
  438. 1436, Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
  439. 1437, Routine body for '%s' is too long
  440. 1438, Cannot drop default keycache
  441. 1439, Display width out of range for column '%s' (max = %lu)
  442. 1440, XAER_DUPID: The XID already exists
  443. 1441, Datetime function: %s field overflow
  444. 1442, Can't update table '%s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger.
  445. 1443, The definition of table '%s' prevents operation %s on table '%s'.
  446. 1444, The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner
  447. 1445, Not allowed to set autocommit from a stored function or trigger
  448. 1446, Definer is not fully qualified
  449. 1447, View '%s'.'%s' has no definer information (old table format). Current user is used as definer. Please recreate the view!
  450. 1448, You need the SUPER privilege for creation view with '%s'@'%s' definer
  451. 1449, The user specified as a definer ('%s'@'%s') does not exist
  452. 1450, Changing schema from '%s' to '%s' is not allowed.
  453. 1451, Cannot delete or update a parent row: a foreign key constraint fails (%s)
  454. 1452, Cannot add or update a child row: a foreign key constraint fails (%s)
  455. 1453, Variable '%s' must be quoted with `...`, or renamed
  456. 1454, No definer attribute for trigger '%s'.'%s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
  457. 1455, '%s' has an old format, you should re-create the '%s' object(s)
  458. 1456, Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %s
  459. 1457, Failed to load routine %s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)
  460. 1458, Incorrect routine name '%s'
  461. 1459, Table upgrade required. Please do "REPAIR TABLE `%s`" or dump/reload to fix it!
  462. 1460, AGGREGATE is not supported for stored functions
  463. 1461, Can't create more than max_prepared_stmt_count statements (current value: %lu)
  464. 1462, `%s`.`%s` contains view recursion
  465. 1463, Non-grouping field '%s' is used in %s clause
  466. 1464, The used table type doesn't support SPATIAL indexes
  467. 1465, Triggers can not be created on system tables
  468. 1466, Leading spaces are removed from name '%s'
  469. 1467, Failed to read auto-increment value from storage engine
  470. 1468, user name
  471. 1469, host name
  472. 1470, String '%s' is too long for %s (should be no longer than %d)
  473. 1471, The target table %s of the %s is not insertable-into
  474. 1472, Table '%s' is differently defined or of non-MyISAM type or doesn't exist
  475. 1473, Too high level of nesting for select
  476. 1474, Name '%s' has become ''
  477. 1475, First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY
  478. 1476, The foreign server, %s, you are trying to create already exists.
  479. 1477, The foreign server name you are trying to reference does not exist. Data source error: %s
  480. 1478, Table storage engine '%s' does not support the create option '%s'
  481. 1479, Syntax error: %s PARTITIONING requires definition of VALUES %s for each partition
  482. 1480, Only %s PARTITIONING can use VALUES %s in partition definition
  483. 1481, MAXVALUE can only be used in last partition definition
  484. 1482, Subpartitions can only be hash partitions and by key
  485. 1483, Must define subpartitions on all partitions if on one partition
  486. 1484, Wrong number of partitions defined, mismatch with previous setting
  487. 1485, Wrong number of subpartitions defined, mismatch with previous setting
  488. 1486, Constant, random or timezone-dependent expressions in (sub)partitioning function are not allowed
  489. 1487, Expression in RANGE/LIST VALUES must be constant
  490. 1488, Field in list of fields for partition function not found in table
  491. 1489, List of fields is only allowed in KEY partitions
  492. 1490, The partition info in the frm file is not consistent with what can be written into the frm file
  493. 1491, The %s function returns the wrong type
  494. 1492, For %s partitions each partition must be defined
  495. 1493, VALUES LESS THAN value must be strictly increasing for each partition
  496. 1494, VALUES value must be of same type as partition function
  497. 1495, Multiple definition of same constant in list partitioning
  498. 1496, Partitioning can not be used stand-alone in query
  499. 1497, The mix of handlers in the partitions is not allowed in this version of MySQL
  500. 1498, For the partitioned engine it is necessary to define all %s
  501. 1499, Too many partitions (including subpartitions) were defined
  502. 1500, It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning
  503. 1501, Failed to create specific handler file
  504. 1502, A BLOB field is not allowed in partition function
  505. 1503, A %s must include all columns in the table's partitioning function
  506. 1504, Number of %s = 0 is not an allowed value
  507. 1505, Partition management on a not partitioned table is not possible
  508. 1506, Foreign keys are not yet supported in conjunction with partitioning
  509. 1507, Error in list of partitions to %s
  510. 1508, Cannot remove all partitions, use DROP TABLE instead
  511. 1509, COALESCE PARTITION can only be used on HASH/KEY partitions
  512. 1510, REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers
  513. 1511, REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs
  514. 1512, %s PARTITION can only be used on RANGE/LIST partitions
  515. 1513, Trying to Add partition(s) with wrong number of subpartitions
  516. 1514, At least one partition must be added
  517. 1515, At least one partition must be coalesced
  518. 1516, More partitions to reorganize than there are partitions
  519. 1517, Duplicate partition name %s
  520. 1518, It is not allowed to shut off binlog on this command
  521. 1519, When reorganizing a set of partitions they must be in consecutive order
  522. 1520, Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range
  523. 1521, Partition function not supported in this version for this handler
  524. 1522, Partition state cannot be defined from CREATE/ALTER TABLE
  525. 1523, The %s handler only supports 32 bit integers in VALUES
  526. 1524, Plugin '%s' is not loaded
  527. 1525, Incorrect %s value: '%s'
  528. 1526, Table has no partition for value %s
  529. 1527, It is not allowed to specify %s more than once
  530. 1528, Failed to create %s
  531. 1529, Failed to drop %s
  532. 1530, The handler doesn't support autoextend of tablespaces
  533. 1531, A size parameter was incorrectly specified, either number or on the form 10M
  534. 1532, The size number was correct but we don't allow the digit part to be more than 2 billion
  535. 1533, Failed to alter: %s
  536. 1534, Writing one row to the row-based binary log failed
  537. 1535, Table definition on master and slave does not match: %s
  538. 1536, Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events
  539. 1537, Event '%s' already exists
  540. 1538, Failed to store event %s. Error code %d from storage engine.
  541. 1539, Unknown event '%s'
  542. 1540, Failed to alter event '%s'
  543. 1541, Failed to drop %s
  544. 1542, INTERVAL is either not positive or too big
  545. 1543, ENDS is either invalid or before STARTS
  546. 1544, Event execution time is in the past. Event has been disabled
  547. 1545, Failed to open mysql.event
  548. 1546, No datetime expression provided
  549. 1547, Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted
  550. 1548, Cannot load from mysql.%s. The table is probably corrupted
  551. 1549, Failed to delete the event from mysql.event
  552. 1550, Error during compilation of event's body
  553. 1551, Same old and new event name
  554. 1552, Data for column '%s' too long
  555. 1553, Cannot drop index '%s': needed in a foreign key constraint
  556. 1554, The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead
  557. 1555, You can't write-lock a log table. Only read access is possible
  558. 1556, You can't use locks with log tables.
  559. 1557, Upholding foreign key constraints for table '%s', entry '%s', key %d would lead to a duplicate entry
  560. 1558, 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.
  561. 1559, Cannot switch out of the row-based binary log format when the session has open temporary tables
  562. 1560, Cannot change the binary logging format inside a stored function or trigger
  563. 1561, The NDB cluster engine does not support changing the binlog format on the fly yet
  564. 1562, Cannot create temporary table with partitions
  565. 1563, Partition constant is out of partition function domain
  566. 1564, This partition function is not allowed
  567. 1565, Error in DDL log
  568. 1566, Not allowed to use NULL value in VALUES LESS THAN
  569. 1567, Incorrect partition name
  570. 1568, Transaction characteristics can't be changed while a transaction is in progress
  571. 1569, ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%s' for key '%s'
  572. 1570, Internal scheduler error %d
  573. 1571, Error during starting/stopping of the scheduler. Error code %u
  574. 1572, Engine cannot be used in partitioned tables
  575. 1573, Cannot activate '%s' log
  576. 1574, The server was not built with row-based replication
  577. 1575, Decoding of base64 string failed
  578. 1576, Recursion of EVENT DDL statements is forbidden when body is present
  579. 1577, Cannot proceed because system tables used by Event Scheduler were found damaged at server start
  580. 1578, Only integers allowed as number here
  581. 1579, This storage engine cannot be used for log tables"
  582. 1580, You cannot '%s' a log table if logging is enabled
  583. 1581, Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'
  584. 1582, Incorrect parameter count in the call to native function '%s'
  585. 1583, Incorrect parameters in the call to native function '%s'
  586. 1584, Incorrect parameters in the call to stored function %s
  587. 1585, This function '%s' has the same name as a native function
  588. 1586, Duplicate entry '%s' for key '%s'
  589. 1587, Too many files opened, please execute the command again
  590. 1588, Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
  591. 1589, Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was not changed. Specify a time in the future.
  592. 1590, The incident %s occured on the master. Message: %s
  593. 1591, Table has no partition for some existing values
  594. 1592, Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. %s
  595. 1593, Fatal error: %s
  596. 1594, Relay log read failure: %s
  597. 1595, Relay log write failure: %s
  598. 1596, Failed to create %s
  599. 1597, Master command %s failed: %s
  600. 1598, Binary logging not possible. Message: %s
  601. 1599, View `%s`.`%s` has no creation context
  602. 1600, Creation context of view `%s`.`%s' is invalid
  603. 1601, Creation context of stored routine `%s`.`%s` is invalid
  604. 1602, Corrupted TRG file for table `%s`.`%s`
  605. 1603, Triggers for table `%s`.`%s` have no creation context
  606. 1604, Trigger creation context of table `%s`.`%s` is invalid
  607. 1605, Creation context of event `%s`.`%s` is invalid
  608. 1606, Cannot open table for trigger `%s`.`%s`
  609. 1607, Cannot create stored routine `%s`. Check warnings
  610. 1608, Ambiguous slave modes combination. %s
  611. 1609, The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement.
  612. 1610, Corrupted replication event was detected
  613. 1611, Invalid column reference (%s) in LOAD DATA
  614. 1611, Invalid column reference (%s) in LOAD DATA
  615. 1612, Being purged log %s was not found
  616. 1613, XA_RBTIMEOUT: Transaction branch was rolled back: took too long
  617. 1614, XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
  618. 1615, Prepared statement needs to be re-prepared
  619. 1616, DELAYED option not supported for table '%s'
  620. 1617, The master info structure does not exist
  621. 1618, <%s> option ignored
  622. 1619, Built-in plugins cannot be deleted
  623. 1619, Built-in plugins cannot be deleted
  624. 1620, Plugin is busy and will be uninstalled on shutdown
  625. 1621, %s variable '%s' is read-only. Use SET %s to assign the value
  626. 1622, Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted
  627. 1623, Unexpected master's heartbeat data: %s
  628. 1624, The requested value for the heartbeat period is either negative or exceeds the maximum allowed (%s seconds).
  629. 1625, Bad schema for mysql.ndb_replication table. Message: %s
  630. 1626, Error in parsing conflict function. Message: %s
  631. 1627, Write to exceptions table failed. Message: %s"
  632. 1628, Comment for table '%s' is too long (max = %lu)
  633. 1629, Comment for field '%s' is too long (max = %lu)
  634. 1630, FUNCTION %s does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
  635. 1631, Database
  636. 1632, Table
  637. 1633, Partition
  638. 1634, Subpartition
  639. 1635, Temporary
  640. 1636, Renamed
  641. 1637, Too many active concurrent transactions
  642. 1638, Non-ASCII separator arguments are not fully supported
  643. 1639, debug sync point wait timed out
  644. 1640, debug sync point hit limit reached
  645. 1641, Duplicate condition information item '%s'
  646. 1642, Unhandled user-defined warning condition
  647. 1643, Unhandled user-defined not found condition
  648. 1644, Unhandled user-defined exception condition
  649. 1645, RESIGNAL when handler not active
  650. 1646, SIGNAL/RESIGNAL can only use a CONDITION defined with SQLSTATE
  651. 1647, Data truncated for condition item '%s'
  652. 1648, Data too long for condition item '%s'
  653. 1649, Unknown locale: '%s'
  654. 1650, The requested server id %d clashes with the slave startup option --replicate-same-server-id
  655. 1651, Query cache is disabled; restart the server with query_cache_type=1 to enable it
  656. 1652, Duplicate partition field name '%s'
  657. 1653, Inconsistency in usage of column lists for partitioning
  658. 1654, Partition column values of incorrect type
  659. 1655, Too many fields in '%s'
  660. 1656, Cannot use MAXVALUE as value in VALUES IN
  661. 1657, Cannot have more than one value for this type of %s partitioning
  662. 1658, Row expressions in VALUES IN only allowed for multi-field column partitioning
  663. 1659, Field '%s' is of a not allowed type for this type of partitioning
  664. 1660, The total length of the partitioning fields is too large
  665. 1661, Cannot execute statement: impossible to write to binary log since both row-incapable engines and statement-incapable engines are involved.
  666. 1662, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = ROW and at least one table uses a storage engine limited to statement-based logging.
  667. 1663, Cannot execute statement: impossible to write to binary log since statement is unsafe, storage engine is limited to statement-based logging, and BINLOG_FORMAT = MIXED. %s
  668. 1664, Cannot execute statement: impossible to write to binary log since statement is in row format and at least one table uses a storage engine limited to statement-based logging.
  669. 1665, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.%s
  670. 1666, Cannot execute statement: impossible to write to binary log since statement is in row format and BINLOG_FORMAT = STATEMENT.
  671. 1667, Cannot execute statement: impossible to write to binary log since more than one engine is involved and at least one engine is self-logging.
  672. 1668, The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.
  673. 1669, The statement is unsafe because it uses INSERT DELAYED. This is unsafe because the times when rows are inserted cannot be predicted.
  674. 1670, The statement is unsafe because it uses the general log, slow query log, or performance_schema table(s). This is unsafe because system tables may differ on slaves.
  675. 1671, Statement is unsafe because it invokes a trigger or a stored function that inserts into an AUTO_INCREMENT column. Inserted values cannot be logged correctly.
  676. 1672, Statement is unsafe because it uses a UDF which may not return the same value on the slave.
  677. 1673, Statement is unsafe because it uses a system variable that may have a different value on the slave.
  678. 1674, Statement is unsafe because it uses a system function that may return a different value on the slave.
  679. 1675, Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction.
  680. 1676, %s Statement: %s
  681. 1677, Column %d of table '%s.%s' cannot be converted from type '%s' to type '%s'
  682. 1678, Can't create conversion table for table '%s.%s'
  683. 1679, Cannot modify @@session.binlog_format inside a transaction
  684. 1680, The path specified for %s is too long.
  685. 1681, '%s' is deprecated and will be removed in a future release.
  686. 1682, Native table '%s'.'%s' has the wrong structure
  687. 1683, Invalid performance_schema usage.
  688. 1684, Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement
  689. 1685, Cannot modify @@session.binlog_direct_non_transactional_updates inside a transaction
  690. 1686, Cannot change the binlog direct flag inside a stored function or trigger
  691. 1687, A SPATIAL index may only contain a geometrical type column
  692. 1688, Comment for index '%s' is too long (max = %lu)
  693. 1689, Wait on a lock was aborted due to a pending exclusive lock
  694. 1690, %s value is out of range in '%s'
  695. 1691, A variable of a non-integer based type in LIMIT clause
  696. 1692, Mixing self-logging and non-self-logging engines in a statement is unsafe.
  697. 1693, Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them.
  698. 1694, Cannot modify @@session.sql_log_bin inside a transaction
  699. 1695, Cannot change the sql_log_bin inside a stored function or trigger
  700. 1696, Failed to read from the .par file
  701. 1697, VALUES value for partition '%s' must have type INT
  702. 1698, Access denied for user '%s'@'%s'
  703. 1699, SET PASSWORD has no significance for users authenticating via plugins
  704. 1700, GRANT with IDENTIFIED WITH is illegal because the user %-.*s already exists
  705. 1701, Cannot truncate a table referenced in a foreign key constraint (%s)
  706. 1702, Plugin '%s' is force_plus_permanent and can not be unloaded
  707. 1703, The requested value for the heartbeat period is less than 1 millisecond. The value is reset to 0, meaning that heartbeating will effectively be disabled.
  708. 1704, The requested value for the heartbeat period exceeds the value of `slave_net_timeout' seconds. A sensible value for the period should be less than the timeout.
  709. 1705, Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again
  710. 1706, Primary key/partition key update is not allowed since the table is updated both as '%s' and '%s'.
  711. 1707, Table rebuild required. Please do "ALTER TABLE `%s` FORCE" or dump/reload to fix it!
  712. 1708, The value of '%s' should be no less than the value of '%s'
  713. 1709, Index column size too large. The maximum column size is %lu bytes.
  714. 1710, Trigger '%s' has an error in its body: '%s'
  715. 1711, Unknown trigger has an error in its body: '%s'
  716. 1712, Index %s is corrupted
  717. 1713, Undo log record is too big.
  718. 1714, INSERT IGNORE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
  719. 1715, INSERT... SELECT... ON DUPLICATE KEY UPDATE is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are updated. This order cannot be predicted and may differ on master and the slave.
  720. 1716, REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
  721. 1717, CREATE... IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
  722. 1718, CREATE... REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced. This order cannot be predicted and may differ on master and the slave.
  723. 1719, UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored. This order cannot be predicted and may differ on master and the slave.
  724. 1720, Plugin '%s' is marked as not dynamically uninstallable. You have to stop the server to uninstall it.
  725. 1721, Plugin '%s' is marked as not dynamically installable. You have to stop the server to install it.
  726. 1722, Statements writing to a table with an auto-increment column after selecting from another table are unsafe because the order in which rows are retrieved determines what (if any) rows will be written. This order cannot be predicted and may differ on master and the slave.
  727. 1723, CREATE TABLE... SELECT... on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave.
  728. 1724, INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe
  729. 1725, Table is being used in foreign key check.
  730. 1726, Storage engine '%s' does not support system tables. [%s.%s]
  731. 1727, INSERT into autoincrement field which is not the first part in the composed primary key is unsafe.
  732. 1728, Cannot load from %s.%s. The table is probably corrupted
  733. 1729, The requested value %s for the master delay exceeds the maximum %u
  734. 1730, Only Format_description_log_event and row events are allowed in BINLOG statements (but %s was provided)
  735. 1731, Non matching attribute '%s' between partition and table
  736. 1732, Table to exchange with partition is partitioned: '%s'
  737. 1733, Table to exchange with partition is temporary: '%s'
  738. 1734, Subpartitioned table, use subpartition instead of partition
  739. 1735, Unknown partition '%s' in table '%s'
  740. 1736, Tables have different definitions
  741. 1737, Found a row that does not match the partition
  742. 1738, Option binlog_cache_size (%lu) is greater than max_binlog_cache_size (%lu); setting binlog_cache_size equal to max_binlog_cache_size.
  743. 1739, Cannot use %s access on index '%s' due to type or collation conversion on field '%s'
  744. 1740, Table to exchange with partition has foreign key references: '%s'
  745. 1741, Key value '%s' was not found in table '%s.%s'
  746. 1742, Data for column '%s' too long
  747. 1743, Replication event checksum verification failed while reading from network.
  748. 1744, Replication event checksum verification failed while reading from a log file.
  749. 1745, Option binlog_stmt_cache_size (%lu) is greater than max_binlog_stmt_cache_size (%lu); setting binlog_stmt_cache_size equal to max_binlog_stmt_cache_size.
  750. 1746, Can't update table '%s' while '%s' is being created.
  751. 1747, PARTITION () clause on non partitioned table
  752. 1748, Found a row not matching the given partition set
  753. 1749, partition '%s' doesn't exist
  754. 1750, Failure while changing the type of replication repository: %s.
  755. 1751, The creation of some temporary tables could not be rolled back.
  756. 1752, Some temporary tables were dropped, but these operations could not be rolled back.
  757. 1753, %s is not supported in multi-threaded slave mode. %s
  758. 1754, The number of modified databases exceeds the maximum %d; the database names will not be included in the replication event metadata.
  759. 1755, Cannot execute the current event group in the parallel mode. Encountered event %s, relay-log name %s, position %s which prevents execution of this event group in parallel mode. Reason: %s.
  760. 1756, %s
  761. 1757, FULLTEXT index is not supported for partitioned tables.
  762. 1758, Invalid condition number
  763. 1759, Sending passwords in plain text without SSL/TLS is extremely insecure.
  764. 1760, Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
  765. 1761, Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in table '%s', key '%s'
  766. 1762, Foreign key constraint for table '%s', record '%s' would lead to a duplicate entry in a child table
  767. 1763, Setting authentication options is not possible when only the Slave SQL Thread is being started.
  768. 1764, The table does not have FULLTEXT index to support this query
  769. 1765, The system variable %s cannot be set in stored functions or triggers.
  770. 1766, The system variable %s cannot be set when there is an ongoing transaction.
  771. 1767, The system variable @@SESSION.GTID_NEXT has the value %s, which is not listed in @@SESSION.GTID_NEXT_LIST.
  772. 1768, The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.
  773. 1768, The system variable @@SESSION.GTID_NEXT cannot change inside a transaction.
  774. 1769, The statement 'SET %s' cannot invoke a stored function.
  775. 1770, The system variable @@SESSION.GTID_NEXT cannot be 'AUTOMATIC' when @@SESSION.GTID_NEXT_LIST is non-NULL.
  776. 1771, Skipping transaction %s because it has already been executed and logged.
  777. 1772, Malformed GTID set specification '%s'.
  778. 1773, Malformed GTID set encoding.
  779. 1774, Malformed GTID specification '%s'.
  780. 1775, Impossible to generate Global Transaction Identifier: the integer component reached the maximal value. Restart the server with a new server_uuid.
  781. 1776, Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
  782. 1777, CHANGE MASTER TO MASTER_AUTO_POSITION = 1 can only be executed when @@GLOBAL.GTID_MODE = ON.
  783. 1777, CHANGE MASTER TO MASTER_AUTO_POSITION = 1 cannot be executed because @@GLOBAL.GTID_MODE = OFF.
  784. 1778, Cannot execute statements with implicit commit inside a transaction when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.
  785. 1779, @@GLOBAL.GTID_MODE = ON or UPGRADE_STEP_2 requires @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1.
  786. 1779, GTID_MODE = ON requires ENFORCE_GTID_CONSISTENCY = ON.
  787. 1780, @@GLOBAL.GTID_MODE = ON or ON_PERMISSIVE or OFF_PERMISSIVE requires --log-bin and --log-slave-updates.
  788. 1781, @@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.
  789. 1782, @@SESSION.GTID_NEXT cannot be set to ANONYMOUS when @@GLOBAL.GTID_MODE = ON.
  790. 1783, @@SESSION.GTID_NEXT_LIST cannot be set to a non-NULL value when @@GLOBAL.GTID_MODE = OFF.
  791. 1784, Found a Gtid_log_event or Previous_gtids_log_event when @@GLOBAL.GTID_MODE = OFF.
  792. 1784, Found a Gtid_log_event when @@GLOBAL.GTID_MODE = OFF.
  793. 1785, Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
  794. 1786, Statement violates GTID consistency: CREATE TABLE ... SELECT.
  795. 1787, Statement violates GTID consistency: CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can only be executed outside transactional context. These statements are also not allowed in a function or trigger because functions and triggers are also considered to be multi-statement transactions.
  796. 1788, The value of @@GLOBAL.GTID_MODE can only be changed one step at a time: OFF <-> OFF_PERMISSIVE <-> ON_PERMISSIVE <-> ON. Also note that this value must be stepped up or down simultaneously on all servers. See the Manual for instructions.
  797. 1789, The slave is connecting using CHANGE MASTER TO MASTER_AUTO_POSITION = 1, but the master has purged binary logs containing GTIDs that the slave requires.
  798. 1790, @@SESSION.GTID_NEXT cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.
  799. 1791, Unknown EXPLAIN format name: '%s'
  800. 1792, Cannot execute statement in a READ ONLY transaction.
  801. 1793, Comment for table partition '%s' is too long (max = %lu)
  802. 1794, Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.
  803. 1795, InnoDB presently supports one FULLTEXT index creation at a time
  804. 1796, Cannot create FULLTEXT index on temporary InnoDB table
  805. 1797, Column '%s' is of wrong type for an InnoDB FULLTEXT index
  806. 1798, Index '%s' is of wrong type for an InnoDB FULLTEXT index
  807. 1799, Creating index '%s' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.
  808. 1800, Unknown ALGORITHM '%s'
  809. 1801, Unknown LOCK type '%s'
  810. 1802, CHANGE MASTER cannot be executed when the slave was stopped with an error or killed in MTS mode. Consider using RESET SLAVE or START SLAVE UNTIL.
  811. 1803, Cannot recover after SLAVE errored out in parallel execution mode. Additional error messages can be found in the MySQL error log.
  812. 1804, Cannot clean up worker info tables. Additional error messages can be found in the MySQL error log.
  813. 1805, Column count of %s.%s is wrong. Expected %d, found %d. The table is probably corrupted
  814. 1806, Slave must silently retry current transaction
  815. 1807, There is a foreign key check running on table '%s'. Cannot discard the table.
  816. 1808, Schema mismatch (%s)
  817. 1809, Table '%s' in system tablespace
  818. 1810, IO Read error: (%lu, %s) %s
  819. 1811, IO Write error: (%lu, %s) %s
  820. 1812, Tablespace is missing for table %s.
  821. 1813, Tablespace '%s' exists.
  822. 1814, Tablespace has been discarded for table '%s'
  823. 1815, Internal error: %s
  824. 1816, ALTER TABLE %s IMPORT TABLESPACE failed with error %lu : '%s'
  825. 1817, Index corrupt: %s
  826. 1818, Supports only YEAR or YEAR(4) column.
  827. 1819, Your password does not satisfy the current policy requirements
  828. 1820, You must reset your password using ALTER USER statement before executing this statement.
  829. 1821, Failed to add the foreign key constaint. Missing index for constraint '%s' in the foreign table '%s'
  830. 1822, Failed to add the foreign key constaint. Missing index for constraint '%s' in the referenced table '%s'
  831. 1823, Failed to add the foreign key constraint '%s' to system tables
  832. 1824, Failed to open the referenced table '%s'
  833. 1825, Failed to add the foreign key constraint on table '%s'. Incorrect options in FOREIGN KEY constraint '%s'
  834. 1826, Duplicate foreign key constraint name '%s'
  835. 1827, The password hash doesn't have the expected format. Check if the correct password algorithm is being used with the PASSWORD() function.
  836. 1828, Cannot drop column '%s': needed in a foreign key constraint '%s'
  837. 1829, Cannot drop column '%s': needed in a foreign key constraint '%s' of table '%s'
  838. 1830, Column '%s' cannot be NOT NULL: needed in a foreign key constraint '%s' SET NULL
  839. 1831, Duplicate index '%s' defined on the table '%s.%s'. This is deprecated and will be disallowed in a future release.
  840. 1832, Cannot change column '%s': used in a foreign key constraint '%s'
  841. 1833, Cannot change column '%s': used in a foreign key constraint '%s' of table '%s'
  842. 1834, Cannot delete rows from table which is parent in a foreign key constraint '%s' of table '%s'
  843. 1834, Cannot delete rows from table which is parent in a foreign key constraint '%s' of table '%s'
  844. 1835, Malformed communication packet.
  845. 1836, Running in read-only mode
  846. 1837, When @@SESSION.GTID_NEXT is set to a GTID, you must explicitly set it to a different value after a COMMIT or ROLLBACK. Please check GTID_NEXT variable manual page for detailed explanation. Current @@SESSION.GTID_NEXT is '%s'.
  847. 1838, The system variable %s cannot be set in stored procedures.
  848. 1839, @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_MODE = ON.
  849. 1840, @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.
  850. 1841, @@GLOBAL.GTID_PURGED can only be set when there are no ongoing transactions (not even in other clients).
  851. 1842, @@GLOBAL.GTID_PURGED was changed from '%s' to '%s'.
  852. 1843, @@GLOBAL.GTID_EXECUTED was changed from '%s' to '%s'.
  853. 1844, Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT, and both replicated and non replicated tables are written to.
  854. 1845, %s is not supported for this operation. Try %s.
  855. 1846, %s is not supported. Reason: %s. Try %s.
  856. 1847, COPY algorithm requires a lock
  857. 1848, Partition specific operations do not yet support LOCK/ALGORITHM
  858. 1849, Columns participating in a foreign key are renamed
  859. 1850, Cannot change column type INPLACE
  860. 1851, Adding foreign keys needs foreign_key_checks=OFF
  861. 1852, Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows
  862. 1852, Creating unique indexes with IGNORE requires COPY algorithm to remove duplicate rows
  863. 1853, Dropping a primary key is not allowed without also adding a new primary key
  864. 1854, Adding an auto-increment column requires a lock
  865. 1855, Cannot replace hidden FTS_DOC_ID with a user-visible one
  866. 1856, Cannot drop or rename FTS_DOC_ID
  867. 1857, Fulltext index creation requires a lock
  868. 1858, sql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON. Instead, for each transaction that you want to skip, generate an empty transaction with the same GTID as the transaction
  869. 1859, Duplicate entry for key '%s'
  870. 1860, Long database name and identifier for object resulted in path length exceeding %d characters. Path: '%s'.
  871. 1861, cannot silently convert NULL values, as required in this SQL_MODE
  872. 1862, Your password has expired. To log in you must change it using a client that supports expired passwords.
  873. 1863, Found a row in wrong partition %s
  874. 1864, Cannot schedule event %s, relay-log name %s, position %s to Worker thread because its size %lu exceeds %lu of slave_pending_jobs_size_max.
  875. 1865, Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table
  876. 1866, The binary log file '%s' is logically corrupted: %s
  877. 1867, file %s was not purged because it was being read by %d thread(s), purged only %d out of %d files.
  878. 1868, file %s was not purged because it is the active log file.
  879. 1869, Auto-increment value in UPDATE conflicts with internally generated values
  880. 1870, Row events are not logged for %s statements that modify BLACKHOLE tables in row format. Table(s): '%s'
  881. 1871, Slave failed to initialize master info structure from the repository
  882. 1872, Slave failed to initialize relay log info structure from the repository
  883. 1873, Access denied trying to change to user '%s'@'%s' (using password: %s). Disconnecting.
  884. 1874, InnoDB is in read only mode.
  885. 1875, STOP SLAVE command execution is incomplete: Slave SQL thread got the stop signal, thread is busy, SQL thread will stop once the current task is complete.
  886. 1876, STOP SLAVE command execution is incomplete: Slave IO thread got the stop signal, thread is busy, IO thread will stop once the current task is complete.
  887. 1877, Operation cannot be performed. The table '%s.%s' is missing, corrupt or contains bad data.
  888. 1878, Temporary file write failure.
  889. 1879, Upgrade index name failed, please use create index(alter table) algorithm copy to rebuild index.
  890. 1880, TIME/TIMESTAMP/DATETIME columns of old format have been upgraded to the new format.
  891. 1881, Operation not allowed when innodb_forced_recovery > 0.
  892. 1882, The initialization vector supplied to %s is too short. Must be at least %d bytes long
  893. 1883, Plugin '%s' cannot be uninstalled now. %s
  894. 1884, Cannot execute statement because it needs to be written to the binary log as multiple statements, and this is not allowed when @@SESSION.GTID_NEXT == 'UUID:NUMBER'.
  895. 1885, Slave has more GTIDs than the master has, using the master's SERVER_UUID. This may indicate that the end of the binary log was truncated or that the last binary log file was lost, e.g., after a power or disk failure when sync_binlog != 1. The master may or may not have rolled back transactions that were already replicated to the slave. Suggest to replicate any transactions that master has rolled back from slave to master, and/or commit empty transactions on master to account for transactions that have been committed on master but are not included in GTID_EXECUTED.
  896. 1906, This operation cannot be performed with a running slave io thread; run STOP SLAVE IO_THREAD first.
  897. 3000, File %s is corrupted
  898. 3001, Query partially completed on the master (error on master: %d) and was aborted. There is a chance that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START SLAVE;. Query:'%s'
  899. 3002, Query caused different errors on master and slave. Error on master: message (format)='%s' error code=%d; Error on slave:actual message='%s', error code=%d. Default database:'%s'. Query:'%s'
  900. 3003, Storage engine for table '%s'.'%s' is not loaded.
  901. 3004, GET STACKED DIAGNOSTICS when handler not active
  902. 3005, %s is no longer supported. The statement was converted to %s.
  903. 3006, Statement is unsafe because it uses a fulltext parser plugin which may not return the same value on the slave.
  904. 3007, Cannot DISCARD/IMPORT tablespace associated with temporary table
  905. 3008, Foreign key cascade delete/update exceeds max depth of %d.
  906. 3009, Column count of %s.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error.
  907. 3010, Trigger %s.%s.%s does not have CREATED attribute.
  908. 3011, Referenced trigger '%s' for the given action time and event type does not exist.
  909. 3012, EXPLAIN FOR CONNECTION command is supported only for SELECT/UPDATE/INSERT/DELETE/REPLACE
  910. 3013, Invalid size for column '%s'.
  911. 3014, Table storage engine '%s' found required create option missing
  912. 3015, Out of memory in storage engine '%s'.
  913. 3016, The password for anonymous user cannot be expired.
  914. 3017, This operation cannot be performed with a running slave sql thread; run STOP SLAVE SQL_THREAD first
  915. 3018, Cannot create FULLTEXT index on materialized subquery
  916. 3019, Undo Log error: %s
  917. 3020, Invalid argument for logarithm
  918. 3021, This operation cannot be performed with a running slave io thread; run STOP SLAVE IO_THREAD FOR CHANNEL '%s' first.
  919. 3022, This operation may not be safe when the slave has temporary tables. The tables will be kept open until the server restarts or until the tables are deleted by any replicated DROP statement. Suggest to wait until slave_open_temp_tables = 0.
  920. 3023, CHANGE MASTER TO with a MASTER_LOG_FILE clause but no MASTER_LOG_POS clause may not be safe. The old position value may not be valid for the new binary log file.
  921. 3024, Query execution was interrupted, maximum statement execution time exceeded
  922. 3025, Select is not a read only statement, disabling timer
  923. 3026, Duplicate entry '%s'.
  924. 3027, '%s' mode no longer has any effect. Use STRICT_ALL_TABLES or STRICT_TRANS_TABLES instead.
  925. 3028, Expression #%u of ORDER BY contains aggregate function and applies to a UNION
  926. 3029, Expression #%u of ORDER BY contains aggregate function and applies to the result of a non-aggregated query
  927. 3030, Slave worker has stopped after at least one previous worker encountered an error when slave-preserve-commit-order was enabled. To preserve commit order, the last transaction executed by this thread has not been committed. When restarting the slave after fixing any failed threads, you should fix this worker as well.
  928. 3031, slave_preserve_commit_order is not supported %s.
  929. 3032, The server is currently in offline mode
  930. 3033, Binary geometry function %s given two geometries of different srids: %u and %u, which should have been identical.
  931. 3034, Calling geometry function %s with unsupported types of arguments.
  932. 3035, Unknown GIS error occured in function %s.
  933. 3036, Unknown exception caught in GIS function %s.
  934. 3037, Invalid GIS data provided to function %s.
  935. 3038, The geometry has no data in function %s.
  936. 3039, Unable to calculate centroid because geometry is empty in function %s.
  937. 3040, Geometry overlay calculation error: geometry data is invalid in function %s.
  938. 3041, Geometry turn info calculation error: geometry data is invalid in function %s.
  939. 3042, Analysis procedures of intersection points interrupted unexpectedly in function %s.
  940. 3043, Unknown exception thrown in function %s.
  941. 3044, Memory allocation error: %s in function %s.
  942. 3045, Domain error: %s in function %s.
  943. 3046, Length error: %s in function %s.
  944. 3047, Invalid argument error: %s in function %s.
  945. 3048, Out of range error: %s in function %s.
  946. 3049, Overflow error error: %s in function %s.
  947. 3050, Range error: %s in function %s.
  948. 3051, Underflow error: %s in function %s.
  949. 3052, Logic error: %s in function %s.
  950. 3053, Runtime error: %s in function %s.
  951. 3054, Unknown exception: %s in function %s.
  952. 3055, Geometry byte string must be little endian.
  953. 3056, The password provided for the replication user exceeds the maximum length of 32 characters
  954. 3057, Incorrect user-level lock name '%s'.
  955. 3058, Deadlock found when trying to get user-level lock; try rolling back transaction/releasing locks and restarting lock acquisition.
  956. 3059, REPLACE cannot be executed as it requires deleting rows that are not in the view
  957. 3060, Do not support online operation on table with GIS index
  958. 3061, User variable name '%s' is illegal
  959. 3062, Cannot %s when GTID_MODE = OFF.
  960. 3063, Cannot %s from a replication slave thread.
  961. 3064, Incorrect type for argument %s in function %s.
  962. 3065, Expression #%u of ORDER BY clause is not in SELECT list, references column '%s' which is not in SELECT list; this is incompatible with %s
  963. 3066, Expression #%u of ORDER BY clause is not in SELECT list, contains aggregate function; this is incompatible with %s
  964. 3067, Supplied filter list contains a value which is not in the required format 'db_pattern.table_pattern'
  965. 3068, OK packet too large
  966. 3069, Invalid JSON data provided to function %s: %s
  967. 3070, Invalid GeoJSON data provided to function %s: Missing required member '%s'
  968. 3071, Invalid GeoJSON data provided to function %s: Member '%s' must be of type '%s'
  969. 3072, Invalid GeoJSON data provided to function %s
  970. 3073, Unsupported number of coordinate dimensions in function %s: Found %u, expected %u
  971. 3074, Slave channel '%s' does not exist.
  972. 3075, A slave channel '%s' already exists for the given host and port combination.
  973. 3076, Couldn't create channel: Channel name is either invalid or too long.
  974. 3077, To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them to TABLE.
  975. 3078, Cannot delete slave info objects for channel '%s'.
  976. 3079, Multiple channels exist on the slave. Please provide channel name as an argument.
  977. 3080, Maximum number of replication channels allowed exceeded.
  978. 3081, This operation cannot be performed with running replication threads; run STOP SLAVE FOR CHANNEL '%s' first
  979. 3082, This operation requires running replication threads; configure slave and run START SLAVE FOR CHANNEL '%s'
  980. 3083, Replication thread(s) for channel '%s' are already runnning.
  981. 3084, Replication thread(s) for channel '%s' are already stopped.
  982. 3085, This operation cannot be performed with a running slave sql thread; run STOP SLAVE SQL_THREAD FOR CHANNEL '%s' first.
  983. 3086, When sql_slave_skip_counter > 0, it is not allowed to start more than one SQL thread by using 'START SLAVE [SQL_THREAD]'. Value of sql_slave_skip_counter can only be used by one SQL thread at a time. Please use 'START SLAVE [SQL_THREAD] FOR CHANNEL' to start the SQL thread which will use the value of sql_slave_skip_counter.
  984. 3087, Expression #%u of %s is not in GROUP BY clause and contains nonaggregated column '%s' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
  985. 3088, In aggregated query without GROUP BY, expression #%u of %s contains nonaggregated column '%s'; this is incompatible with sql_mode=only_full_group_by
  986. 3089, Updating '%s' is deprecated. It will be made read-only in a future release.
  987. 3090, Changing sql mode '%s' is deprecated. It will be removed in a future release.
  988. 3091, DROP DATABASE failed; some tables may have been dropped but the database directory remains. The GTID has not been added to GTID_EXECUTED and the statement was not written to the binary log. Fix this as follows: (1) remove all files from the database directory %s; (2) SET GTID_NEXT='%s'; (3) DROP DATABASE `%s`.
  989. 3092, The server is not configured properly to be an active member of the group. Please see more details on error log.
  990. 3093, The START GROUP_REPLICATION command failed since the group is already running.
  991. 3094, The START GROUP_REPLICATION command failed as the applier module failed to start.
  992. 3095, The STOP GROUP_REPLICATION command execution is incomplete: The applier thread got the stop signal while it was busy. The applier thread will stop once the current task is complete.
  993. 3096, The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.
  994. 3097, The START GROUP_REPLICATION command failed as there was an error when joining the communication group.
  995. 3098, The table does not comply with the requirements by an external plugin.
  996. 3099, Cannot change the value of variable %s without binary log format as ROW.
  997. 3100, Error on observer while running replication hook '%s'.
  998. 3101, Plugin instructed the server to rollback the current transaction.
  999. 3102, Expression of generated column '%s' contains a disallowed function.
  1000. 3103, Key/Index cannot be defined on a virtual generated column.
  1001. 3103, INPLACE ADD or DROP of virtual columns cannot be combined with other ALTER TABLE actions
  1002. 3104, Cannot define foreign key with %s clause on a generated column.
  1003. 3105, The value specified for generated column '%s' in table '%s' is not allowed.
  1004. 3106, '%s' is not supported for generated columns.
  1005. 3107, Generated column can refer only to generated columns defined prior to it.
  1006. 3108, Column '%s' has a generated column dependency.
  1007. 3109, Generated column '%s' cannot refer to auto-increment column.
  1008. 3110, The '%s' feature is not available; you need to remove '%s' or use MySQL built with '%s'
  1009. 3111, SET @@GLOBAL.GTID_MODE = %s is not allowed because %s.
  1010. 3112, The replication receiver thread%s cannot start in AUTO_POSITION mode: this server uses @@GLOBAL.GTID_MODE = OFF.
  1011. 3113, Cannot replicate anonymous transaction when AUTO_POSITION = 1, at file %s, position %lld.
  1012. 3114, Cannot replicate anonymous transaction when @@GLOBAL.GTID_MODE = ON, at file %s, position %lld.
  1013. 3115, Cannot replicate GTID-transaction when @@GLOBAL.GTID_MODE = OFF, at file %s, position %lld.
  1014. 3116, Cannot set ENFORCE_GTID_CONSISTENCY = ON because there are ongoing transactions that violate GTID consistency.
  1015. 3117, There are ongoing transactions that violate GTID consistency.
  1016. 3118, Access denied for user '%s'@'%s'. Account is locked.
  1017. 3119, Incorrect tablespace name `%s`
  1018. 3120, Tablespace `%s` is not empty.
  1019. 3121, Incorrect File Name '%s'.
  1020. 3122, Inconsistent intersection points.
  1021. 3123, Optimizer hint syntax error
  1022. 3124, Unsupported MAX_EXECUTION_TIME
  1023. 3125, MAX_EXECUTION_TIME hint is supported by top-level standalone SELECT statements only
  1024. 3126, Hint %s is ignored as conflicting/duplicated
  1025. 3127, Query block name %s is not found for %s hint
  1026. 3128, Unresolved name %s for %s hint
  1027. 3129, Unsetting sql mode '%s' is deprecated. It will be made read-only in a future release.
  1028. 3129, Please do not modify the %s table. This is a mysql internal system table to store GTIDs for committed transactions. Modifying it can lead to an inconsistent GTID state.
  1029. 3130, Command not supported by pluggable protocols
  1030. 3131, Incorrect locking service lock name '%s'.
  1031. 3132, Deadlock found when trying to get locking service lock; try releasing locks and restarting lock acquisition.
  1032. 3133, Service lock wait timeout exceeded.
  1033. 3134, Parameter %s exceeds the maximum number of points in a geometry (%lu) in function %s.
  1034. 3135, 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
  1035. 3136, Version token mismatch for %.*s. Correct value %.*s
  1036. 3137, Version token %.*s not found.
  1037. 3138, Variable %s cannot be changed by a client that owns a GTID. The client owns %s. Ownership is released on COMMIT or ROLLBACK.
  1038. 3139, %s cannot be performed on channel '%s'.
  1039. 3140, Invalid JSON text: "%s" at position %u in value for column '%s'.
  1040. 3141, Invalid JSON text in argument %u to function %s: "%s" at position %u.%s
  1041. 3142, The JSON binary value contains invalid data.
  1042. 3143, Invalid JSON path expression. The error is around character position %u.%s
  1043. 3144, Cannot create a JSON value from a string with CHARACTER SET '%s'.
  1044. 3145, Invalid JSON character data provided to function %s: '%s'; utf8 is required.
  1045. 3146, Invalid data type for JSON data in argument %u to function %s; a JSON string or JSON type is required.
  1046. 3147, Cannot CAST value to JSON.
  1047. 3148, A path expression must be encoded in the utf8 character set. The path expression '%s' is encoded in character set '%s'.
  1048. 3149, In this situation, path expressions may not contain the * and ** tokens.
  1049. 3150, The JSON value is too big to be stored in a JSON column.
  1050. 3151, The JSON object contains a key name that is too long.
  1051. 3152, JSON column '%s' cannot be used in key specification.
  1052. 3153, The path expression '$' is not allowed in this context.
  1053. 3154, The oneOrAll argument to %s may take these values: 'one' or 'all'.
  1054. 3155, Out of range JSON value for CAST to %s%s from column %s at row %ld
  1055. 3156, Invalid JSON value for CAST to %s%s from column %s at row %ld
  1056. 3157, The JSON document exceeds the maximum depth.
  1057. 3158, JSON documents may not contain NULL member names.
  1058. 3159, Connections using insecure transport are prohibited while --require_secure_transport=ON.
  1059. 3160, No secure transports (SSL or Shared Memory) are configured, unable to set --require_secure_transport=ON.
  1060. 3161, Storage engine %s is disabled (Table creation is disallowed).
  1061. 3162, User %s does not exist.
  1062. 3163, User %s already exists.
  1063. 3164, Aborted by Audit API ('%s';%d).
  1064. 3165, A path expression is not a path to a cell in an array.
  1065. 3166, Another buffer pool resize is already in progress.
  1066. 3167, The '%s' feature is disabled; see the documentation for '%s'
  1067. 3168, Server isn't available
  1068. 3169, Session was killed
  1069. 3170, Memory capacity of %llu bytes for '%s' exceeded. %s
  1070. 3171, Range optimization was not done for this query.
  1071. 3172, Partitioning upgrade required. Please dump/reload to fix it or do: ALTER TABLE `%s`.`%s` UPGRADE PARTITIONING
  1072. 3173, The client holds ownership of the GTID %s. Therefore, WAIT_FOR_EXECUTED_GTID_SET cannot wait for this GTID.
  1073. 3174, Cannot add foreign key on the base column of indexed virtual column.
  1074. 3175, Cannot create index on virtual column whose base column has foreign constraint.
  1075. 3176, Please do not modify the %s table with an XA transaction. This is an internal system table used to store GTIDs for committed transactions. Although modifying it can lead to an inconsistent GTID state, if neccessary you can modify it with a non-XA transaction.
  1076. 3177, Lock acquisition refused by storage engine.
  1077. 3178, ADD COLUMN col...VIRTUAL, ADD INDEX(col)
  1078. 3179, Master key rotation is not supported by storage engine.
  1079. 3180, Encryption key rotation error reported by SE: %s
  1080. 3181, Write to binlog failed. However, master key rotation has been completed successfully.
  1081. 3182, Storage engine is not available.
  1082. 3183, This tablespace can't be encrypted.
  1083. 3184, Invalid encryption option.
  1084. 3185, Can't find master key from keyring, please check keyring plugin is loaded.
  1085. 3186, Parser bailed out for this query.
  1086. 3187, Cannot alter encryption attribute by inplace algorithm.
  1087. 3188, Function '%s' failed because underlying keyring service returned an error. Please check if a keyring plugin is installed and that provided arguments are valid for the keyring you are using.
  1088. 3189, It seems that your db schema is old. The %s column is 77 characters long and should be 93 characters long. Please run mysql_upgrade.
  1089. 3190, RESET MASTER is not allowed because %s.
  1090. 3191, The START GROUP_REPLICATION command failed since the group already has 9 members.
  1091. 3192, Cannot add foreign key on the base column of stored column.
  1092. 3193, Cannot complete the operation because table is referenced by another connection.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement