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:
@ -126,7 +126,7 @@ class Select_fetch_protocol_binary: public select_send
|
||||
public:
|
||||
Select_fetch_protocol_binary(THD *thd);
|
||||
virtual bool send_result_set_metadata(List<Item> &list, uint flags);
|
||||
virtual int send_data(List<Item> &items);
|
||||
virtual bool send_data(List<Item> &items);
|
||||
virtual bool send_eof();
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
void begin_dataset()
|
||||
@ -3057,7 +3057,7 @@ bool Select_fetch_protocol_binary::send_eof()
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
bool
|
||||
Select_fetch_protocol_binary::send_data(List<Item> &fields)
|
||||
{
|
||||
Protocol *save_protocol= thd->protocol;
|
||||
|
Reference in New Issue
Block a user