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
431518d4
Commit
431518d4
authored
Oct 17, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
56bf5d7a
0d864fd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
Docs/Support/docbook-fixup.pl
Docs/Support/docbook-fixup.pl
+2
-2
Docs/manual.texi
Docs/manual.texi
+6
-3
No files found.
Docs/Support/docbook-fixup.pl
View file @
431518d4
...
...
@@ -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 @
431518d4
...
...
@@ -48608,6 +48608,12 @@ Added boolean fulltext search code. It should be considered early alpha.
@itemize @bullet
@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
library. Also added example programs (a @code{mysql} client and
@code{mysqltest} test program) which use @code{libmysqld}.
...
...
@@ -49101,9 +49107,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