You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG20834643: Attribute Error while promoting servers using MySQL Fabric
An AttributeError was occuring while using Connector/Python with
MySQL Fabric, the reason being named tuple cursor returning wrong
results with fetchall() method. We fix this by correctly tranforming
rows to named tuples when fetched with MySQLCursor.fetchall()
method.
This patch also fixes BUG#20836026.
A test case has been added for BUG#20834643.
0 commit comments