summaryrefslogtreecommitdiff
path: root/storage/spider/spd_db_mysql.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2014-03-25 04:26:48 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2014-03-25 04:26:48 +0900
commitad54787d55831bc4921526467e4f1e7d3a52ea19 (patch)
treece6c1f6c9cd95e9a6b08919a4bb380ba7326e2e2 /storage/spider/spd_db_mysql.h
parentb5ebf1e29bd253672e2c3fa8f7ce7e0416fdf48c (diff)
downloadmariadb-git-ad54787d55831bc4921526467e4f1e7d3a52ea19.tar.gz
append group by for no order by
Diffstat (limited to 'storage/spider/spd_db_mysql.h')
-rw-r--r--storage/spider/spd_db_mysql.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/spider/spd_db_mysql.h b/storage/spider/spd_db_mysql.h
index 63f9e4228c9..07f8e265471 100644
--- a/storage/spider/spd_db_mysql.h
+++ b/storage/spider/spd_db_mysql.h
@@ -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,