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
147c51b5
Commit
147c51b5
authored
Jul 20, 2001
by
heikki@donna.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
row0sel.c Disable a special join speed optimization until Peter Zaitsev's hang is tracked down
parent
b534cd66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
innobase/row/row0sel.c
innobase/row/row0sel.c
+4
-1
No files found.
innobase/row/row0sel.c
View file @
147c51b5
...
...
@@ -2537,7 +2537,10 @@ row_search_for_mysql(
unique_search_from_clust_index
=
TRUE
;
if
(
trx
->
mysql_n_tables_locked
==
0
/* Disable this optimization (hence FALSE below) until
the hang of Peter Zaitsev has been tracked down */
if
(
FALSE
&&
trx
->
mysql_n_tables_locked
==
0
&&
!
prebuilt
->
sql_stat_start
)
{
/* This is a SELECT query done as a consistent read,
...
...
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