Commit faf9a6d3 authored by Sergey Petrunia's avatar Sergey Petrunia

More comments

parent f3de399d
...@@ -2477,7 +2477,9 @@ static ha_rows get_quick_record_count(THD *thd, SQL_SELECT *select, ...@@ -2477,7 +2477,9 @@ static ha_rows get_quick_record_count(THD *thd, SQL_SELECT *select,
DBUG_RETURN(HA_POS_ERROR); /* This shouldn't happend */ DBUG_RETURN(HA_POS_ERROR); /* This shouldn't happend */
} }
/********************************************************************
* Table elimination code starts
********************************************************************/
typedef struct st_keyuse_w_needed_reg typedef struct st_keyuse_w_needed_reg
{ {
KEYUSE *first; KEYUSE *first;
...@@ -2849,6 +2851,9 @@ static void eliminate_tables(JOIN *join, uint *const_tbl_count, table_map *const ...@@ -2849,6 +2851,9 @@ static void eliminate_tables(JOIN *join, uint *const_tbl_count, table_map *const
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }
/********************************************************************
* Table elimination code ends
********************************************************************/
/* /*
This structure is used to collect info on potentially sargable This structure is used to collect info on potentially sargable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment