diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-07-23 22:37:21 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-07-23 22:37:21 +0200 |
commit | 069a068c90d8fa6ccb8028f3f2cd42c238b04699 (patch) | |
tree | 4d14a68363d56ecd99ff11e0eaa5258691b714c8 /sql/ha_ndbcluster.h | |
parent | 24c08f5279ff350495d7334dcecd470a3c88cefb (diff) | |
download | mariadb-git-069a068c90d8fa6ccb8028f3f2cd42c238b04699.tar.gz |
restore the unintentinally broken ABI
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index f3651ebeca9..a17323d3fd6 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -322,7 +322,7 @@ class ha_ndbcluster: public handler double scan_time(); ha_rows records_in_range(uint inx, key_range *min_key, key_range *max_key); void start_bulk_insert(ha_rows rows); - int end_bulk_insert(bool abort); + int end_bulk_insert(); static Thd_ndb* seize_thd_ndb(); static void release_thd_ndb(Thd_ndb* thd_ndb); |