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