Bug #87912 | Possible unintended usage of variable "len" in file "client/mysqltest.cc" | ||
---|---|---|---|
Submitted: | 29 Sep 2017 11:05 | Modified: | 10 Oct 2017 13:44 |
Reporter: | Petru-Florin Mihancea | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[29 Sep 2017 11:05]
Petru-Florin Mihancea
[10 Oct 2017 13:44]
MySQL Verification Team
Hi! You are actually quite right. This is not a part of the server, but one of the test programs. However, a bug in a test program is still a bug. It should be len1 , since len is saved from the search for the command "query_get_value". Verified as reported.