summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-07-15 13:17:42 +0200
committerunknown <lenz@mysql.com>2002-07-15 13:17:42 +0200
commit3814a0ff761cb486925beead1751af7a74fc7881 (patch)
tree2316e451c6ec149bc425c23af7e5d600db84c529 /Docs
parentb6637e9fb4405acb34ea615096788cb83bf7aa68 (diff)
downloadmariadb-git-3814a0ff761cb486925beead1751af7a74fc7881.tar.gz
Typo fixes, added changelog entry
Docs/manual.ja.texi: Fixed typo Docs/manual.texi: Fixed typo, added changelog entry
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.ja.texi2
-rw-r--r--Docs/manual.texi5
2 files changed, 5 insertions, 2 deletions
diff --git a/Docs/manual.ja.texi b/Docs/manual.ja.texi
index d3ee43acd29..aac97c61c8d 100644
--- a/Docs/manual.ja.texi
+++ b/Docs/manual.ja.texi
@@ -34271,7 +34271,7 @@ Some small changes to the join table optimizer to make some joins faster.
@code{MYSQL} ととしてコールできず、この代わりに @code{mysql_field_count()} を
使用しなくてはなりません。
@item
-@code{LIBEWRAP} の追加; Patch by Henning P . Schmiedehausen.
+@code{LIBWRAP} の追加; Patch by Henning P . Schmiedehausen.
@item
Don't allow @code{AUTO_INCREMENT} for other than numerical columns.
@item
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 209751aa4dc..1ef91638e17 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46940,6 +46940,9 @@ database with InnoDB tables.
@item
Fixed that @code{mysql_info()} returns 0 for 'Duplicates' when using
@code{INSERT DELAYED IGNORE}.
+@item
+Added @code{-DHAVE_BROKEN_REALPATH} to the Mac OS X (darwin) compile
+options in @file{configure.in} to fix a failure under high load.
@end itemize
@node News-3.23.51, News-3.23.50, News-3.23.52, News-3.23.x
@@ -49690,7 +49693,7 @@ All C client API macros are now functions to make shared libraries more
reliable. Because of this, you can no longer call @code{mysql_num_fields()} on
a @code{MYSQL} object, you must use @code{mysql_field_count()} instead.
@item
-Added use of @code{LIBEWRAP}; Patch by Henning P . Schmiedehausen.
+Added use of @code{LIBWRAP}; Patch by Henning P . Schmiedehausen.
@item
Don't allow @code{AUTO_INCREMENT} for other than numerical columns.
@item