List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:August 25 2005 11:21am
Subject:bk commit into 5.1 tree (joerg:1.1897)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of joerg. When joerg 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.1897 05/08/25 13:21:22 joerg@stripped +1 -0
  Essential compile fix for all Solaris (manual transfer from 5.0, as the merge is still outstanding).

  sql/examples/ha_tina.cc
    1.14 05/08/25 13:21:16 joerg@stripped +2 -0
    Manual transfer from 5.0, as the merge is still outstanding
    (it was: 2005-08-25 00:47:12+02:00, kent@stripped):
      Some lack madvice()

# 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:	joerg
# Host:	trift2.
# Root:	/M51/clone-5.1

--- 1.13/sql/examples/ha_tina.cc	2005-07-21 00:02:08 +02:00
+++ 1.14/sql/examples/ha_tina.cc	2005-08-25 13:21:16 +02:00
@@ -651,7 +651,9 @@
   current_position= next_position= 0;
   records= 0;
   chain_ptr= chain;
+#ifdef MADV_SEQUENTIAL
   (void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL);
+#endif
 
   DBUG_RETURN(0);
 }
Thread
bk commit into 5.1 tree (joerg:1.1897)Joerg Bruehe25 Aug