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
3f5b4949
Commit
3f5b4949
authored
Aug 20, 2009
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MWL#17: Table elimination
- Multiple-equality handling
parent
46c96776
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
299 additions
and
119 deletions
+299
-119
sql/item_cmpfunc.h
sql/item_cmpfunc.h
+1
-0
sql/opt_table_elimination.cc
sql/opt_table_elimination.cc
+298
-119
No files found.
sql/item_cmpfunc.h
View file @
3f5b4949
...
@@ -1578,6 +1578,7 @@ public:
...
@@ -1578,6 +1578,7 @@ public:
uint
members
();
uint
members
();
bool
contains
(
Field
*
field
);
bool
contains
(
Field
*
field
);
Item_field
*
get_first
()
{
return
fields
.
head
();
}
Item_field
*
get_first
()
{
return
fields
.
head
();
}
uint
n_fields
()
{
return
fields
.
elements
;
}
void
merge
(
Item_equal
*
item
);
void
merge
(
Item_equal
*
item
);
void
update_const
();
void
update_const
();
enum
Functype
functype
()
const
{
return
MULT_EQUAL_FUNC
;
}
enum
Functype
functype
()
const
{
return
MULT_EQUAL_FUNC
;
}
...
...
sql/opt_table_elimination.cc
View file @
3f5b4949
This diff is collapsed.
Click to expand it.
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