mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
merged 5.0-bugteam -> 5.1-bugteam
This commit is contained in:
@@ -2753,6 +2753,11 @@ bool Delayed_insert::handle_inserts(void)
|
||||
/* Remove all not used rows */
|
||||
while ((row=rows.get()))
|
||||
{
|
||||
if (table->s->blob_fields)
|
||||
{
|
||||
memcpy(table->record[0],row->record,table->s->reclength);
|
||||
free_delayed_insert_blobs(table);
|
||||
}
|
||||
delete row;
|
||||
thread_safe_increment(delayed_insert_errors,&LOCK_delayed_status);
|
||||
stacked_inserts--;
|
||||
|
Reference in New Issue
Block a user