1
0
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:
Alexander Barkov
2019-03-01 23:55:55 +04:00
parent 01d7727b76
commit 3b47587f41
6 changed files with 195 additions and 26 deletions

View File

@ -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,