diff options
author | dlenev@dlenev.mshome <> | 2003-09-14 00:13:41 +0400 |
---|---|---|
committer | dlenev@dlenev.mshome <> | 2003-09-14 00:13:41 +0400 |
commit | c0cfae1c8d87d166e631d79d724d294a9f694e92 (patch) | |
tree | 5d68689653a823809f04d554c86913c3fe9148ab /sql/share/estonian | |
parent | fbe49f0c4875506d74c8daeaf9d5b03fd5f6a115 (diff) | |
download | mariadb-git-c0cfae1c8d87d166e631d79d724d294a9f694e92.tar.gz |
Implemented support for START SLAVE UNTIL (WL#868)
Diffstat (limited to 'sql/share/estonian')
-rw-r--r-- | sql/share/estonian/errmsg.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/share/estonian/errmsg.txt b/sql/share/estonian/errmsg.txt index d3a38ede5bc..a1dbf186e2b 100644 --- a/sql/share/estonian/errmsg.txt +++ b/sql/share/estonian/errmsg.txt @@ -273,3 +273,6 @@ "Illegal mix of collations for operation '%s'", "Variable '%-.64s' is not a variable component (Can't be used as XXXX.variable_name)", "Unknown collation: '%-.64s'", +"Wrong parameter or combination of parameters for START SLAVE UNTIL" +"It is recommended to run with --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL, otherwise you are not safe in case of unexpected slave's mysqld restart" +"SQL thread is not to be started so UNTIL options are ignored" |