diff options
Diffstat (limited to 'storage/xtradb/include/btr0defragment.h')
-rw-r--r-- | storage/xtradb/include/btr0defragment.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/xtradb/include/btr0defragment.h b/storage/xtradb/include/btr0defragment.h index 99beb0a24ba..5c54b898e37 100644 --- a/storage/xtradb/include/btr0defragment.h +++ b/storage/xtradb/include/btr0defragment.h @@ -1,6 +1,7 @@ /***************************************************************************** Copyright (C) 2013, 2014 Facebook, Inc. All Rights Reserved. +Copyright (C) 2014, 2015, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -67,7 +68,9 @@ is a synchronized defragmentation. */ os_event_t btr_defragment_add_index( dict_index_t* index, /*!< index to be added */ - bool async); /*!< whether this is an async defragmentation */ + bool async, /*!< whether this is an async + defragmentation */ + dberr_t* err); /*!< out: error code */ /******************************************************************//** When table is dropped, this function is called to mark a table as removed in btr_efragment_wq. The difference between this function and the remove_index |