Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c7d13c6a
Commit
c7d13c6a
authored
Oct 17, 2001
by
jcole@tetra.spaceapes.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes.
parent
4dbaef54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Docs/Support/docbook-fixup.pl
Docs/Support/docbook-fixup.pl
+2
-2
Docs/manual.texi
Docs/manual.texi
+3
-3
No files found.
Docs/Support/docbook-fixup.pl
View file @
c7d13c6a
...
...
@@ -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
";
...
...
Docs/manual.texi
View file @
c7d13c6a
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment