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
421531df
Commit
421531df
authored
Sep 03, 2009
by
Satya B
Browse files
Options
Browse Files
Download
Plain Diff
merge mysql-5.0-bugteam to mysql-5.1-bugteam
parents
33f9066e
fe79cb53
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
storage/myisam/myisamchk.c
storage/myisam/myisamchk.c
+3
-3
No files found.
storage/myisam/myisamchk.c
View file @
421531df
...
...
@@ -302,17 +302,17 @@ static struct my_option my_long_options[] =
(
uchar
**
)
&
check_param
.
read_buffer_length
,
(
uchar
**
)
&
check_param
.
read_buffer_length
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
(
long
)
READ_BUFFER_INIT
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
~
0L
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
1L
,
0
},
INT_MAX32
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
1L
,
0
},
{
"write_buffer_size"
,
OPT_WRITE_BUFFER_SIZE
,
""
,
(
uchar
**
)
&
check_param
.
write_buffer_length
,
(
uchar
**
)
&
check_param
.
write_buffer_length
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
(
long
)
READ_BUFFER_INIT
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
~
0L
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
1L
,
0
},
INT_MAX32
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
1L
,
0
},
{
"sort_buffer_size"
,
OPT_SORT_BUFFER_SIZE
,
""
,
(
uchar
**
)
&
check_param
.
sort_buffer_length
,
(
uchar
**
)
&
check_param
.
sort_buffer_length
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
(
long
)
SORT_BUFFER_INIT
,
(
long
)
(
MIN_SORT_BUFFER
+
MALLOC_OVERHEAD
),
(
long
)
~
0L
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
1L
,
0
},
ULONG_MAX
,
(
long
)
MALLOC_OVERHEAD
,
(
long
)
1L
,
0
},
{
"sort_key_blocks"
,
OPT_SORT_KEY_BLOCKS
,
""
,
(
uchar
**
)
&
check_param
.
sort_key_blocks
,
(
uchar
**
)
&
check_param
.
sort_key_blocks
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
...
...
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