summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-02-02 17:24:11 -0600
committerunknown <paul@teton.kitebird.com>2002-02-02 17:24:11 -0600
commit48a25a247747ae8b7a3682c0d7c6ac26a66da675 (patch)
treea67d39a38c7d39dddc33096df1c1c4a55ad29d62
parent9bc97643c83a6512c04d0ebb2353d9dee6a2c3f2 (diff)
downloadmariadb-git-48a25a247747ae8b7a3682c0d7c6ac26a66da675.tar.gz
manual.texi fix typos pointed out by mailing list reader
Docs/manual.texi: typos pointed out by mailing list reader
-rw-r--r--Docs/manual.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 691a7ec060a..e5dbe7805c8 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -3706,7 +3706,7 @@ this without sacrifying the speed or compromise the code.
@node TODO MySQL 4.0, TODO MySQL 4.1, TODO, TODO
@subsection Things That Should be in 4.0
-We have now in the final stages one the development of the MySQL Server
+We are in the final stages one the development of the MySQL Server
4.0. server. The target is to quickly implement the rest of the
following features and then shift development to MySQL Server
4.1. @xref{MySQL 4.0 In A Nutshell}.
@@ -3791,7 +3791,7 @@ characters in database, table and column names.
Add @code{record_in_range()} method to @code{MERGE} tables to be
able to choose the right index when there is many to choose from. We should
also extend the info interface to get the key distribution for each index,
-of @code{analyze} is run on all sub tables.
+if @code{analyze} is run on all sub tables.
@item
@code{RENAME TABLE} on a table used in an active @code{MERGE} table may
corrupt the table.