mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -89,7 +89,7 @@ struct my_option
|
||||
void *app_type; /**< To be used by an application */
|
||||
};
|
||||
|
||||
typedef my_bool (*my_get_one_option)(int, const struct my_option *, char *);
|
||||
typedef my_bool (*my_get_one_option)(const struct my_option *, char *, const char *);
|
||||
|
||||
/**
|
||||
Used to retrieve a reference to the object (variable) that holds the value
|
||||
|
Reference in New Issue
Block a user