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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
dcbd036c
Commit
dcbd036c
authored
Sep 22, 2008
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/innodb+: Non-functional change: Use dict_index_is_ibuf()
instead of accessing index->type directly.
parent
a9578542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
btr/btr0cur.c
btr/btr0cur.c
+1
-1
No files found.
btr/btr0cur.c
View file @
dcbd036c
...
...
@@ -697,7 +697,7 @@ btr_cur_search_to_nth_level(
/* Go to the child node */
page_no
=
btr_node_ptr_get_child_page_no
(
node_ptr
,
offsets
);
if
(
index
->
type
&
DICT_IBUF
&&
height
==
level
)
{
if
(
dict_index_is_ibuf
(
index
)
&&
height
==
level
)
{
/* We're doing a search on an ibuf tree and we're one level
above the leaf page. (Assuming level == 0, which it should
be.) */
...
...
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