1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge 10.6 into 10.10

This commit is contained in:
Marko Mäkelä
2023-10-23 18:43:36 +03:00
31 changed files with 1168 additions and 52 deletions

View File

@ -3268,10 +3268,16 @@ public:
bool agg_item_collations(DTCollation &c, const LEX_CSTRING &name,
Item **items, uint nitems,
uint flags, int item_sep);
struct Single_coll_err
{
const DTCollation& coll;
bool first;
};
bool agg_item_set_converter(const DTCollation &coll,
const LEX_CSTRING &name,
Item **args, uint nargs,
uint flags, int item_sep);
uint flags, int item_sep,
const Single_coll_err *single_item_err= NULL);
/*
Collect arguments' character sets together.