mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
into romeo.(none):/home/bk/w3259-mysql-5.1-new-rpl
This commit is contained in:
commit
26c831f75d
2 changed files with 3 additions and 1 deletions
|
@ -5369,7 +5369,7 @@ unpack_row(RELAY_LOG_INFO *rli,
|
|||
if (master_reclength)
|
||||
{
|
||||
if (*field_ptr)
|
||||
*master_reclength = (*field_ptr)->ptr - table->record[0];
|
||||
*master_reclength = (*field_ptr)->ptr - (char*) table->record[0];
|
||||
else
|
||||
*master_reclength = table->s->reclength;
|
||||
}
|
||||
|
|
|
@ -96,6 +96,8 @@ field_length_from_packed(enum_field_types const field_type,
|
|||
length= ~0UL; // NYI
|
||||
break;
|
||||
}
|
||||
|
||||
return length;
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue