List:Commits« Previous MessageNext Message »
From:msvensson Date:March 1 2006 9:16am
Subject:bk commit into 5.1 tree (msvensson:1.2199)
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.2199 06/03/01 10:16:14 msvensson@shellback.(none) +1 -0
  Merge error

  sql/field.h
    1.180 06/03/01 10:16:09 msvensson@shellback.(none) +0 -2
    Remove multiple definition of "cmp_binary_offset"

# 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

--- 1.179/sql/field.h	2006-03-01 10:07:08 +01:00
+++ 1.180/sql/field.h	2006-03-01 10:16:09 +01:00
@@ -1364,8 +1364,6 @@
   { return cmp_binary((char *) a, (char *) b); }
   int key_cmp(const byte *str, uint length);
   int cmp_offset(uint row_offset);
-  int cmp_binary_offset(uint row_offset)
-  { return cmp_offset(row_offset); }
   void get_key_image(char *buff, uint length, imagetype type);
   void set_key_image(char *buff, uint length)
   { Field_bit::store(buff, length, &my_charset_bin); }
Thread
bk commit into 5.1 tree (msvensson:1.2199)msvensson1 Mar