From: Date: May 1 2007 10:38pm Subject: Connector/NET commit: r695 - branches/5.0 List-Archive: http://lists.mysql.com/commits/25848 X-Bug: 27765 Message-Id: <200705012038.l41KcLVF001513@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/5.0/CHANGES branches/5.0/Client.build Log: Bug #27765 Logging does not work Fixed this by making sure the TRACE constant is defined in client.build Modified: branches/5.0/CHANGES =================================================================== --- branches/5.0/CHANGES 2007-05-01 20:08:38 UTC (rev 694) +++ branches/5.0/CHANGES 2007-05-01 20:38:21 UTC (rev 695) @@ -7,6 +7,7 @@ Bug #26147 "User Id" problem during connection creation Bug #27240 Property value characterset not retrieved/fetched in conn wizard Bug #25947 CreateFormat/CreateParameters Column of DataTypes collection incorrect for CHAR + Bug #27765 Logging does not work Other changes ------------- Modified: branches/5.0/Client.build =================================================================== --- branches/5.0/Client.build 2007-05-01 20:08:38 UTC (rev 694) +++ branches/5.0/Client.build 2007-05-01 20:38:21 UTC (rev 695) @@ -46,7 +46,7 @@ @@ -67,10 +67,10 @@ + define="TRACE ${defines}" debug="${debug}" optimize="${opt}"> - +