mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
c22045aa59
commit
56c0e19ed0
5 changed files with 19 additions and 17 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue