mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 12:27:33 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
27834ebc91
41 changed files with 444 additions and 197 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue