1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge branch '10.1' of ../10.1-mdev334 into 10.1

This commit is contained in:
Igor Babaev
2014-10-17 14:06:54 -07:00
5 changed files with 30 additions and 2 deletions

View File

@ -247,6 +247,7 @@ int select_union_direct::send_data(List<Item> &items)
return false;
}
send_records++;
fill_record(thd, table, table->field, items, true, false);
if (thd->is_error())
return true; /* purecov: inspected */