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
562f3ce6
Commit
562f3ce6
authored
Sep 12, 2003
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge heikki@build.mysql.com:/home/bk/mysql-4.0
into hundin.mysql.fi:/home/heikki/mysql-4.0
parents
f35f4329
3b7140ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
innobase/row/row0sel.c
innobase/row/row0sel.c
+3
-2
No files found.
innobase/row/row0sel.c
View file @
562f3ce6
...
@@ -2810,8 +2810,6 @@ row_search_for_mysql(
...
@@ -2810,8 +2810,6 @@ row_search_for_mysql(
mode
=
pcur
->
search_mode
;
mode
=
pcur
->
search_mode
;
}
}
mtr_start
(
&
mtr
);
/* In a search where at most one record in the index may match, we
/* In a search where at most one record in the index may match, we
can use a LOCK_REC_NOT_GAP type record lock when locking a non-delete-
can use a LOCK_REC_NOT_GAP type record lock when locking a non-delete-
marked matching record.
marked matching record.
...
@@ -2834,10 +2832,13 @@ row_search_for_mysql(
...
@@ -2834,10 +2832,13 @@ row_search_for_mysql(
if
(
direction
!=
0
&&
!
prebuilt
->
used_in_HANDLER
)
{
if
(
direction
!=
0
&&
!
prebuilt
->
used_in_HANDLER
)
{
trx
->
op_info
=
(
char
*
)
""
;
return
(
DB_RECORD_NOT_FOUND
);
return
(
DB_RECORD_NOT_FOUND
);
}
}
}
}
mtr_start
(
&
mtr
);
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* PHASE 2: Try fast adaptive hash index search if possible */
/* PHASE 2: Try fast adaptive hash index search if possible */
...
...
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