1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

A follow-up fix for Bug#29431 "killing an insert delayed thread causes

crash" in 5.1
This commit is contained in:
kostja@bodhi.(none)
2007-07-19 21:10:19 +04:00
parent 5e72901c60
commit 4c7d2df910

View File

@@ -1961,7 +1961,7 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd)
my_ptrdiff_t adjust_ptrs;
Field **field,**org_field, *found_next_number_field;
TABLE *copy;
TABLE_SHARE *share= table->s;
TABLE_SHARE *share;
uchar *bitmap;
DBUG_ENTER("Delayed_insert::get_local_table");
@@ -1985,6 +1985,7 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd)
goto error;
}
}
share= table->s;
/*
Allocate memory for the TABLE object, the field pointers array, and