List:Internals« Previous MessageNext Message »
From:msvensson Date:August 30 2005 10:42am
Subject:bk commit into 4.1 tree (msvensson:1.2390)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson 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
  1.2390 05/08/30 10:42:41 msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1
  into  neptunus.(none):/home/msvensson/mysql/bug12527/my41-bug12527

  sql/examples/ha_archive.cc
    1.27 05/08/30 10:42:37 msvensson@neptunus.(none) +0 -0
    Auto merged

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/bug12527/my41-bug12527/RESYNC

--- 1.26/sql/examples/ha_archive.cc	2005-08-18 17:27:34 +02:00
+++ 1.27/sql/examples/ha_archive.cc	2005-08-30 10:42:37 +02:00
@@ -225,7 +225,7 @@
   data_buffer[1]= (uchar)ARCHIVE_VERSION;
 
   if (gzwrite(file_to_write, &data_buffer, DATA_BUFFER_SIZE) != 
-      sizeof(DATA_BUFFER_SIZE))
+      DATA_BUFFER_SIZE)
     goto error;
   DBUG_PRINT("ha_archive::write_data_header", ("Check %u", (uint)data_buffer[0]));
   DBUG_PRINT("ha_archive::write_data_header", ("Version %u", (uint)data_buffer[1]));
Thread
bk commit into 4.1 tree (msvensson:1.2390)msvensson30 Aug