summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-07-23 22:37:21 +0200
committerSergei Golubchik <sergii@pisem.net>2010-07-23 22:37:21 +0200
commit069a068c90d8fa6ccb8028f3f2cd42c238b04699 (patch)
tree4d14a68363d56ecd99ff11e0eaa5258691b714c8 /sql/ha_ndbcluster.cc
parent24c08f5279ff350495d7334dcecd470a3c88cefb (diff)
downloadmariadb-git-069a068c90d8fa6ccb8028f3f2cd42c238b04699.tar.gz
restore the unintentinally broken ABI
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 68faef750c7..ceb60d127cf 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -4232,7 +4232,7 @@ void ha_ndbcluster::start_bulk_insert(ha_rows rows)
/**
End of an insert.
*/
-int ha_ndbcluster::end_bulk_insert(bool abort)
+int ha_ndbcluster::end_bulk_insert()
{
int error= 0;
DBUG_ENTER("end_bulk_insert");