Small fixes.

This commit is contained in:
jcole@tetra.spaceapes.com 2001-10-17 18:49:39 -05:00
parent 4dbaef5401
commit c7d13c6a06
2 changed files with 5 additions and 5 deletions

View file

@ -29,8 +29,8 @@ print STDERR "Adding PARA inside ENTRY...\n";
$data =~ s{<entry>(.+?)</entry>}
{<entry><para>$1</para></entry>}gs;
@apx = ("Users", "MySQL-customer-usage", "Credits", "News",
"Porting", "GPL-license", "LGPL-license", "Placeholder");
@apx = ("Users", "MySQL-customer-usage", "News",
"GPL-license", "LGPL-license");
foreach $apx (@apx) {
print STDERR "Removing appendix $apx...\n";

View file

@ -47409,6 +47409,9 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
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
library. Also added example programs (a @code{mysql} client and
@code{mysqltest} test program) which use @code{libmysqld}.
@ -47899,9 +47902,6 @@ Fixed a bug when using @code{HEAP} tables with @code{LIKE}.
@item
Added @code{--mysql-version} to @code{safe_mysqld}
@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}
name was already used). All @code{configure} options and @code{mysqld}
start options are now using @code{innodb} instead of @code{innobase}. This