Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/mysql/connector/connection_cext.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ def in_transaction(self):

def _open_connection(self):
charset_name = CharacterSet.get_info(self._charset_id)[0]

# Don't know what exactly is the problem. But the whole python process hung from here and will never return. The problem start with 8.0.27. Could you help have a look?
self._cmysql = _mysql_connector.MySQL( # pylint: disable=E1101,I1101
buffered=self._buffered,
raw=self._raw,
Expand Down