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
a83f4fd8
Commit
a83f4fd8
authored
Jun 21, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change loose -> lose where appropriate.
parent
1d864a0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Docs/manual.texi
Docs/manual.texi
+3
-3
No files found.
Docs/manual.texi
View file @
a83f4fd8
...
@@ -14265,7 +14265,7 @@ The following options affects how the repair works.
...
@@ -14265,7 +14265,7 @@ The following options affects how the repair works.
@item BACKUP @tab If the data table was changed during recover, save a
@item BACKUP @tab If the data table was changed during recover, save a
backup of the @file{table_name.MYD} datafile as
backup of the @file{table_name.MYD} datafile as
@file{table_name-datetime.BAK}.
@file{table_name-datetime.BAK}.
@item FORCE @tab Run recover even if we will lo
o
se more than one row
@item FORCE @tab Run recover even if we will lose more than one row
from the .MYD file.
from the .MYD file.
@item QUICK @tab Don't check the rows in the table if there isn't any
@item QUICK @tab Don't check the rows in the table if there isn't any
delete blocks.
delete blocks.
...
@@ -27368,10 +27368,10 @@ When running our benchmark tests using secure connections (all data
...
@@ -27368,10 +27368,10 @@ When running our benchmark tests using secure connections (all data
encrypted with internal SSL support) things were 55% slower.
encrypted with internal SSL support) things were 55% slower.
@item
@item
If you compile with @code{--with-debug=full}, then you will lo
o
se 20%
If you compile with @code{--with-debug=full}, then you will lose 20%
for most queries, but some queries may take substantially longer (The
for most queries, but some queries may take substantially longer (The
MySQL benchmarks ran 35% slower)
MySQL benchmarks ran 35% slower)
If you use @code{--with-debug}, then you will only lo
o
se 15%.
If you use @code{--with-debug}, then you will only lose 15%.
By starting a @code{mysqld} version compiled with @code{--with-debug=full}
By starting a @code{mysqld} version compiled with @code{--with-debug=full}
with @code{--skip-safemalloc} the end result should be close to when
with @code{--skip-safemalloc} the end result should be close to when
configuring with @code{--with-debug}.
configuring with @code{--with-debug}.
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