File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -10164,15 +10164,6 @@ bool Item_field::exclusive_dependence_on_grouping_fields_processor(void *arg)
10164
10164
return true ;
10165
10165
}
10166
10166
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
-
10176
10167
void Item::register_in (THD *thd)
10177
10168
{
10178
10169
next= thd->free_list ;
Original file line number Diff line number Diff line change @@ -1138,7 +1138,6 @@ JOIN::optimize_inner()
1138
1138
uint no_jbuf_after;
1139
1139
JOIN_TAB *tab;
1140
1140
DBUG_ENTER("JOIN::optimize");
1141
- dbug_print_item(conds);
1142
1141
do_send_rows = (unit->select_limit_cnt) ? 1 : 0;
1143
1142
// to prevent double initialization on EXPLAIN
1144
1143
if (optimized)
You can’t perform that action at this time.
0 commit comments