Commit 29b13d11 authored by Varun Gupta's avatar Varun Gupta

Followup fix for MDEV-20440

parent db4a27ab
......@@ -2950,6 +2950,9 @@ void advance_sj_state(JOIN *join, table_map remaining_tables, uint idx,
case SJ_OPT_DUPS_WEEDOUT:
sname= "DuplicateWeedout";
break;
case SJ_OPT_LOOSE_SCAN:
sname= "LosseScan";
break;
default:
DBUG_ASSERT(0);
sname="Invalid";
......
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