Skip to content

Commit dc9b092

Browse files
committed
More cleanup.
1 parent 2c6d620 commit dc9b092

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

sql/item.cc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10164,15 +10164,6 @@ bool Item_field::exclusive_dependence_on_grouping_fields_processor(void *arg)
1016410164
return true;
1016510165
}
1016610166

10167-
10168-
/*Item *Item::get_copy(THD *thd, MEM_ROOT *mem_root)
10169-
{
10170-
dbug_print_item(this);
10171-
DBUG_ASSERT(0);
10172-
return 0;
10173-
}*/
10174-
10175-
1017610167
void Item::register_in(THD *thd)
1017710168
{
1017810169
next= thd->free_list;

sql/sql_select.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ JOIN::optimize_inner()
11381138
uint no_jbuf_after;
11391139
JOIN_TAB *tab;
11401140
DBUG_ENTER("JOIN::optimize");
1141-
dbug_print_item(conds);
11421141
do_send_rows = (unit->select_limit_cnt) ? 1 : 0;
11431142
// to prevent double initialization on EXPLAIN
11441143
if (optimized)

0 commit comments

Comments
 (0)