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
91f950b1
Commit
91f950b1
authored
Dec 10, 2010
by
Igor Babaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a compiler warning.
parent
597934ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/opt_range.cc
sql/opt_range.cc
+1
-1
No files found.
sql/opt_range.cc
View file @
91f950b1
...
...
@@ -5168,9 +5168,9 @@ bool check_index_intersect_extension(PARTIAL_INDEX_INTERSECTION_INFO *curr,
PARTIAL_INDEX_INTERSECTION_INFO
*
next
)
{
ha_rows
records
;
ha_rows
records2
;
ha_rows
records_in_scans
;
double
cost
;
ha_rows
records2
=
0
;
ha_rows
filtered_out_records
=
0
;
ha_rows
index_scan_records
=
ext_index_scan
->
records
;
COMMON_INDEX_INTERSECTION_INFO
*
common_info
=
curr
->
common_info
;
...
...
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