mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
for windows
This commit is contained in:
parent
d3e2e1243b
commit
fca2b1a773
1 changed files with 43 additions and 0 deletions
|
|
@ -6911,6 +6911,49 @@ ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX
|
|||
|
||||
ER_INNODB_NO_FT_USES_PARSER
|
||||
eng "Cannot CREATE FULLTEXT INDEX WITH PARSER on InnoDB table"
|
||||
ER_BINLOG_LOGICAL_CORRUPTION
|
||||
eng "The binary log file '%s' is logically corrupted: %s"
|
||||
|
||||
ER_WARN_PURGE_LOG_IN_USE
|
||||
eng "file %s was not purged because it was being read by %d thread(s), purged only %d out of %d files."
|
||||
|
||||
ER_WARN_PURGE_LOG_IS_ACTIVE
|
||||
eng "file %s was not purged because it is the active log file."
|
||||
|
||||
ER_AUTO_INCREMENT_CONFLICT
|
||||
eng "Auto-increment value in UPDATE conflicts with internally generated values"
|
||||
|
||||
WARN_ON_BLOCKHOLE_IN_RBR
|
||||
eng "Row events are not logged for %s statements that modify BLACKHOLE tables in row format. Table(s): '%-.192s'"
|
||||
|
||||
ER_SLAVE_MI_INIT_REPOSITORY
|
||||
eng "Slave failed to initialize master info structure from the repository"
|
||||
|
||||
ER_SLAVE_RLI_INIT_REPOSITORY
|
||||
eng "Slave failed to initialize relay log info structure from the repository"
|
||||
|
||||
ER_ACCESS_DENIED_CHANGE_USER_ERROR 28000
|
||||
eng "Access denied trying to change to user '%-.48s'@'%-.64s' (using password: %s). Disconnecting."
|
||||
bgn "Отказан достъп при опит за смяна към потребител %-.48s'@'%-.64s' (използвана парола: %s). Затваряне на връзката."
|
||||
|
||||
ER_INNODB_READ_ONLY
|
||||
eng "InnoDB is in read only mode."
|
||||
|
||||
ER_STOP_SLAVE_SQL_THREAD_TIMEOUT
|
||||
eng "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."
|
||||
|
||||
ER_STOP_SLAVE_IO_THREAD_TIMEOUT
|
||||
eng "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."
|
||||
|
||||
ER_TABLE_CORRUPT
|
||||
eng "Operation cannot be performed. The table '%-.64s.%-.64s' is missing, corrupt or contains bad data."
|
||||
|
||||
ER_TEMP_FILE_WRITE_FAILURE
|
||||
eng "Temporary file write failure."
|
||||
|
||||
ER_INNODB_FT_AUX_NOT_HEX_ID
|
||||
eng "Upgrade index name failed, please use create index(alter table) algorithm copy to rebuild index."
|
||||
|
||||
|
||||
#
|
||||
# MariaDB error messages section starts here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue