List:Commits« Previous MessageNext Message »
From:msvensson Date:August 31 2006 10:33am
Subject:bk commit into 5.1 tree (msvensson:1.2294)
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@stripped, 2006-08-31 10:33:35+02:00, msvensson@shellback.(none) +2 -0
  Merge bk-internal:/home/bk/mysql-5.1-new-maint
  into  shellback.(none):/home/msvensson/mysql/mysql-5.1-new-maint
  MERGE: 1.2264.1.32

  mysql-test/mysql-test-run.pl@stripped, 2006-08-31 10:33:30+02:00,
msvensson@shellback.(none) +0 -0
    Auto merged
    MERGE: 1.155.1.1

  sql/handler.cc@stripped, 2006-08-31 10:33:30+02:00, msvensson@shellback.(none) +0 -1
    Auto merged
    MERGE: 1.255.2.1

# 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:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-5.1-new-maint/RESYNC

--- 1.262/sql/handler.cc	2006-08-31 10:33:45 +02:00
+++ 1.263/sql/handler.cc	2006-08-31 10:33:45 +02:00
@@ -3535,7 +3535,7 @@
 int handler::ha_reset()
 {
   DBUG_ENTER("ha_reset");
-  /* Check that we have called all proper delallocation functions */
+  /* Check that we have called all proper deallocation functions */
   DBUG_ASSERT((byte*) table->def_read_set.bitmap +
               table->s->column_bitmap_size ==
               (byte*) table->def_write_set.bitmap);

--- 1.159/mysql-test/mysql-test-run.pl	2006-08-31 10:33:45 +02:00
+++ 1.160/mysql-test/mysql-test-run.pl	2006-08-31 10:33:45 +02:00
@@ -1300,8 +1300,8 @@
     $path_ndb_tools_dir=  "$glob_basedir/bin";
     $exe_ndb_mgm=         "$glob_basedir/bin/ndb_mgm";
     $exe_ndb_waiter=      "$glob_basedir/bin/ndb_waiter";
-    $exe_ndbd=            "$glob_basedir/libexec/ndbd";
-    $exe_ndb_mgmd=        "$glob_basedir/libexec/ndb_mgmd";
+    $exe_ndbd=            "$glob_basedir/bin/ndbd";
+    $exe_ndb_mgmd=        "$glob_basedir/bin/ndb_mgmd";
   }
 
   $exe_master_mysqld= $exe_master_mysqld || $exe_mysqld;
Thread
bk commit into 5.1 tree (msvensson:1.2294)msvensson31 Aug