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
1aa3b02c
Commit
1aa3b02c
authored
Aug 25, 2010
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in last push (sorry about that)
- Need to get autopush to work to avoid bad pushes like this....
parent
b9b6ffe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/maria/maria_chk.c
storage/maria/maria_chk.c
+1
-1
No files found.
storage/maria/maria_chk.c
View file @
1aa3b02c
...
...
@@ -370,7 +370,7 @@ static struct my_option my_long_options[] =
{
"page_buffer_size"
,
OPT_PAGE_BUFFER_SIZE
,
"Size of page buffer. Used by --safe-repair"
,
&
check_param
.
use_buffers
,
&
check_param
.
use_buffers
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
(
long
)
USE_BUFFER_INIT
,
1
28L
*
1
024L
*
1024L
,
GET_ULONG
,
REQUIRED_ARG
,
(
long
)
USE_BUFFER_INIT
,
1024L
*
1024L
,
(
long
)
~
0L
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
IO_SIZE
,
0
},
{
"read_buffer_size"
,
OPT_READ_BUFFER_SIZE
,
""
,
&
check_param
.
read_buffer_length
,
...
...
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