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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
fce6018a
Commit
fce6018a
authored
Jun 11, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes in the manual.
parent
b79da888
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
.bzrignore
.bzrignore
+2
-0
Docs/manual.texi
Docs/manual.texi
+7
-3
No files found.
.bzrignore
View file @
fce6018a
...
@@ -284,3 +284,5 @@ support-files/mysql.spec
...
@@ -284,3 +284,5 @@ support-files/mysql.spec
tags
tags
tmp/*
tmp/*
sql-bench/gif/*
sql-bench/gif/*
sql-bench/compare-results-all
sql-bench/template.html
Docs/manual.texi
View file @
fce6018a
...
@@ -25727,7 +25727,7 @@ in its own lock table and rolls back the transaction. If you use
...
@@ -25727,7 +25727,7 @@ in its own lock table and rolls back the transaction. If you use
than InnoDB in the same transaction, then a deadlock may arise which
than InnoDB in the same transaction, then a deadlock may arise which
InnoDB cannot notice. In cases like this the timeout is useful to
InnoDB cannot notice. In cases like this the timeout is useful to
resolve the situation.
resolve the situation.
@item @code{innodb_
unix_file_
flush_method} @tab
@item @code{innodb_flush_method} @tab
(Available from 3.23.39 up.)
(Available from 3.23.39 up.)
The default value for this is @code{fdatasync}.
The default value for this is @code{fdatasync}.
Another option is @code{O_DSYNC}.
Another option is @code{O_DSYNC}.
...
@@ -26338,7 +26338,7 @@ In some versions of Linux and Unix, flushing files to disk with the Unix
...
@@ -26338,7 +26338,7 @@ In some versions of Linux and Unix, flushing files to disk with the Unix
@code{fdatasync} and other similar methods is surprisingly slow.
@code{fdatasync} and other similar methods is surprisingly slow.
The default method InnoDB uses is the @code{fdatasync} function.
The default method InnoDB uses is the @code{fdatasync} function.
If you are not satisfied with the database write performance, you may
If you are not satisfied with the database write performance, you may
try setting @code{innodb_
unix_file_
flush_method} in @file{my.cnf}
try setting @code{innodb_flush_method} in @file{my.cnf}
to @code{O_DSYNC}, though O_DSYNC seems to be slower on most systems.
to @code{O_DSYNC}, though O_DSYNC seems to be slower on most systems.
You can also try setting it to @code{littlesync}, which means that
You can also try setting it to @code{littlesync}, which means that
InnoDB does not call the file flush for every write it does to a
InnoDB does not call the file flush for every write it does to a
...
@@ -42520,6 +42520,9 @@ For more information on Object Oriented Programming
...
@@ -42520,6 +42520,9 @@ For more information on Object Oriented Programming
@uref{http://language.perl.com/info/documentation.html}
@uref{http://language.perl.com/info/documentation.html}
@end example
@end example
Note that if you want to use transactions with Perl, you need to have
@code{Msql-Mysql-modules} version 1.2216 or newer.
Installation instructions for @strong{MySQL} Perl support are given in
Installation instructions for @strong{MySQL} Perl support are given in
@ref{Perl support}.
@ref{Perl support}.
...
@@ -45730,7 +45733,8 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
...
@@ -45730,7 +45733,8 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@itemize @bullet
@item
@item
Added support for symbolic links to @code{MyISAM} tables.
Added support for symbolic links to @code{MyISAM} tables. Symlink handling is
now enabled by default for Windows.
@item
@item
Added @code{SQL_CALC_FOUND_ROWS} and @code{FOUND_ROWS()}. This makes it
Added @code{SQL_CALC_FOUND_ROWS} and @code{FOUND_ROWS()}. This makes it
possible to know how many rows a query would have returned
possible to know how many rows a query would have returned
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