mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Disable unused function
This commit is contained in:
parent
2bd7f32980
commit
869ce67f59
1 changed files with 2 additions and 1 deletions
|
|
@ -757,7 +757,7 @@ static int show_var_cmp(const void *var1, const void *var2)
|
|||
{
|
||||
return strcasecmp(((SHOW_VAR*)var1)->name, ((SHOW_VAR*)var2)->name);
|
||||
}
|
||||
#endif /* UNUSED */
|
||||
|
||||
/*
|
||||
* Status variables stuff below
|
||||
*/
|
||||
|
|
@ -780,6 +780,7 @@ wsrep_assign_to_mysql (SHOW_VAR* mysql, wsrep_stats_var* wsrep_var)
|
|||
break;
|
||||
}
|
||||
}
|
||||
#endif /* UNUSED */
|
||||
|
||||
#if DYNAMIC
|
||||
// somehow this mysql status thing works only with statically allocated arrays.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue