From: Date: November 27 2006 8:39pm
Subject: Visual Studio Plugin commit: r15 - in trunk: . Installer
List-Archive: http://lists.mysql.com/commits/15882
X-Bug: 23071
Message-Id: <200611271939.kARJdfJt018504@bk-internal.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Added:
trunk/CHANGES
Modified:
trunk/Installer/main.wxs
Log:
Bug #23071 Add Connection Dialog of server explorer closes instantly when text is typed.
This bug was caused not by a problem in the plugin but by the connector not being properly installed. This is fixed by having the plugin installer check and make sure that the connector 5.0.2 or later is installed.
Added: trunk/CHANGES
===================================================================
--- trunk/CHANGES 2006-11-16 16:06:00 UTC (rev 14)
+++ trunk/CHANGES 2006-11-27 19:39:41 UTC (rev 15)
@@ -0,0 +1,9 @@
+Version 1.0.2
+
+ Other changes
+ -------------
+
+ Bugs fixed
+ ----------
+ Bug #24271 #42S02Table 'mysql.PROC' doesn't exist
+ Bug #23071 Add Connection Dialog of server explorer closes instantly when text is typed.
\ No newline at end of file
Modified: trunk/Installer/main.wxs
===================================================================
--- trunk/Installer/main.wxs 2006-11-16 16:06:00 UTC (rev 14)
+++ trunk/Installer/main.wxs 2006-11-27 19:39:41 UTC (rev 15)
@@ -174,6 +174,13 @@
+
+
+
+
+
+ CONNECTORPATH = "5.0.2"