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
6484f5a1
Commit
6484f5a1
authored
Sep 11, 2008
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
d3f29b0f
7f960da4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
storage/maria/ma_delete.c
storage/maria/ma_delete.c
+1
-1
storage/maria/maria_chk.c
storage/maria/maria_chk.c
+2
-0
No files found.
storage/maria/ma_delete.c
View file @
6484f5a1
...
...
@@ -1112,7 +1112,7 @@ static int underflow(register MARIA_HA *info, MARIA_KEYDEF *keyinfo,
MARIA_KEY_PARAM
anc_key_inserted
;
size_t
tmp_length
;
if
(
first_key
)
if
(
keypos
==
anc_buff
+
share
->
keypage_header
+
key_reflength
)
anc_pos
=
0
;
/* First key */
else
{
...
...
storage/maria/maria_chk.c
View file @
6484f5a1
...
...
@@ -443,6 +443,8 @@ static void usage(void)
#endif
printf
(
", they will be used
\n
\
in a round-robin fashion.
\n
\
--require-control-file Abort if we can't find/read the maria_log_control
\n
\
file
\n
\
-s, --silent Only print errors. One can use two -s to make
\n
\
maria_chk very silent.
\n
\
-v, --verbose Print more information. This can be used with
\n
\
...
...
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