mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added comments.
Renamed the virtual method middle_point_pos for the class Field to pos_in_interval.
This commit is contained in:
@ -292,7 +292,8 @@ typedef struct st_join_table {
|
||||
/* psergey-todo: make the below have type double, like POSITION::records_read? */
|
||||
ha_rows records_read;
|
||||
|
||||
double cond_selectivity;
|
||||
/* The selectivity of the conditions that can be pushed to the table */
|
||||
double cond_selectivity;
|
||||
|
||||
/* Startup cost for execution */
|
||||
double startup_cost;
|
||||
@ -774,7 +775,8 @@ typedef struct st_position :public Sql_alloc
|
||||
*/
|
||||
double records_read;
|
||||
|
||||
double cond_selectivity;
|
||||
/* The selectivity of the pushed down conditions */
|
||||
double cond_selectivity;
|
||||
|
||||
/*
|
||||
Cost accessing the table in course of the entire complete join execution,
|
||||
|
Reference in New Issue
Block a user