You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
chore(connector): remove unused and disabled group by handler (#3481)
This commit is contained in:
@ -46,9 +46,6 @@ extern int ha_mcs_impl_delete_row();
|
||||
extern int ha_mcs_impl_rnd_pos(uchar* buf, uchar* pos);
|
||||
extern int ha_mcs_impl_pushdown_init(mcs_handler_info* handler_info, TABLE* table, bool isSelectLexUnit = false);
|
||||
extern int ha_mcs_impl_select_next(uchar* buf, TABLE* table, long timeZone);
|
||||
extern int ha_mcs_impl_group_by_init(mcs_handler_info* handler_info, TABLE* table);
|
||||
extern int ha_mcs_impl_group_by_next(TABLE* table, long timeZone);
|
||||
extern int ha_mcs_impl_group_by_end(TABLE* table);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user