List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 24 2006 2:20am
Subject:svn commit - mysqldoc@docsrva: r3094 - trunk/refman-5.1
View as plain text  
Author: mcbrown
Date: 2006-08-24 04:20:50 +0200 (Thu, 24 Aug 2006)
New Revision: 3094

Log:
mysqlbinlog Type definitions update (Thanks Lars!)



Modified:
   trunk/refman-5.1/client-utility-programs.xml


Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2006-08-23 23:53:44 UTC (rev 3093)
+++ trunk/refman-5.1/client-utility-programs.xml	2006-08-24 02:20:50 UTC (rev 3094)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1760 bytes

@@ -8422,22 +8422,22 @@
                   <row>
                     <entry><literal>13</literal></entry>
                     <entry><literal>TABLE_MAP_EVENT</literal></entry>
-                    <entry>Reserved for future use.</entry>
+                    <entry>Information about a table definition. Used in MySQL 5.1 and later.</entry>
                   </row>
                   <row>
                     <entry><literal>14</literal></entry>
                     <entry><literal>WRITE_ROWS_EVENT</literal></entry>
-                    <entry>Reserved for future use.</entry>
+                    <entry>Row data for a single table that should be created. Used in MySQL 5.1 and later.</entry>
                   </row>
                   <row>
                     <entry><literal>15</literal></entry>
                     <entry><literal>UPDATE_ROWS_EVENT</literal></entry>
-                    <entry>Reserved for future use.</entry>
+                    <entry>Row data for a single table that needs to be updated. Used in MySQL 5.1 and later.</entry>
                   </row>
                   <row>
                     <entry><literal>16</literal></entry>
                     <entry><literal>DELETE_ROWS_EVENT</literal></entry>
-                    <entry>Reserved for future use.</entry>
+                    <entry>Row data for a single table that should be deleted. USed in MySQL 5.1 and later.</entry>
                   </row>
                 </tbody>
               </tgroup>


Thread
svn commit - mysqldoc@docsrva: r3094 - trunk/refman-5.1mcbrown24 Aug