这是MariaDB Connector/ODBC 3.0的 Stable (GA) 版本。
MariaDB Connector/ODBC 3.0.2构建在MariaDB Connector/C 3.0之上,并使用二进制准备语句协议。
对于使用INSERT和UPDATE语句以及SQLBulkOperations/SQLSetPos(SQL_ADD / SQL_UPDATE)的参数数组操作(SQL_ADD/SQL_UPDATE),它使用MariaDB的批量操作功能,它允许发送批次的参数集,而不是逐行发送。这仅适用于服务器版本 MariaDB 10.2.7。
对于SQLExecDirect调用,使用mariadb_stmt_execute_direct MariaDB C API命令,这比使用mysql_stmt_prepare + mysql_stmt_execute更快,但只能使用MariaDB 10.2服务器版本。
新的特性和改进:
modified server, proxy and agent to follow changes in /etc/resolv.conf
bug修复:
fixed missing information in "Status of Zabbix" widget with huge sessions table
fixed error when template is added to hosts via mass update form
fixed trap, snmptrap items of log type not being processed by proxy
fixed default value for JMX endpoint on item type change in edit form and mass update form
软件详情:https://mariadb.com/kb/en/library/mariadb-connector-odbc-302-release-notes/
下载地址:http://git.oschina.net/mirrors/mariadb
来自:开源中国社区
                  	
				
