mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed UNION fields type/length detecting
This commit is contained in:
@ -946,6 +946,7 @@ class select_union :public select_result {
|
||||
bool send_data(List<Item> &items);
|
||||
bool send_eof();
|
||||
bool flush();
|
||||
void set_table(TABLE *tbl) { table= tbl; }
|
||||
};
|
||||
|
||||
/* Base subselect interface class */
|
||||
|
Reference in New Issue
Block a user