Below is the list of changes that have just been committed into a local
5.0 repository of kaa. When kaa 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, 2007-05-29 16:35:55+04:00, kaa@stripped +1 -0
Moved size_of() from Field_double to Field_real in order to properly clone Field_float
and Field_double. This is to fix PushBuild failures introduced by the patch for bug
#28121.
sql/field.h@stripped, 2007-05-29 16:35:52+04:00, kaa@stripped +1 -1
Moved size_of() from Field_double to Field_real in order to properly clone Field_float
and Field_double.
# 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: kaa
# Host: polly.local
# Root: /home/kaa/src/maint/mysql-5.0-maint
--- 1.203/sql/field.h 2007-05-28 14:34:30 +04:00
+++ 1.204/sql/field.h 2007-05-29 16:35:52 +04:00
@@ -470,6 +470,7 @@ public:
my_decimal *val_decimal(my_decimal *);
int truncate(double *nr, double max_length);
uint32 max_display_length() { return field_length; }
+ uint size_of() const { return sizeof(*this); }
};
@@ -794,7 +795,6 @@ public:
void sort_string(char *buff,uint length);
uint32 pack_length() const { return sizeof(double); }
void sql_type(String &str) const;
- uint size_of() const { return sizeof(*this); }
};
| Thread |
|---|
| • bk commit into 5.0 tree (kaa:1.2504) BUG#28121 | Alexey Kopytov | 29 May |