mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '10.1' of ../10.1-mdev334 into 10.1
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user