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
ad5ec8a4
Commit
ad5ec8a4
authored
Apr 13, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1
into hundin.mysql.fi:/home/heikki/mysql-4.1
parents
f53284f1
880d0295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
innobase/row/row0sel.c
innobase/row/row0sel.c
+12
-12
No files found.
innobase/row/row0sel.c
View file @
ad5ec8a4
...
@@ -3305,12 +3305,12 @@ rec_loop:
...
@@ -3305,12 +3305,12 @@ rec_loop:
err
=
sel_set_rec_lock
(
rec
,
index
,
err
=
sel_set_rec_lock
(
rec
,
index
,
prebuilt
->
select_lock_type
,
prebuilt
->
select_lock_type
,
LOCK_ORDINARY
,
thr
);
LOCK_ORDINARY
,
thr
);
}
if
(
err
!=
DB_SUCCESS
)
{
if
(
err
!=
DB_SUCCESS
)
{
goto
lock_wait_or_error
;
goto
lock_wait_or_error
;
}
}
}
}
}
/* A page supremum record cannot be in the result set: skip
/* A page supremum record cannot be in the result set: skip
it now that we have placed a possible lock on it */
it now that we have placed a possible lock on it */
...
@@ -3413,12 +3413,12 @@ rec_loop:
...
@@ -3413,12 +3413,12 @@ rec_loop:
err
=
sel_set_rec_lock
(
rec
,
index
,
err
=
sel_set_rec_lock
(
rec
,
index
,
prebuilt
->
select_lock_type
,
prebuilt
->
select_lock_type
,
LOCK_GAP
,
thr
);
LOCK_GAP
,
thr
);
}
if
(
err
!=
DB_SUCCESS
)
{
if
(
err
!=
DB_SUCCESS
)
{
goto
lock_wait_or_error
;
goto
lock_wait_or_error
;
}
}
}
}
}
btr_pcur_store_position
(
pcur
,
&
mtr
);
btr_pcur_store_position
(
pcur
,
&
mtr
);
...
@@ -3446,12 +3446,12 @@ rec_loop:
...
@@ -3446,12 +3446,12 @@ rec_loop:
err
=
sel_set_rec_lock
(
rec
,
index
,
err
=
sel_set_rec_lock
(
rec
,
index
,
prebuilt
->
select_lock_type
,
prebuilt
->
select_lock_type
,
LOCK_GAP
,
thr
);
LOCK_GAP
,
thr
);
}
if
(
err
!=
DB_SUCCESS
)
{
if
(
err
!=
DB_SUCCESS
)
{
goto
lock_wait_or_error
;
}
goto
lock_wait_or_error
;
}
}
}
}
btr_pcur_store_position
(
pcur
,
&
mtr
);
btr_pcur_store_position
(
pcur
,
&
mtr
);
...
...
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