mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
postreview fix (SCRUM)
NULL fixed max_length fixed layout fixed
This commit is contained in:
@ -933,7 +933,7 @@ bool select_singleval_subselect::send_data(List<Item> &items)
|
||||
calculate value on it & determinate "is it NULL?".
|
||||
*/
|
||||
it->real_value= val_item->val_result();
|
||||
if ((it->null_value= val_item->is_null_result()))
|
||||
if ((it->null_value= val_item->null_value))
|
||||
{
|
||||
it->reset();
|
||||
}
|
||||
|
Reference in New Issue
Block a user