mirror of https://github.com/MariaDB/server
Browse Source
Specifying filters (filter_status, filter_user, etc) in the mytop config previously wouldn't work, because any filter specified here was added to the config hash as a literal string. This change fixes that - if filter_* is defined in the config and matches an existing filter_* key, then run the value through StringOrRegex() and assign to the config hash.pull/3301/head
committed by
Daniel Black
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue