Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä 2024-06-10 15:22:15 +03:00
commit 27834ebc91
41 changed files with 444 additions and 197 deletions

View file

@ -133,7 +133,9 @@ static int pfs_done_func(void *p)
DBUG_RETURN(0);
}
static int show_func_mutex_instances_lost(THD *thd, SHOW_VAR *var, char *buff)
static int show_func_mutex_instances_lost(THD *thd, SHOW_VAR *var, void *buff,
struct system_status_var *status_var,
enum enum_var_type)
{
var->type= SHOW_LONG;
var->value= buff;