• Sergei Golubchik's avatar
    MDEV-12684 Show what config file a sysvar got a value from · 927521a2
    Sergei Golubchik authored
    make load_defaults() store the file name in the generated option list
    using a special marker ---file-marker--- option.
    
    Pick up this filename in handle_options().
    
    Remove ---args-separator---, use ---file-marker--- with an empty file
    name instead - this simplifies checks on the caller, only one special
    option to recognize.
    927521a2
my_default.c 28.7 KB