File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.0 - 2025-05-08
2
+
3
+ - The ` mariadb_config ` and ` mysql_config ` scripts are now used, if
4
+ available, to discover MariaDB client library (#65 by Albert Peschar).
5
+ - Added server-side properties ` get_server_info ` , ` get_server_version ` ,
6
+ ` get_host_info ` and ` get_proto_info ` (#62 by Petter A. Urkedal).
7
+ - Avoid calling ` mysql_stmt_free_result ` if there is no result set, since
8
+ this is not allowed by recent versions of the client library (by Petter
9
+ A. Urkedal, fixes #64 ).
10
+ - Avoid possibly blocking calls to ` mysql_free_result ` in the nonblocking
11
+ implementation. This was only an issue if a previous result set had not
12
+ been consumed (#68 by Petter A. Urkedal, fixes #67 ).
13
+ - Fix memory leak in non-blocking test suite (Petter A. Urkedal, fixes
14
+ #29 ).
15
+
1
16
## 1.2.0 - 2024-11-28
2
17
3
18
- Added ` Stmt.start_txn ` (#59 by Corentin Leruth).
You can’t perform that action at this time.
0 commit comments