diff --git a/dbcon/mysql/ha_calpont_impl.cpp b/dbcon/mysql/ha_calpont_impl.cpp index b39da4ea2..7cf476f3d 100644 --- a/dbcon/mysql/ha_calpont_impl.cpp +++ b/dbcon/mysql/ha_calpont_impl.cpp @@ -5582,19 +5582,14 @@ internal_error: */ /*********************************************************** * DESCRIPTION: - * Return a result record for each - * group_by_handler::next_row() call. + * Return a result record for each group_by_handler::next_row() call. * PARAMETERS: - * group_hand - group by handler, that preserves initial - * table and items lists. . - * table - TABLE pointer The table to save the result - * set in. + * group_hand - group by handler, that preserves initial table and items lists. . + * table - TABLE pointer The table to save the result set in. * RETURN: * 0 if success - * HA_ERR_END_OF_FILE if the record set has come to - * an end - * others if something went wrong whilst getting the - * result set + * HA_ERR_END_OF_FILE if the record set has come to an end + * 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) {