List:Internals« Previous MessageNext Message »
From:holyfoot Date:August 5 2005 3:19pm
Subject:bk commit into 5.0 tree (hf:1.1945) BUG#12281
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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.1945 05/08/05 20:19:51 hf@deer.(none) +1 -0
  Fix for bug #12281 (Geometry: crash in trigger)
  Field_geom lack size_of method

  sql/field.h
    1.165 05/08/05 20:18:43 hf@deer.(none) +1 -0
    size_of implemented

# 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:	hf
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-5.0.12281

--- 1.164/sql/field.h	Fri Jul  1 09:05:34 2005
+++ 1.165/sql/field.h	Fri Aug  5 20:18:43 2005
@@ -1204,6 +1204,7 @@
   int  store(longlong nr);
   int  store_decimal(const my_decimal *);
   void get_key_image(char *buff,uint length,imagetype type);
+  uint size_of() const { return sizeof(*this); }
 };
 #endif /*HAVE_SPATIAL*/
 
Thread
bk commit into 5.0 tree (hf:1.1945) BUG#12281holyfoot5 Aug