1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
two KILL versions
code trimming with headquarter's suggestions
This commit is contained in:
hf@deer.mysql.r18.ru
2003-04-08 19:18:33 +05:00
parent dcdc24b508
commit 0428d08606
17 changed files with 39 additions and 31 deletions

View File

@ -379,7 +379,7 @@ read_fixed_length(THD *thd,COPY_INFO &info,TABLE *table,List<Item> &fields,
{
if (thd->killed)
{
my_error(thd->killed,MYF(0));
thd->send_kill_message();
DBUG_RETURN(1);
}
it.rewind();
@ -453,7 +453,7 @@ read_sep_field(THD *thd,COPY_INFO &info,TABLE *table,
{
if (thd->killed)
{
my_error(thd->killed,MYF(0));
thd->send_kill_message();
DBUG_RETURN(1);
}
while ((sql_field=(Item_field*) it++))