1
0
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:
Sergei Golubchik
2010-07-23 22:37:21 +02:00
parent 24c08f5279
commit 069a068c90
22 changed files with 44 additions and 39 deletions

View File

@@ -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;