Bug #78165 | Add mtr option to run all client applications with valgrind | ||
---|---|---|---|
Submitted: | 21 Aug 2015 11:49 | Modified: | 26 Aug 2015 17:12 |
Reporter: | Tor Didriksen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Aug 2015 11:49]
Tor Didriksen
[26 Aug 2015 17:12]
Paul DuBois
Noted in 5.7.9, 5.8.0 changelogs. mysql-test-run.pl now has an --valgrind-options option that causes all clients started by .test files to be run with Valgrind. In addition, several client memory leak issues were fixed.
[27 Aug 2015 10:13]
Paul DuBois
Revised changelog entry: mysql-test-run.pl now has an --valgrind-clients option that causes all clients started by .test files to be run with valgrind. This option requires valgrind 3.9 or later. In addition, several client memory leak issues were fixed.