Bug #90323 | Greedy pattern matching for client history and no way to disable it | ||
---|---|---|---|
Submitted: | 6 Apr 2018 10:54 | Modified: | 6 Apr 2018 11:43 |
Reporter: | Ceri Williams | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S4 (Feature request) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[6 Apr 2018 10:54]
Ceri Williams
[6 Apr 2018 11:16]
MySQL Verification Team
Hello Ceri Williams, Thank you for the report and feedback. As you noted in related Bug #86917, mysql ignores for logging purposes statements that match any pattern in the “ignore” list. By default, the pattern list is "*IDENTIFIED*:*PASSWORD*", to ignore statements that refer to passwords. Since we already have Bug #86917 for the same purpose i.e allow override the default ignore list, marking this as duplicate of Bug #86917 Thanks, Umesh
[6 Apr 2018 11:40]
Ceri Williams
Hi Umesh I don't agree that this is a duplicate. I meant for this to be a feature request, so I've corrected the severity. This is specifically stating that you cannot override the default and it is overly greedy. The bug that you have marked this as duplicating is actually working "correctly", since the IDENTIFIED keyword is used. Thanks Ceri