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
07f6a96b
Commit
07f6a96b
authored
Jan 14, 2013
by
Krunal Bauskar krunal.bauskar@oracle.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge from mysql-5.1 to mysql-5.5
parents
0ac6c5fa
54c47527
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
storage/innobase/row/row0sel.c
storage/innobase/row/row0sel.c
+5
-1
No files found.
storage/innobase/row/row0sel.c
View file @
07f6a96b
/*****************************************************************************
Copyright (c) 1997, 201
2
, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 1997, 201
3
, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2008, Google Inc.
Portions of this file contain modifications contributed and copyrighted by
...
...
@@ -57,6 +57,8 @@ Created 12/19/1997 Heikki Tuuri
#include "read0read.h"
#include "buf0lru.h"
#include "ha_prototypes.h"
#include "m_string.h"
/* for my_sys.h */
#include "my_sys.h"
/* DEBUG_SYNC_C */
/* Maximum number of rows to prefetch; MySQL interface has another parameter */
#define SEL_MAX_N_PREFETCH 16
...
...
@@ -3918,7 +3920,9 @@ wait_table_again:
}
rec_loop:
DEBUG_SYNC_C
(
"row_search_rec_loop"
);
if
(
trx_is_interrupted
(
trx
))
{
btr_pcur_store_position
(
pcur
,
&
mtr
);
err
=
DB_INTERRUPTED
;
goto
normal_return
;
}
...
...
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