Commit 6d2e510a authored by unknown's avatar unknown

Removed extra comment

parent 31f2f9bc
...@@ -3537,7 +3537,6 @@ static void add_not_null_conds(JOIN *join) ...@@ -3537,7 +3537,6 @@ static void add_not_null_conds(JOIN *join)
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
null_rej->quick_fix_field(); null_rej->quick_fix_field();
//psergey-todo: Flatten AND's
DBUG_EXECUTE("where",print_where(null_rej, DBUG_EXECUTE("where",print_where(null_rej,
referred_tab->table->table_name);); referred_tab->table->table_name););
add_cond_and_fix(&referred_tab->select_cond, null_rej); add_cond_and_fix(&referred_tab->select_cond, null_rej);
......
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