summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-05-09 12:36:15 +0200
committerSergei Golubchik <sergii@pisem.net>2014-05-09 12:36:15 +0200
commitfca2b1a773e14f6329c39a10ba1b4bf3448af8a3 (patch)
treeeeb60edb25fb251ba787fc84bfdba2216a49d209
parentd3e2e1243bb0dae95ce35b0380dd4f8f476b254d (diff)
downloadmariadb-git-fca2b1a773e14f6329c39a10ba1b4bf3448af8a3.tar.gz
for windows
-rw-r--r--sql/share/errmsg-utf8.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index dc50c68bcdd..ed7976e2abd 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -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