diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-05 10:03:30 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-05 10:03:30 -0700 |
commit | 3127a142a67f286dbe8199340dca489f393e0694 (patch) | |
tree | 91595e0847f14434942d5a36ef42cb39c96a4232 /Docs | |
parent | 6ffa174327c6310b1307742870c09fc0e84792c9 (diff) | |
download | mariadb-git-3127a142a67f286dbe8199340dca489f393e0694.tar.gz |
fixed typo in the manual
Docs/manual.texi:
fixed typo
mysql-test/chew_on_this/select.res:
***MISSING WEAVE***
Diffstat (limited to 'Docs')
-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 bf0b6d3a63e..ad2e9e51df6 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -39229,7 +39229,7 @@ though, so Version 3.23 is not released as a stable version yet. @itemize @bullet @item Fixed bug when doing a @code{SELECT DISTINCT ... table1 LEFT JOIN -table2..] when table2 was empty. +table2..} when table2 was empty. @item Added @code{--abort-slave-event-count} and @code{--disconnect-slave-event-count} options to @code{mysqld} for |