mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Merge in the fix for LPBUG#730604, and a corrected fix for LP BUG#719198,
after Monty's review.
This commit is contained in:
@@ -3104,7 +3104,7 @@ bool select_materialize_with_stats::send_data(List<Item> &items)
|
||||
|
||||
while ((cur_item= item_it++))
|
||||
{
|
||||
if (cur_item->is_null())
|
||||
if (cur_item->is_null_result())
|
||||
{
|
||||
++cur_col_stat->null_count;
|
||||
cur_col_stat->max_null_row= count_rows;
|
||||
|
||||
Reference in New Issue
Block a user