1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-1201 rebase

This commit is contained in:
David Hall
2018-06-05 14:14:20 -05:00

View File

@ -5582,19 +5582,14 @@ internal_error:
*/ */
/*********************************************************** /***********************************************************
* DESCRIPTION: * DESCRIPTION:
* Return a result record for each * Return a result record for each group_by_handler::next_row() call.
* group_by_handler::next_row() call.
* PARAMETERS: * PARAMETERS:
* group_hand - group by handler, that preserves initial * group_hand - group by handler, that preserves initial table and items lists. .
* table and items lists. . * table - TABLE pointer The table to save the result set in.
* table - TABLE pointer The table to save the result
* set in.
* RETURN: * RETURN:
* 0 if success * 0 if success
* HA_ERR_END_OF_FILE if the record set has come to * HA_ERR_END_OF_FILE if the record set has come to an end
* an end * others if something went wrong whilst getting the result set
* others if something went wrong whilst getting the
* result set
***********************************************************/ ***********************************************************/
int ha_calpont_impl_group_by_next(ha_calpont_group_by_handler* group_hand, TABLE* table) int ha_calpont_impl_group_by_next(ha_calpont_group_by_handler* group_hand, TABLE* table)
{ {