mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
Fix description of SEGV issue in HISTORY (#337)
This commit is contained in:
@@ -73,8 +73,9 @@ Release: 2018-12-04
|
||||
|
||||
* Add ``Connection._get_native_connection`` for XTA project (#269)
|
||||
|
||||
* Fix SEGV on MariaDB Connector/C when ``Connection.close()`` is called
|
||||
for closed connection. (#270, #272, #276)
|
||||
* Fix SEGV on MariaDB Connector/C when some methods of ``Connection``
|
||||
objects are called after ``Connection.close()`` is called. (#270, #272, #276)
|
||||
See https://jira.mariadb.org/browse/CONC-289
|
||||
|
||||
* Fix ``Connection.client_flag`` (#266)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user