mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge
This commit is contained in:
@ -933,6 +933,10 @@ read_sep_field(THD *thd, COPY_INFO &info, TABLE_LIST *table_list,
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
}
|
||||
|
||||
if (thd->is_error())
|
||||
read_info.error= 1;
|
||||
|
||||
if (read_info.error)
|
||||
break;
|
||||
if (skip_lines)
|
||||
|
Reference in New Issue
Block a user