MWL#89 Addressing Sergey's review comments - Part 1.

Address the 'trivial' part of Sergey's review of MWL#89.
This commit is contained in:
unknown 2011-05-18 01:23:22 +03:00
commit 56c0e19ed0
5 changed files with 19 additions and 17 deletions

View file

@ -1766,7 +1766,7 @@ Item_in_subselect::create_single_in_to_exists_cond(JOIN * join,
*having_item= new_having;
}
else
DBUG_ASSERT(FALSE);
DBUG_ASSERT(false);
}
}