Commit b1e37799 authored by Varun Gupta's avatar Varun Gupta

Fixed a typo

parent 29b13d11
...@@ -2951,7 +2951,7 @@ void advance_sj_state(JOIN *join, table_map remaining_tables, uint idx, ...@@ -2951,7 +2951,7 @@ void advance_sj_state(JOIN *join, table_map remaining_tables, uint idx,
sname= "DuplicateWeedout"; sname= "DuplicateWeedout";
break; break;
case SJ_OPT_LOOSE_SCAN: case SJ_OPT_LOOSE_SCAN:
sname= "LosseScan"; sname= "LooseScan";
break; break;
default: default:
DBUG_ASSERT(0); DBUG_ASSERT(0);
......
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