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
17204b1c
Commit
17204b1c
authored
Jul 12, 2002
by
ram@ram.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stupid bug has been fixed
parent
5d62bde7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
heap/hp_rfirst.c
heap/hp_rfirst.c
+1
-0
heap/hp_rlast.c
heap/hp_rlast.c
+1
-0
No files found.
heap/hp_rfirst.c
View file @
17204b1c
...
@@ -24,6 +24,7 @@ int heap_rfirst(HP_INFO *info, byte *record, int inx)
...
@@ -24,6 +24,7 @@ int heap_rfirst(HP_INFO *info, byte *record, int inx)
HP_KEYDEF
*
keyinfo
=
share
->
keydef
+
inx
;
HP_KEYDEF
*
keyinfo
=
share
->
keydef
+
inx
;
DBUG_ENTER
(
"heap_rfirst"
);
DBUG_ENTER
(
"heap_rfirst"
);
info
->
lastinx
=
inx
;
if
(
keyinfo
->
algorithm
==
HA_KEY_ALG_BTREE
)
if
(
keyinfo
->
algorithm
==
HA_KEY_ALG_BTREE
)
{
{
byte
*
pos
;
byte
*
pos
;
...
...
heap/hp_rlast.c
View file @
17204b1c
...
@@ -25,6 +25,7 @@ int heap_rlast(HP_INFO *info, byte *record, int inx)
...
@@ -25,6 +25,7 @@ int heap_rlast(HP_INFO *info, byte *record, int inx)
HP_KEYDEF
*
keyinfo
=
share
->
keydef
+
inx
;
HP_KEYDEF
*
keyinfo
=
share
->
keydef
+
inx
;
DBUG_ENTER
(
"heap_rlast"
);
DBUG_ENTER
(
"heap_rlast"
);
info
->
lastinx
=
inx
;
if
(
keyinfo
->
algorithm
==
HA_KEY_ALG_BTREE
)
if
(
keyinfo
->
algorithm
==
HA_KEY_ALG_BTREE
)
{
{
byte
*
pos
;
byte
*
pos
;
...
...
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