List:Internals« Previous MessageNext Message »
From:msvensson Date:September 2 2005 9:48am
Subject:bk commit into 5.1 tree (msvensson:1.1912)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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.1912 05/09/02 11:48:53 msvensson@neptunus.(none) +1 -0
  Merge bk-internal:/home/bk/mysql-5.1
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.1

  sql/examples/ha_tina.cc
    1.16 05/09/02 11:48:48 msvensson@neptunus.(none) +0 -1
    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/mysql-5.1/RESYNC

--- 1.15/sql/examples/ha_tina.cc	2005-09-02 11:41:44 +02:00
+++ 1.16/sql/examples/ha_tina.cc	2005-09-02 11:48:48 +02:00
@@ -651,7 +651,7 @@
   current_position= next_position= 0;
   records= 0;
   chain_ptr= chain;
-#ifdef MADV_SEQUENTIAL
+#ifdef HAVE_MADVISE
   (void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL);
 #endif
 
Thread
bk commit into 5.1 tree (msvensson:1.1912)msvensson2 Sep