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
1f7efe4e
Commit
1f7efe4e
authored
Apr 09, 2009
by
Anurag Shekhar
Browse files
Options
Browse Files
Download
Plain Diff
merging with 5.0-bugteam tree.
parents
74a332d5
40b00f17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
myisam/myisamchk.c
myisam/myisamchk.c
+1
-1
No files found.
myisam/myisamchk.c
View file @
1f7efe4e
...
...
@@ -1311,7 +1311,7 @@ static void descript(MI_CHECK *param, register MI_INFO *info, my_string name)
share
->
base
.
max_key_file_length
!=
HA_OFFSET_ERROR
)
printf
(
"Max datafile length: %13s Max keyfile length: %13s
\n
"
,
llstr
(
share
->
base
.
max_data_file_length
-
1
,
llbuff
),
llstr
(
share
->
base
.
max_key_file_length
-
1
,
llbuff2
));
ullstr
(
share
->
base
.
max_key_file_length
-
1
,
llbuff2
));
}
}
...
...
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