diff options
author | paul@teton.kitebird.com <> | 2001-11-25 17:08:45 -0600 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2001-11-25 17:08:45 -0600 |
commit | ebee614fbff8c32f5e363222770ba151eb01cd7a (patch) | |
tree | 796b476ef30e2a45c819b13f193c7d3f861e71a0 | |
parent | 964c292caa48489a3c83504bb4c3adeeac4d9470 (diff) | |
download | mariadb-git-ebee614fbff8c32f5e363222770ba151eb01cd7a.tar.gz |
manual.texi change note entries require trailing periods.
manual.texi Mac OSX is spelled "Mac OS X".
-rw-r--r-- | Docs/manual.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 49c03857ac1..63d92e299f1 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46054,16 +46054,16 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item -Fixed slave to replicate from 3.23 master +Fixed slave to replicate from 3.23 master. @item -Misc replication fixes/cleanup +Miscellaneous replication fixes/cleanup. @item -Got shutdown to work on MacOS X +Got shutdown to work on Mac OS X. @item Added @file{myisam/ft_dump} utility for low-level inspection of @code{FULLTEXT} indexes. @item -Fixed bug in @code{DELETE ... WHERE ... MATCH ...} +Fixed bug in @code{DELETE ... WHERE ... MATCH ...}. @item Added support for @code{MATCH ... AGAINST(... IN BOOLEAN MODE)}. @strong{Note: you have to rebuild your tables with |