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
f42e2782
Commit
f42e2782
authored
Aug 19, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0
parents
f77d6df8
dd16ad4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
innobase/row/row0sel.c
innobase/row/row0sel.c
+5
-0
No files found.
innobase/row/row0sel.c
View file @
f42e2782
...
@@ -3124,12 +3124,17 @@ row_search_for_mysql(
...
@@ -3124,12 +3124,17 @@ row_search_for_mysql(
be zero; in that case select_lock_type is set to LOCK_X in
be zero; in that case select_lock_type is set to LOCK_X in
::start_stmt. */
::start_stmt. */
/* August 19, 2005 by Heikki: temporarily disable this error print until the
cursor lock count is done correctly. See bugs #12263 and #12456!
fputs(
fputs(
"InnoDB: Error: MySQL is trying to perform a SELECT\n"
"InnoDB: Error: MySQL is trying to perform a SELECT\n"
"InnoDB: but it has not locked any tables in ::external_lock()!\n",
"InnoDB: but it has not locked any tables in ::external_lock()!\n",
stderr);
stderr);
trx_print(stderr, trx, 600);
trx_print(stderr, trx, 600);
fputc('\n', stderr);
fputc('\n', stderr);
*/
}
}
/* fprintf(stderr, "Match mode %lu\n search tuple ", (ulong) match_mode);
/* fprintf(stderr, "Match mode %lu\n search tuple ", (ulong) match_mode);
...
...
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