List:Commits« Previous MessageNext Message »
From:rsomla Date:May 10 2008 10:22am
Subject:bk commit into 6.0 tree (rafal:1.2616)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of rafal.  When rafal does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-05-10 10:22:32+02:00, rafal@quant.(none) +1 -0
  Fixing a typo in doxygen documentation of the backup stream format in stream_v1.c

  sql/backup/stream_v1.c@stripped, 2008-05-10 10:22:24+02:00, rafal@quant.(none) +4 -1
    Fix stream format documentation so that it shows in doxygen output.

diff -Nrup a/sql/backup/stream_v1.c b/sql/backup/stream_v1.c
--- a/sql/backup/stream_v1.c	2008-04-17 12:42:27 +02:00
+++ b/sql/backup/stream_v1.c	2008-05-10 10:22:24 +02:00
@@ -933,7 +933,7 @@ int bstream_rd_item_type(backup_stream *
   return ret;
 }
 
-/*
+/**
   @page stream_format
 
   @subsection db_catalogue Database catalogue
@@ -950,8 +950,11 @@ int bstream_rd_item_type(backup_stream *
   @verbatim
 
   [db-item info]= [ type:2 ! name ! optional item data ]
+  @endverbatim
 
   [optional item data] is used only for tables:
+
+  @verbatim
 
   [optional item data (table)]= [ flags:1 ! snapshot no.:1 ! pos !
                                   optional extra data ]
Thread
bk commit into 6.0 tree (rafal:1.2616)rsomla10 May 2008