mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 00:24:30 +02:00
mysql-test/r/func_set.result:
merge
This commit is contained in:
parent
7c85205d19
commit
dafa458262
3 changed files with 35 additions and 1 deletions
|
|
@ -2006,7 +2006,7 @@ void Item_func_interval::fix_length_and_dec()
|
|||
for (uint i= 1; not_null_consts && i < rows; i++)
|
||||
{
|
||||
Item *el= row->element_index(i);
|
||||
not_null_consts&= el->const_item() & !el->is_null();
|
||||
not_null_consts&= el->const_item() && !el->is_null();
|
||||
}
|
||||
|
||||
if (not_null_consts &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue