summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <paul@central.snake.net>2001-05-20 21:08:54 -0500
committerunknown <paul@central.snake.net>2001-05-20 21:08:54 -0500
commitc5bcda50c526f6bddc9fc044ea3a10fde7f33a08 (patch)
treea8897e9678ca61d5d652809b47a54b2754af1ee6 /Docs
parent33db66b7c5145abe7c1cfc090df432a5adb6b6bf (diff)
downloadmariadb-git-c5bcda50c526f6bddc9fc044ea3a10fde7f33a08.tar.gz
manual.texi minor change notes mods
Docs/manual.texi: minor change notes mods
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 5b9315258e2..4581f00f664 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -44366,10 +44366,10 @@ releases of 3.23 with small fixes for this part of the code. As long as
you don't use these features, you should be quite safe with
@strong{MySQL} 3.23!
-Note that the above doesn't mean that replication or Berkeley DB doesn't
+Note that the above doesn't mean that replication or Berkeley DB don't
work; We have done a lot of testing of all code, including replication
and BDB without finding any problems. It only means that not as many
-users uses this code as the rest of the code and because of this we are
+users use this code as the rest of the code and because of this we are
not yet 100% confident in this code.
@menu
@@ -44450,8 +44450,8 @@ Added option @code{--skip-stack-trace} to @code{mysqld}.
@item
Added option @code{CONCURRENT} to @code{LOAD DATA}.
@item
-Better error message when slave @code{max_allowed_packet} is to low to
-read a very long log event from the master
+Better error message when slave @code{max_allowed_packet} is too low to
+read a very long log event from the master.
@item
Fixed bug when too many rows where removed when using
@code{SELECT DISTINCT ... HAVING}.