1
0
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:
unknown
2011-03-13 16:57:05 +00:00
4 changed files with 49 additions and 1 deletions

View File

@@ -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;