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
66b41d19
Commit
66b41d19
authored
May 25, 2002
by
serg@sergbook.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick fix for some optimizer glitch (it appears as ft+const bug, but it, probably, isn't)
parent
fa5717b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/sql_select.cc
sql/sql_select.cc
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
66b41d19
...
@@ -16,3 +16,4 @@ jani@hynda.mysql.fi
...
@@ -16,3 +16,4 @@ jani@hynda.mysql.fi
miguel@hegel.local
miguel@hegel.local
arjen@fred.bitbike.com
arjen@fred.bitbike.com
sinisa@rhols221.adsl.netsonic.fi
sinisa@rhols221.adsl.netsonic.fi
serg@sergbook.mysql.com
sql/sql_select.cc
View file @
66b41d19
...
@@ -2128,7 +2128,7 @@ get_best_combination(JOIN *join)
...
@@ -2128,7 +2128,7 @@ get_best_combination(JOIN *join)
have a 'normal' value or a NULL value.
have a 'normal' value or a NULL value.
*/
*/
j
->
type
=
JT_CONST
;
j
->
type
=
JT_CONST
;
if
(
join
->
const_tables
==
tablenr
)
if
(
join
->
const_tables
==
tablenr
&&
!
form
->
fulltext_searched
)
{
{
join
->
const_tables
++
;
join
->
const_tables
++
;
join
->
const_table_map
|=
form
->
map
;
join
->
const_table_map
|=
form
->
map
;
...
...
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