summaryrefslogtreecommitdiff
path: root/sql/share/czech
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-01-24 09:15:34 -0700
committersasha@mysql.sashanet.com <>2001-01-24 09:15:34 -0700
commite8ffda53975f826c4c048dceae86d2076dbd0781 (patch)
tree389b1cade6be60d713c322e9f923adb3578a60d6 /sql/share/czech
parent343c121e6ca1303c0d4ebca46e5367c02d7fbebe (diff)
downloadmariadb-git-e8ffda53975f826c4c048dceae86d2076dbd0781.tar.gz
Added last_errno and last_error to show slave status
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached
Diffstat (limited to 'sql/share/czech')
-rw-r--r--sql/share/czech/errmsg.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/share/czech/errmsg.txt b/sql/share/czech/errmsg.txt
index c10d59dc21c..319d8a88149 100644
--- a/sql/share/czech/errmsg.txt
+++ b/sql/share/czech/errmsg.txt
@@ -208,3 +208,8 @@
"Tabulka '%-.64s' je ozna-Bčena jako porušená a poslední (automatická?) oprava se nezdařila",-A
"Warning: Some non-transactional changed tables couldn't be rolled back",
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again',
+"This operation cannot be performed with a running slave, run SLAVE STOP first",
+"This operation requires a running slave, configure slave and do SLAVE START",
+"The server is not configured as slave, fix in config file or with CHANGE MASTER TO",
+"Could not initialize master info structure, check permisions on master.info",
+"Could not create slave thread, check system resources",