1
0
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:
Kentoku SHIBA
2014-03-25 04:26:48 +09:00
parent b5ebf1e29b
commit ad54787d55
10 changed files with 230 additions and 40 deletions

View File

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