List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 11 2007 3:07pm
Subject:svn commit - mysqldoc@docsrva: r8056 - trunk/dynamic-docs/open-bugs
View as plain text  
Author: mcbrown
Date: 2007-10-11 17:07:48 +0200 (Thu, 11 Oct 2007)
New Revision: 8056

Log:
Fixing escaping



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:05:19 UTC (rev 8055)
+++ trunk/dynamic-docs/open-bugs/mysqld.xml	2007-10-11 15:07:48 UTC (rev 8056)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 1203 bytes

@@ -21,7 +21,7 @@
 </versions>
 <message>
 <para>
-wrong value for stmt->field_count
+wrong value for stmt-&gt;field_count
 </para>
 </message>
 </logentry><logentry entrytype="bug">

@@ -321,7 +321,7 @@
 </versions>
 <message>
 <para>
-why doesn't > 4294967295 rows work in myisam on windows ?
+why doesn't &gt; 4294967295 rows work in myisam on windows ?
 </para>
 </message>
 </logentry><logentry entrytype="bug">

@@ -381,7 +381,7 @@
 </versions>
 <message>
 <para>
-MOD() Function and Operator Crashes MySQL when Divisor is Very Long and < 1
+MOD() Function and Operator Crashes MySQL when Divisor is Very Long and &lt; 1
 </para>
 </message>
 </logentry><logentry entrytype="bug">

@@ -549,7 +549,7 @@
 </versions>
 <message>
 <para>
- Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, fiel
+ Assertion `!table || (!table-&gt;write_set || bitmap_is_set(table-&gt;write_set, fiel
 </para>
 </message>
 </logentry><logentry entrytype="bug">


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