Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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-07-31 13:21:11+10:00, stewart@willster.(none) +1 -0
Merge willster.(none):/home/stewart/Documents/MySQL/5.1/ndb
into willster.(none):/home/stewart/Documents/MySQL/5.1/telco-6.2
MERGE: 1.2506.1.68
sql/log_event.cc@stripped, 2007-07-31 13:21:01+10:00, stewart@willster.(none) +0 -0
Auto merged
MERGE: 1.271.1.12
# 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: stewart
# Host: willster.(none)
# Root: /home/stewart/Documents/MySQL/5.1/telco-6.2/RESYNC
--- 1.281/sql/log_event.cc 2007-07-28 06:06:26 +10:00
+++ 1.282/sql/log_event.cc 2007-07-31 13:21:01 +10:00
@@ -6458,8 +6458,8 @@
}
case MYSQL_TYPE_VARCHAR:
{
- short int *x= (short int *)&m_field_metadata[index];
- int2store(x, m_table->s->field[i]->field_length);
+ char *ptr= (char *)&m_field_metadata[index];
+ int2store(ptr, m_table->s->field[i]->field_length);
index= index + sizeof(short int);
break;
}
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.2598) | Stewart Smith | 31 Jul |