mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
manual.texi fix typos
Docs/manual.texi: fix typos
This commit is contained in:
parent
fe7480f3fa
commit
609844bfdf
1 changed files with 5 additions and 5 deletions
|
|
@ -7305,7 +7305,7 @@ programs.
|
||||||
When MySQL is compiled using MIT-pthreads, system locking is
|
When MySQL is compiled using MIT-pthreads, system locking is
|
||||||
disabled by default for performance reasons. You can tell the server to use
|
disabled by default for performance reasons. You can tell the server to use
|
||||||
system locking with the @code{--external-locking} option. This is only
|
system locking with the @code{--external-locking} option. This is only
|
||||||
needed if you want to be able to run two MySQL server against the same
|
needed if you want to be able to run two MySQL servers against the same
|
||||||
data files (not recommended).
|
data files (not recommended).
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
|
@ -8136,9 +8136,9 @@ before. In particular, you will need @code{REPLICATION SLAVE}
|
||||||
The startup parameters @code{myisam_max_extra_sort_file_size} and
|
The startup parameters @code{myisam_max_extra_sort_file_size} and
|
||||||
@code{myisam_max_extra_sort_file_size} are now given in bytes
|
@code{myisam_max_extra_sort_file_size} are now given in bytes
|
||||||
(was megabytes before 4.0.3).
|
(was megabytes before 4.0.3).
|
||||||
External system locking of MyISAM/ISAM files is now turned of by default.
|
External system locking of @code{MyISAM}/@code{ISAM} files is now turned
|
||||||
One can turn this on by doing @code{--external-locking}. (For most users
|
off by default. One can turn this on with @code{--external-locking}.
|
||||||
this is never needed).
|
(For most users this is never needed).
|
||||||
@item
|
@item
|
||||||
The following startup variables/options have been renamed:
|
The following startup variables/options have been renamed:
|
||||||
@multitable @columnfractions .50 .50
|
@multitable @columnfractions .50 .50
|
||||||
|
|
@ -50491,7 +50491,7 @@ if the first @code{SELECT} has this option and if there is global @code{LIMIT}
|
||||||
for the entire statement. For the moment, this requires using parentheses for
|
for the entire statement. For the moment, this requires using parentheses for
|
||||||
individual @code{SELECT} queries within the statement.
|
individual @code{SELECT} queries within the statement.
|
||||||
@item
|
@item
|
||||||
Fixed bug in @code{SQL_CALC_FOUND_ROWS} and LIMIT.
|
Fixed bug in @code{SQL_CALC_FOUND_ROWS} and @code{LIMIT}.
|
||||||
@item
|
@item
|
||||||
Don't give an error for @code{CREATE TABLE ...(... VARCHAR(0))}.
|
Don't give an error for @code{CREATE TABLE ...(... VARCHAR(0))}.
|
||||||
@item
|
@item
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue