This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-16. For the latest, interactive version please visit https://mariadb.com/kb/.

Needs Translation - 日本語

Nodes that need to be translated

Node Parent Last Updated Type
Error 1688: Comment for index is too long MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1689: Wait on a lock was aborted due to a pending exclusive lock MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1690: value is out of range in MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1691: A variable of a non-integer based type in LIMIT clause MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1692: Mixing self-logging and non-self-logging engines in a statement is unsafe. MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1693: Statement accesses nontransactional table as well as transactional or temporary table, and writes to any of them. MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1694: Cannot modify @@session.sql_log_bin inside a transaction MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1695: Cannot change the sql_log_bin inside a stored function or trigger MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1696: Failed to read from the .par file MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1697: VALUES value for partition must have type INT MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1698: Access denied for user MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1699: SET PASSWORD has no significance for users authenticating via plugins MariaDB Error Codes 1600 to 1699 7 ヶ月, 3 週間 ago article
Error 1700: GRANT with IDENTIFIED WITH is illegal because the user already exists MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1701: Cannot truncate a table referenced in a foreign key constraint MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1702: Plugin is force_plus_permanent and can not be unloaded MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1703: The requested value for the heartbeat period is less than 1 millisecond MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1704: The requested value for the heartbeat period exceeds the value of slave_net_timeout seconds MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1705: Multi-row statements required more than 'max_binlog_stmt_cache_size' bytes of storage; increase this mysqld variable and try again MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1706: Primary key/partition key update is not allowed since the table is updated both as and MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1707: Table rebuild required. Please do "ALTER TABLE FORCE" or dump/reload to fix it! MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1708: The value of should be no less than the value of MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1709: Index column size too large. The maximum column size is bytes. MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1710: Trigger has an error in its body MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1711: Unknown trigger has an error in its body MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1712: Index is corrupted MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1713: Undo log record is too big MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1714: INSERT IGNORE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 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 MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1716: REPLACE... SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1717: CREATE... IGNORE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are ignored MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1718: CREATE... REPLACE SELECT is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are replaced MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1719: UPDATE IGNORE is unsafe because the order in which rows are updated determines which (if any) rows are ignored MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1720: You should never see it MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1721: You should never see it MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1722: Statements writing to a table with an auto-increment column after selecting from another table are unsafe MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 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 MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1724: INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1725: Table is being used in foreign key check. MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1726: Storage engine does not support system tables MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1727: INSERT into autoincrement field which is not the first part in the composed primary key is unsafe MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1728: Cannot load from. The table is probably corrupted MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1729: The requested value for the master delay exceeds the maximum MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1730: Only Format_description_log_event and row events are allowed in BINLOG statements MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1731: Non matching attribute between partition and table MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1732: Table to exchange with partition is partitioned MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1733: Table to exchange with partition is temporary MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1734: Subpartitioned table, use subpartition instead of partition MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1735: Unknown partition in table MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1736: Tables have different definitions MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Error 1737: Found a row that does not match the partition MariaDB Error Codes 1700 to 1799 7 ヶ月, 3 週間 ago article
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.