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
d2c8d8d6
Commit
d2c8d8d6
authored
Jul 26, 2004
by
ingo@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a probable typo. Unfortunately we will not be able to test this ;-)
parent
b9512a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
myisam/mi_search.c
myisam/mi_search.c
+1
-1
No files found.
myisam/mi_search.c
View file @
d2c8d8d6
...
...
@@ -540,7 +540,7 @@ my_off_t _mi_dpos(MI_INFO *info, uint nod_flag, uchar *after_key)
after_key
-=
(
nod_flag
+
info
->
s
->
rec_reflength
);
switch
(
info
->
s
->
rec_reflength
)
{
#if SIZEOF_OFF_T > 4
case
8
:
pos
=
(
my_off_t
)
mi_uint
5
korr
(
after_key
);
break
;
case
8
:
pos
=
(
my_off_t
)
mi_uint
8
korr
(
after_key
);
break
;
case
7
:
pos
=
(
my_off_t
)
mi_uint7korr
(
after_key
);
break
;
case
6
:
pos
=
(
my_off_t
)
mi_uint6korr
(
after_key
);
break
;
case
5
:
pos
=
(
my_off_t
)
mi_uint5korr
(
after_key
);
break
;
...
...
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