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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e157f817
Commit
e157f817
authored
Sep 23, 2019
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Field::is_stat_field completely
parent
c016ea66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
sql/field.cc
sql/field.cc
+0
-1
sql/field.h
sql/field.h
+0
-3
No files found.
sql/field.cc
View file @
e157f817
...
@@ -1767,7 +1767,6 @@ Field::Field(uchar *ptr_arg,uint32 length_arg,uchar *null_ptr_arg,
...
@@ -1767,7 +1767,6 @@ Field::Field(uchar *ptr_arg,uint32 length_arg,uchar *null_ptr_arg,
comment
.
str
=
(
char
*
)
""
;
comment
.
str
=
(
char
*
)
""
;
comment
.
length
=
0
;
comment
.
length
=
0
;
field_index
=
0
;
field_index
=
0
;
is_stat_field
=
FALSE
;
cond_selectivity
=
1.0
;
cond_selectivity
=
1.0
;
next_equal_field
=
NULL
;
next_equal_field
=
NULL
;
}
}
...
...
sql/field.h
View file @
e157f817
...
@@ -729,9 +729,6 @@ class Field: public Value_source
...
@@ -729,9 +729,6 @@ class Field: public Value_source
*/
*/
bool
is_created_from_null_item
;
bool
is_created_from_null_item
;
/* TRUE in Field objects created for column min/max values */
bool
is_stat_field
;
/*
/*
Selectivity of the range condition over this field.
Selectivity of the range condition over this field.
When calculating this selectivity a range predicate
When calculating this selectivity a range predicate
...
...
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