mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
restore the unintentinally broken ABI
This commit is contained in:
@@ -7881,7 +7881,7 @@ err:
|
||||
|
||||
if (error > 0)
|
||||
to->file->extra(HA_EXTRA_PREPARE_FOR_DROP);
|
||||
if (errpos >= 3 && to->file->ha_end_bulk_insert(error > 1) && error <= 0)
|
||||
if (errpos >= 3 && to->file->ha_end_bulk_insert() && error <= 0)
|
||||
{
|
||||
to->file->print_error(my_errno,MYF(0));
|
||||
error= 1;
|
||||
|
||||
Reference in New Issue
Block a user