1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Corrections to parent "fix typos" commmit

This commit is contained in:
Sergey Vojtovich
2025-03-14 00:38:52 +04:00
parent 717c12de0e
commit feb1cf9086
12 changed files with 17 additions and 17 deletions

View File

@ -5241,7 +5241,7 @@ bool Type_handler_int_result::Item_val_bool(Item *item) const
and we need to evaluate the boolean value from the integer value
as a fall-back method. To avoid the assert, let's hide the IS_COND flag.
Eventually we'll need to implement val_bool() in all Item descendants and
remove the trick with flags. This change would be too tricky for 10.6.
remove the trick with flags. This change would be too risky for 10.6.
Let's do it in a later version.
*/
item_base_t flags= item->base_flags;