List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 11 2007 4:01pm
Subject:svn commit - mysqldoc@docsrva: r8060 - trunk/dynamic-docs/open-bugs
View as plain text  
Author: mcbrown
Date: 2007-10-11 18:01:22 +0200 (Thu, 11 Oct 2007)
New Revision: 8060

Log:
Trying an auto-marked up version



Modified:
   trunk/dynamic-docs/open-bugs/mysqld.xml


Modified: trunk/dynamic-docs/open-bugs/mysqld.xml
===================================================================
--- trunk/dynamic-docs/open-bugs/mysqld.xml	2007-10-11 15:44:51 UTC (rev 8059)
+++ trunk/dynamic-docs/open-bugs/mysqld.xml	2007-10-11 16:01:22 UTC (rev 8060)
Changed blocks: 12, Lines Added: 12, Lines Deleted: 12; 3164 bytes

@@ -9,7 +9,7 @@
 </versions>
 <message>
 <para>
-Synopsis: If DROP TABLE while there's an active transaction, wrong binlog order
+Synopsis: If <literal>DROP TABLE</literal> while there's an active transaction, wrong binlog order
 </para>
 </message>
 </logentry>

@@ -74,7 +74,7 @@
 </versions>
 <message>
 <para>
-Synopsis: Waiting TRUNCATE
+Synopsis: Waiting <literal>TRUNCATE</literal>
 </para>
 </message>
 </logentry>

@@ -87,7 +87,7 @@
 </versions>
 <message>
 <para>
-Synopsis: Deadlock with MERGE and FLUSH TABLE
+Synopsis: Deadlock with <literal>MERGE</literal> and <literal>FLUSH TABLE</literal>
 </para>
 </message>
 </logentry>

@@ -113,7 +113,7 @@
 </versions>
 <message>
 <para>
-Synopsis: LOCK TABLES + REPAIR + merge table result in memory/cpu hogging
+Synopsis: <literal>LOCK TABLES</literal> + <literal>REPAIR</literal> + merge table result in memory/cpu hogging
 </para>
 </message>
 </logentry>

@@ -139,7 +139,7 @@
 </versions>
 <message>
 <para>
-Synopsis: Crash in subquery code when in PS and table DDL changed after PREPARE
+Synopsis: Crash in subquery code when in <literal>PS</literal> and table <literal>DDL</literal> changed after <literal>PREPARE</literal>
 </para>
 </message>
 </logentry>

@@ -178,7 +178,7 @@
 </versions>
 <message>
 <para>
-Synopsis: ssl-cipher disables SSL support on server
+Synopsis: ssl-cipher disables <literal>SSL</literal> support on server
 </para>
 </message>
 </logentry>

@@ -230,7 +230,7 @@
 </versions>
 <message>
 <para>
-Synopsis: InnoDB tables with UTF8 character set and indexes cause wrong result for DML
+Synopsis: InnoDB tables with UTF8 character set and indexes cause wrong result for <literal>DML</literal>
 </para>
 </message>
 </logentry>

@@ -360,7 +360,7 @@
 </versions>
 <message>
 <para>
-Synopsis: ALTER SERVER causes the Server to crash.
+Synopsis: <literal>ALTER SERVER</literal> causes the Server to crash.
 </para>
 </message>
 </logentry>

@@ -373,7 +373,7 @@
 </versions>
 <message>
 <para>
-Synopsis: An apostrophe ' in the comment of the ADD PARTITION causes the Server to crash.
+Synopsis: An apostrophe ' in the comment of the <literal>ADD PARTITION</literal> causes the Server to crash.
 </para>
 </message>
 </logentry>

@@ -412,7 +412,7 @@
 </versions>
 <message>
 <para>
-Synopsis: MOD() Function and Operator Crashes MySQL when Divisor is Very Long and &lt; 1
+Synopsis: <literal>MOD</literal>() Function and Operator Crashes MySQL when Divisor is Very Long and &lt; 1
 </para>
 </message>
 </logentry>

@@ -425,7 +425,7 @@
 </versions>
 <message>
 <para>
-Synopsis: rpl000015.test fails if $MYSQL_TCP_PORT != 3306
+Synopsis: rpl000015.test fails if $<literal>MYSQL_TCP_PORT</literal> != 3306
 </para>
 </message>
 </logentry>

@@ -516,7 +516,7 @@
 </versions>
 <message>
 <para>
-Synopsis: Test "join_nested" shows different strategy on IA64 CPUs / Intel's ICC compiler
+Synopsis: Test "join_nested" shows different strategy on IA64 CPUs / Intel's <literal>ICC</literal> compiler
 </para>
 </message>
 </logentry>


Thread
svn commit - mysqldoc@docsrva: r8060 - trunk/dynamic-docs/open-bugsmcbrown11 Oct