mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-18789 Port "MDEV-7773 Aggregate stored functions" to sql_yacc_ora.yy
This commit is contained in:
@ -4244,6 +4244,7 @@ public:
|
||||
return check_create_options(create_info);
|
||||
}
|
||||
bool sp_add_cfetch(THD *thd, const LEX_CSTRING *name);
|
||||
bool sp_add_agg_cfetch();
|
||||
|
||||
bool set_command_with_check(enum_sql_command command,
|
||||
uint scope,
|
||||
|
Reference in New Issue
Block a user