Commit d6ad95b4 authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

manual.texi Document when --xml was added to mysql/mysqldump.

parent 70048318
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.