diff options
author | unknown <paul@teton.kitebird.com> | 2002-08-27 11:08:49 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-08-27 11:08:49 -0500 |
commit | 6b272f3412438bee923145511e0b5b032897d3af (patch) | |
tree | e6ad457d6c2b07d2bd74d2539bf989d4ebb05ea1 | |
parent | 74003f738e0f90c57ec798f3a1d06d44aafb5db2 (diff) | |
download | mariadb-git-6b272f3412438bee923145511e0b5b032897d3af.tar.gz |
manual.texi whare -> where
Docs/manual.texi:
whare -> where
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 0d08274a1ef..b7a1a2f109b 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -24113,7 +24113,7 @@ updates that uses a table in any databases that start with @code{foo} and whose table names start with @code{bar}. @item @code{replicate-wild-ignore-table=db_name.table_name} @tab -Tells the slave thread to not replicate a query whare any table matches the +Tells the slave thread to not replicate a query where any table matches the given wildcard pattern. To specify more than one table to ignore, use the directive multiple times, once for each table. This will work for cross-database updates. |