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
1eccd27d
Commit
1eccd27d
authored
Mar 24, 2004
by
hf@deer.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for #3067
Shouldn't be moved to 4.1
parent
23a74015
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
myisam/mi_check.c
myisam/mi_check.c
+3
-2
No files found.
myisam/mi_check.c
View file @
1eccd27d
...
@@ -1247,6 +1247,7 @@ int mi_repair(MI_CHECK *param, register MI_INFO *info,
...
@@ -1247,6 +1247,7 @@ int mi_repair(MI_CHECK *param, register MI_INFO *info,
That is what the next line is for... (serg)
That is what the next line is for... (serg)
*/
*/
if
(
param
->
testflag
&
T_CREATE_MISSING_KEYS
)
share
->
state
.
key_map
=
((((
ulonglong
)
1L
<<
share
->
base
.
keys
)
-
1
)
&
share
->
state
.
key_map
=
((((
ulonglong
)
1L
<<
share
->
base
.
keys
)
-
1
)
&
param
->
keys_in_use
);
param
->
keys_in_use
);
...
...
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