Commit c3f2224f authored by unknown's avatar unknown
Browse files

Adjustments after the merge for bug 23478.

parent 5676602f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -729,6 +729,7 @@ String *Item_in_subselect::val_str(String *str)
bool Item_in_subselect::val_bool()
{
  DBUG_ASSERT(fixed == 1);
  null_value= 0;
  if (exec())
  {
    reset();
@@ -747,6 +748,7 @@ my_decimal *Item_in_subselect::val_decimal(my_decimal *decimal_value)
    method should not be used
  */
  DBUG_ASSERT(0);
  null_value= 0;
  DBUG_ASSERT(fixed == 1);
  if (exec())
  {