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
ed2c8525
Commit
ed2c8525
authored
Aug 19, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi fix typos
parent
58e211b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Docs/manual.texi
Docs/manual.texi
+5
-5
No files found.
Docs/manual.texi
View file @
ed2c8525
...
...
@@ -7305,7 +7305,7 @@ programs.
When MySQL is compiled using MIT-pthreads, system locking is
disabled by default for performance reasons. You can tell the server to use
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 server
s
against the same
data files (not recommended).
@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
@code{myisam_max_extra_sort_file_size} are now given in bytes
(was megabytes before 4.0.3).
External system locking of
MyISAM/ISAM files is now turned of by default.
One can turn this on by doing @code{--external-locking}. (For most users
this is never needed).
External system locking of
@code{MyISAM}/@code{ISAM} files is now turned
off by default. One can turn this on with @code{--external-locking}.
(For most users
this is never needed).
@item
The following startup variables/options have been renamed:
@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
individual @code{SELECT} queries within the statement.
@item
Fixed bug in @code{SQL_CALC_FOUND_ROWS} and
LIMIT
.
Fixed bug in @code{SQL_CALC_FOUND_ROWS} and
@code{LIMIT}
.
@item
Don't give an error for @code{CREATE TABLE ...(... VARCHAR(0))}.
@item
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