Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=78009

--- shadow/78009        2006-04-04 10:48:52.000000000 -0400
+++ shadow/78009.tmp.17539      2006-04-04 11:10:00.000000000 -0400
@@ -72,6 +72,24 @@
 2006-04-03  Zoltan Varga  <vargaz at gmail com>
 
        * mini.c: Modify the branch optimizations to preserve the invariant that
        the entries inside the in_bb and out_bb arrays are unique.
        (mono_unlink_bblock): Avoid creation of new arrays.
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-04-04 11:09 -------
+The corlib unit tests are failing too. I noticed this too late.
+
+// mcs test.cs  -r:MySql.Data.dll
+// MySql Connector 1.0.7
+using MySql.Data.MySqlClient;
+
+public class Test
+{
+        static void Main()
+        {
+                MySqlConnection con = new MySqlConnection
+("server=localhost;pooling=true;database=test;user id=foo;");
+                con.Open ();
+        }
+}
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to