mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-12684 Show what config file a sysvar got a value from
change get_one_option() prototype to pass the filename and not to pass the redundant optid.
This commit is contained in:
@ -3984,8 +3984,8 @@ static my_option *construct_help_options(MEM_ROOT *mem_root,
|
||||
DBUG_RETURN(opts);
|
||||
}
|
||||
|
||||
extern "C" my_bool mark_changed(int, const struct my_option *, char *);
|
||||
my_bool mark_changed(int, const struct my_option *opt, char *)
|
||||
extern "C" my_bool mark_changed(const struct my_option *, char *, const char *);
|
||||
my_bool mark_changed(const struct my_option *opt, char *, const char *)
|
||||
{
|
||||
if (opt->app_type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user