List:Commits« Previous MessageNext Message »
From:pekka Date:February 7 2006 7:05pm
Subject:bk commit into 5.0 tree (pekka:1.2042)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of pekka. When pekka 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.2042 06/02/07 20:04:54 pekka@stripped +1 -0
  Merge pnousiainen@stripped:/home/bk/mysql-5.0
  into  mysql.com:/space/pekka/ndb/version/my50

  sql/ha_ndbcluster.cc
    1.230 06/02/07 20:04:38 pekka@stripped +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:	pekka
# Host:	orca.ndb.mysql.com
# Root:	/space/pekka/ndb/version/my50/RESYNC

--- 1.229/sql/ha_ndbcluster.cc	2006-02-07 11:31:45 +01:00
+++ 1.230/sql/ha_ndbcluster.cc	2006-02-07 20:04:38 +01:00
@@ -5098,6 +5098,10 @@
 {
   return NDB_MAX_KEY_SIZE;
 }
+uint ha_ndbcluster::max_supported_key_part_length() const
+{
+  return NDB_MAX_KEY_SIZE;
+}
 bool ha_ndbcluster::low_byte_first() const
 { 
 #ifdef WORDS_BIGENDIAN
Thread
bk commit into 5.0 tree (pekka:1.2042)pekka7 Feb