mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
append group by for no order by
This commit is contained in:
@@ -877,6 +877,11 @@ public:
|
||||
ulong sql_type
|
||||
);
|
||||
#ifdef HANDLER_HAS_DIRECT_AGGREGATE
|
||||
int append_group_by_part(
|
||||
const char *alias,
|
||||
uint alias_length,
|
||||
ulong sql_type
|
||||
);
|
||||
int append_group_by(
|
||||
spider_string *str,
|
||||
const char *alias,
|
||||
|
Reference in New Issue
Block a user