mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge
This commit is contained in:
commit
8bea4016b2
1 changed files with 15 additions and 0 deletions
|
@ -6154,3 +6154,18 @@ WARN_PLUGIN_BUSY
|
|||
|
||||
ER_VARIABLE_IS_READONLY
|
||||
eng "%s variable '%s' is read-only. Use SET %s to assign the value"
|
||||
|
||||
ER_WARN_ENGINE_TRANSACTION_ROLLBACK
|
||||
eng "Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted"
|
||||
|
||||
ER_SLAVE_HEARTBEAT_FAILURE
|
||||
eng "Unexpected master's heartbeat data: %s"
|
||||
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
|
||||
eng "The requested value for the heartbeat period %s %s"
|
||||
|
||||
ER_NDB_REPLICATION_SCHEMA_ERROR
|
||||
eng "Bad schema for mysql.ndb_replication table. Message: %-.64s"
|
||||
ER_CONFLICT_FN_PARSE_ERROR
|
||||
eng "Error in parsing conflict function. Message: %-.64s"
|
||||
ER_EXCEPTIONS_WRITE_ERROR
|
||||
eng "Write to exceptions table failed. Message: %-.128s""
|
||||
|
|
Loading…
Add table
Reference in a new issue