Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Subject: MySQL Connector/Net 1.0.10.1 has been released

Subject: MySQL Connector/Net 1.0.10.1 has been released

2007-08-24       - By Reggie Burnett

 Back
Hi,

MySQL Connector/Net 1.0.10.1 a new version of the all-managed .NET
driver for MySQL has been released.  This is a bug fix release for the
current production branch of Connector/Net.  Version 1.0.10.1 is
suitable for use with any MySQL version including MySQL-4 (See http://SQL-4.ora-code.com).1, MySQL-5 (See http://SQL-5.ora-code.com).0,
MySQL-5 (See http://SQL-5.ora-code.com).1 beta or the MySQL-6 (See http://SQL-6.ora-code.com).0 Falcon "Preview".

It is now available in source and binary form from the Connector/Net
download pages at http://dev.mysql.com/downloads/connector/net/1.0.html
and mirror sites (note that not all mirror sites may be up to date at
this point of time - if you can't find this version on some mirror,
please try again later or choose another download site.)

We moved to a new installer technology for this release.  Please let us
know what, if any, problems you have with it.

== CHANGELOG ==

--Bugs--
* Bug #24373 High CPU utilization when no idle connection
* Bug #24957 MySql.Data.Types.MySqlConversionException is not marked as
Serializable.
* Bug #25603 Critial ConnectionPool Error in Connector.Net 5.03
* Fixed problem where an attempt to open a connection max pool size
times while the server is down will prevent any further attempts due to
the pool semaphore being full. (Bug #29409)      
* Fixed problem where attempting to load a reader into a datatable using
a table with a multi-column primary key would result in multiple
constraints being added to the datatable. No test case added to the 1.0
tree as loading a datatable with a reader is a .Net 2.0 thing. (bug #30204)
 
--Other--
* Added "Use Procedure Bodies" connection string option to allow calling
procedures without using procedure metadata (if possible).
* Reverted behavior that required parameter names to start with the
parameter marker.  We apologize for this back and forth but we
mistakenly changed the behavior to not match what SqlClient supports.  
We now support using either syntax for adding parameters however we also
respond exactly like SqlClient in that if you ask for the index of a
parameter using a syntax different than you added the parameter, the result
      will be -1.
* Changed installer to Inno Setup

Thanks,
Reggie





--
MySQL Announce Mailing List
For list archives: http://lists.mysql.com/announce
To unsubscribe:    http://lists.mysql.com/announce?unsub=mysql@(protected)