You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1385 Initial 10.3 support
This commit is contained in:
@ -203,7 +203,7 @@ string ConvertFuncName(Item_sum* item)
|
||||
switch (item->sum_func())
|
||||
{
|
||||
case Item_sum::COUNT_FUNC:
|
||||
if (!item->arguments()[0]->name)
|
||||
if (!item->arguments()[0]->name.str)
|
||||
return "COUNT(*)";
|
||||
|
||||
return "COUNT";
|
||||
|
Reference in New Issue
Block a user