Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor 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-08-05 17:12:57-07:00, igor@stripped +1 -0
Fixed compiler error for Windows in the patch for bug 30219.
sql/field.h@stripped, 2007-08-05 17:12:52-07:00, igor@stripped +1 -1
Fixed compiler error for Windows in the patch for bug 30219.
diff -Nrup a/sql/field.h b/sql/field.h
--- a/sql/field.h 2007-08-05 14:16:44 -07:00
+++ b/sql/field.h 2007-08-05 17:12:52 -07:00
@@ -1432,7 +1432,7 @@ public:
int cmp(const char *a, const char *b)
{
DBUG_ASSERT(ptr == a);
- return Field_bit::key_cmp(b, bytes_in_rec+test(bit_len));
+ return Field_bit::key_cmp((const byte *) b, bytes_in_rec+test(bit_len));
}
int key_cmp(const byte *a, const byte *b)
{ return cmp_binary((char *) a, (char *) b); }
| Thread |
|---|
| • bk commit into 5.0 tree (igor:1.2505) | igor | 6 Aug |