Bug #90799 | unread_result did not reset to false after conn.get_rows (C extension) | ||
---|---|---|---|
Submitted: | 9 May 2018 6:17 | Modified: | 25 Jun 2018 22:02 |
Reporter: | jie zhang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / Python | Severity: | S3 (Non-critical) |
Version: | OS: | Linux | |
Assigned to: | CPU Architecture: | Any |
[9 May 2018 6:17]
jie zhang
[9 May 2018 9:50]
Chiranjeevi Battula
Hello jie zhang, Thank you for the bug report and test case. Verified this behavior on MySQL Connector/Python 8.0.11. Thanks, Chiranjeevi.
[9 May 2018 9:51]
Chiranjeevi Battula
Results: conn.unread_result True conn.unread_result True
[12 Jun 2018 21:14]
Philip Olson
Posted by developer: This is documented with WL #11951, thank you for the bug report and helping make C/Python predictable :)
[25 Jun 2018 22:02]
Philip Olson
A major effort took place to synchronize the C and Python implementations of this connector in the upcoming 8.0.12 release, and fixing this bug was part of it. Thank you for the report!