Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbabaev committed Sep 6, 2016
1 parent 2c6d620 commit dc9b092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions sql/item.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10164,15 +10164,6 @@ bool Item_field::exclusive_dependence_on_grouping_fields_processor(void *arg)
return true;
}


/*Item *Item::get_copy(THD *thd, MEM_ROOT *mem_root)
{
dbug_print_item(this);
DBUG_ASSERT(0);
return 0;
}*/


void Item::register_in(THD *thd)
{
next= thd->free_list;
Expand Down
1 change: 0 additions & 1 deletion sql/sql_select.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,6 @@ JOIN::optimize_inner()
uint no_jbuf_after;
JOIN_TAB *tab;
DBUG_ENTER("JOIN::optimize");
dbug_print_item(conds);
do_send_rows = (unit->select_limit_cnt) ? 1 : 0;
// to prevent double initialization on EXPLAIN
if (optimized)
Expand Down

0 comments on commit dc9b092

Please sign in to comment.