mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Finished merging wl5986 started by Igor.
This commit is contained in:
@ -52,7 +52,7 @@ int select_union::prepare(List<Item> &list, SELECT_LEX_UNIT *u)
|
||||
}
|
||||
|
||||
|
||||
int select_union::send_data(List<Item> &values)
|
||||
bool select_union::send_data(List<Item> &values)
|
||||
{
|
||||
if (unit->offset_limit_cnt)
|
||||
{ // using limit offset,count
|
||||
|
Reference in New Issue
Block a user