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