summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-03-06 16:14:06 -0600
committerunknown <paul@teton.kitebird.com>2002-03-06 16:14:06 -0600
commit47e83fde9a887091bb689bf4c3b8b12567ea2e2a (patch)
treed78e4d0a5b0b20a01ade33a07d6aac14f258611f
parenta36d59bc571ebffefd640feceedf4fdb3ca330cd (diff)
downloadmariadb-git-47e83fde9a887091bb689bf4c3b8b12567ea2e2a.tar.gz
manual.texi Document when --xml was added to mysql/mysqldump.
Docs/manual.texi: Document when --xml was added to mysql/mysqldump.
-rw-r--r--Docs/manual.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 8b75074376d..662b27b2c53 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -48829,6 +48829,8 @@ Indexes are now used with @code{ORDER BY} on a whole @code{InnoDB} table.
@itemize @bullet
@item
+Added @code{--xml} option to @code{mysql} for producing XML output.
+@item
Added variables @code{ft_min_word_len}, @code{ft_max_word_len}, and
@code{ft_max_word_len_for_sort}.
@item
@@ -49060,6 +49062,8 @@ release doesn't have this problem.
@appendixsubsec Changes in release 3.23.48
@itemize @bullet
@item
+Added @code{--xml} option to @code{mysqldump} for producing XML output.
+@item
Changed to use @code{autoconf} 2.52 (from @code{autoconf} 2.13)
@item
Fixed bug in complicated join with @code{const} tables.