Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1895 05/08/17 18:17:56 tomas@stripped +1 -0
log_event.cc:
corrected prev push
sql/log_event.cc
1.190 05/08/17 18:17:08 tomas@stripped +2 -1
corrected prev push
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1
--- 1.189/sql/log_event.cc 2005-08-17 17:14:50 +02:00
+++ 1.190/sql/log_event.cc 2005-08-17 18:17:08 +02:00
@@ -5014,13 +5014,14 @@
record, row, table, table->s->table_name));
DBUG_ASSERT(record && row);
+ MY_BITMAP *write_set= table->file->write_set;
my_size_t const n_null_bytes= table->s->null_bytes;
my_ptrdiff_t const offset= record - (byte*) table->record[0];
memcpy(record, row, n_null_bytes);
char const *ptr= row + n_null_bytes;
- MY_BITMAP *write_set= table->file->write_set;
+ bitmap_set_all(write_set);
Field **const begin_ptr = table->field;
for (Field **field_ptr= begin_ptr ; *field_ptr ; ++field_ptr)
{
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.1895) | tomas | 17 Aug |