diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-03-24 23:29:38 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-03-24 23:29:38 +0300 |
commit | 0025c2d7e9f662ae5560359854580ebbc421c086 (patch) | |
tree | 6a0e8680ff751221da09e5662f415cf89104b118 | |
parent | d95c1e3b470506c7df6dfce3fe6dc7e5b46930ee (diff) | |
download | mariadb-git-0025c2d7e9f662ae5560359854580ebbc421c086.tar.gz |
Fixed mysqld--help-win broken by the merge from trunk main.
-rw-r--r-- | mysql-test/r/mysqld--help-win.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help-win.result b/mysql-test/r/mysqld--help-win.result index e51e0ed76b5..ee2bcb51b04 100644 --- a/mysql-test/r/mysqld--help-win.result +++ b/mysql-test/r/mysqld--help-win.result @@ -530,7 +530,7 @@ The following options may be given as the first argument: Tells the slave thread to not replicate to the specified table. To specify more than one table to ignore, use the directive multiple times, once for each table. This will - work for cross-datbase updates, in contrast to + work for cross-database updates, in contrast to replicate-ignore-db. --replicate-rewrite-db=name Updates to a database with a different name than the |