List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:November 27 2009 11:02am
Subject:svn commit - mysqldoc@docsrva: r17854 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2009-11-27 12:02:04 +0100 (Fri, 27 Nov 2009)
New Revision: 17854

Log:
An entry has been added for dev bug #49057

Modified:
   trunk/dynamic-docs/changelog/workbench.xml


Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml	2009-11-27 01:08:06 UTC (rev 17853)
+++ trunk/dynamic-docs/changelog/workbench.xml	2009-11-27 11:02:04 UTC (rev 17854)
Changed blocks: 1, Lines Added: 43, Lines Deleted: 0; 1588 bytes

@@ -9,6 +9,49 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="49057"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.2.10"/>
+    </versions>
+
+    <message>
+
+      <para>
+        On the <guilabel>MySQL Config File</guilabel> page of the New
+        Server Profile wizard, clicking <guibutton>Check
+        section</guibutton> generated an exception if there were options
+        in the MySQL configuration file that did not have values
+        assigned:
+      </para>
+
+<programlisting>
+Check if mysqld section exists in /tmp/my.cnf
+** Message: function call error
+Traceback (most recent call last):
+  File "/usr/lib/mysql-workbench/modules/wb_admin_grt.py", line 292, in
+testInstanceSettingByName
+    parser.read([config_file])
+  File "/usr/lib/python2.5/ConfigParser.py", line 267, in read
+    self._read(fp, filename)
+  File "/usr/lib/python2.5/ConfigParser.py", line 490, in _read
+    raise e
+ConfigParser.ParsingError: File contains parsing errors: /tmp/my.cnf
+        [line  2]: 'log-bin\n'
+
+glibmm-ERROR **: 
+unhandled exception (type std::exception) in signal handler:
+what: error calling WbAdmin.testInstanceSettingByName: see output for details
+</programlisting>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="48288"/>
     </bugs>
 


Thread
svn commit - mysqldoc@docsrva: r17854 - trunk/dynamic-docs/changeloganthony.bedford27 Nov