mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-12684 Show what config file a sysvar got a value from
Show the config file in I_S.SYSTEM_VARIABLES But only if the user has FILE privilege
This commit is contained in:
@ -9233,6 +9233,7 @@ ST_FIELD_INFO sysvars_fields_info[]=
|
||||
Column("ENUM_VALUE_LIST", Longtext(65535), NULLABLE),
|
||||
Column("READ_ONLY", Yesno(), NOT_NULL),
|
||||
Column("COMMAND_LINE_ARGUMENT",Name(), NULLABLE),
|
||||
Column("GLOBAL_VALUE_PATH", Varchar(2048), NULLABLE),
|
||||
CEnd()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user