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
b908d61a
Commit
b908d61a
authored
Nov 22, 2007
by
gkodinov/kgeorge@magare.gmz
Browse files
Options
Browse Files
Download
Plain Diff
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B31171-5.1-opt
parents
25b3d62a
9f363e88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/myisam/mi_open.c
storage/myisam/mi_open.c
+1
-1
No files found.
storage/myisam/mi_open.c
View file @
b908d61a
...
...
@@ -916,7 +916,7 @@ uchar *mi_state_info_read(uchar *ptr, MI_STATE_INFO *state)
key_blocks
=
state
->
header
.
max_block_size_index
;
state
->
open_count
=
mi_uint2korr
(
ptr
);
ptr
+=
2
;
state
->
changed
=
(
bool
)
*
ptr
++
;
state
->
changed
=
*
ptr
++
;
state
->
sortkey
=
(
uint
)
*
ptr
++
;
state
->
state
.
records
=
mi_rowkorr
(
ptr
);
ptr
+=
8
;
state
->
state
.
del
=
mi_rowkorr
(
ptr
);
ptr
+=
8
;
...
...
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