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 */
|
/* Remove all not used rows */
|
||||||
while ((row=rows.get()))
|
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;
|
delete row;
|
||||||
thread_safe_increment(delayed_insert_errors,&LOCK_delayed_status);
|
thread_safe_increment(delayed_insert_errors,&LOCK_delayed_status);
|
||||||
stacked_inserts--;
|
stacked_inserts--;
|
||||||
|
Reference in New Issue
Block a user