mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merged 5.1 with maria 5.1
This commit is contained in:
commit
f47e003e1b
1924 changed files with 472176 additions and 152416 deletions
|
|
@ -920,7 +920,10 @@ uint ha_federated::convert_row_to_internal_format(uchar *record,
|
|||
old_ptr= (my_ptrdiff_t) (record - table->record[0]);
|
||||
(*field)->move_field_offset(old_ptr);
|
||||
if (!*row)
|
||||
{
|
||||
(*field)->set_null();
|
||||
(*field)->reset();
|
||||
}
|
||||
else
|
||||
{
|
||||
if (bitmap_is_set(table->read_set, (*field)->field_index))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue