summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-16 01:17:13 +0200
committerunknown <monty@donna.mysql.com>2000-12-16 01:17:13 +0200
commit587387f5d0af6a4381c99bc3da4f87bae63f5cef (patch)
tree14bcbe3d9fe5425348e6a65b38a4201b7c314815 /Docs
parent68d0f88c5e85c412ba2539e7e107a6de54e03af5 (diff)
downloadmariadb-git-587387f5d0af6a4381c99bc3da4f87bae63f5cef.tar.gz
Configure updates
Fixed my_print_defaults --no-defaults Docs/manual.texi: Updated changelog acinclude.m4: Patches for large file support configure.in: New TCP libwrap extra/my_print_defaults.c: Fixed that --no-defaults include/my_pthread.h: Fixes for Tru64 ltconfig: Fixes for Tru64 ltmain.sh: Fixes for Tru64 mysql-test/README: Fixed types mysql-test/mysql-test-run.sh: Changed to long options
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 362a1356cea..4c585d421f9 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -20439,7 +20439,7 @@ The maximum size of one packet. The message buffer is initialized to
bytes when needed. This value by default is small, to catch big (possibly
wrong) packets. You must increase this value if you are using big
@code{BLOB} columns. It should be as big as the biggest @code{BLOB} you want
-to use.
+to use. The current protocol limits @code{max_allowed_packet} to 16M.
@item @code{max_binlog_cache_size}. If a multi-statement transaction
requires more than this amount of memory, one will get the error
@@ -39680,6 +39680,9 @@ For making @code{mysqlaccess} more secure.
@item Konark IA-64 Centre of Persistent Systems Private Limited
@uref{http://www.pspl.co.in/konark/}. Help with the Win64 port of the
@strong{MySQL} server.
+@item Albert Chin-A-Young.
+Configure updates for Tru64, large file support and better TCP wrappers
+support.
@item Valueclick Inc.
For sponsoring the optimize section in this manual.
@end table
@@ -39800,6 +39803,9 @@ though, so Version 3.23 is not released as a stable version yet.
@appendixsubsec Changes in release 3.23.29
@itemize @bullet
@item
+Configure updates for Tru64, large file support and better TCP wrappers
+support. By Albert Chin-A-Young.
+@item
Fixed bug in <=> operator.
@item
Fixed bug in @code{REPLACE} with BDB tables.