Commit dc5e4f21 authored by jcole@tetra.spaceapes.com's avatar jcole@tetra.spaceapes.com

merge

parents b266c46f c7d13c6a
...@@ -29,8 +29,8 @@ print STDERR "Adding PARA inside ENTRY...\n"; ...@@ -29,8 +29,8 @@ print STDERR "Adding PARA inside ENTRY...\n";
$data =~ s{<entry>(.+?)</entry>} $data =~ s{<entry>(.+?)</entry>}
{<entry><para>$1</para></entry>}gs; {<entry><para>$1</para></entry>}gs;
@apx = ("Users", "MySQL-customer-usage", "Credits", "News", @apx = ("Users", "MySQL-customer-usage", "News",
"Porting", "GPL-license", "LGPL-license", "Placeholder"); "GPL-license", "LGPL-license");
foreach $apx (@apx) { foreach $apx (@apx) {
print STDERR "Removing appendix $apx...\n"; print STDERR "Removing appendix $apx...\n";
......
...@@ -48608,6 +48608,12 @@ Added boolean fulltext search code. It should be considered early alpha. ...@@ -48608,6 +48608,12 @@ Added boolean fulltext search code. It should be considered early alpha.
@itemize @bullet @itemize @bullet
@item @item
Added boolean fulltext search code.
It should be considered early alpha.
@item
Added variables @code{ft_min_word_len}, @code{ft_max_word_len}, and
@code{ft_max_word_len_for_sort}.
@item
Added documentation for @code{libmysqld}, the embedded MySQL server Added documentation for @code{libmysqld}, the embedded MySQL server
library. Also added example programs (a @code{mysql} client and library. Also added example programs (a @code{mysql} client and
@code{mysqltest} test program) which use @code{libmysqld}. @code{mysqltest} test program) which use @code{libmysqld}.
...@@ -49101,9 +49107,6 @@ Fixed a bug when using @code{HEAP} tables with @code{LIKE}. ...@@ -49101,9 +49107,6 @@ Fixed a bug when using @code{HEAP} tables with @code{LIKE}.
@item @item
Added @code{--mysql-version} to @code{safe_mysqld} Added @code{--mysql-version} to @code{safe_mysqld}
@item @item
Added variables @code{ft_min_word_len}, @code{ft_max_word_len}, and
@code{ft_max_word_len_for_sort}.
@item
Changed @code{INNOBASE} to @code{InnoDB} (because the @code{INNOBASE} Changed @code{INNOBASE} to @code{InnoDB} (because the @code{INNOBASE}
name was already used). All @code{configure} options and @code{mysqld} name was already used). All @code{configure} options and @code{mysqld}
start options are now using @code{innodb} instead of @code{innobase}. This start options are now using @code{innodb} instead of @code{innobase}. This
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment