List:Internals« Previous MessageNext Message »
From:serg Date:May 7 2005 8:59am
Subject:bk commit into 5.0 tree (serg:1.1918)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of serg. When serg 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.1918 05/05/07 08:59:12 serg@stripped +1 -0
  typo fixed

  sql/field.h
    1.156 05/05/07 08:59:04 serg@stripped +1 -1
    typo fixed

# 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:	serg
# Host:	sergbook.mylan
# Root:	/usr/home/serg/Abk/mysql-5.0

--- 1.155/sql/field.h	Sat Apr 30 08:39:53 2005
+++ 1.156/sql/field.h	Sat May  7 08:59:04 2005
@@ -198,7 +198,7 @@
   virtual Field *new_key_field(MEM_ROOT *root, struct st_table *new_table,
                                char *new_ptr, uchar *new_null_ptr,
                                uint new_null_bit);
-  virtual void move_field(char *ptr_arg,uchar *null_ptr_arg,uchar null_bit_arg)
+  inline void move_field(char *ptr_arg,uchar *null_ptr_arg,uchar null_bit_arg)
   {
     ptr=ptr_arg; null_ptr=null_ptr_arg; null_bit=null_bit_arg;
   }
Thread
bk commit into 5.0 tree (serg:1.1918)serg7 May