diff options
author | Eugene Kosov <claprix@yandex.ru> | 2018-07-06 13:10:38 +0300 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-03-22 23:07:13 +0400 |
commit | 92d1c9611e44a1c254a8ba74a654b0911832f601 (patch) | |
tree | 569995d56c1f7d905094e30674a9afc82d5ca16a | |
parent | 2327d4e430e88b6ec0c58e474edfcbe2f73fdd21 (diff) | |
download | mariadb-git-92d1c9611e44a1c254a8ba74a654b0911832f601.tar.gz |
remove dead code
-rw-r--r-- | storage/innobase/include/ha_prototypes.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/storage/innobase/include/ha_prototypes.h b/storage/innobase/include/ha_prototypes.h index 15107a93807..608a35841d2 100644 --- a/storage/innobase/include/ha_prototypes.h +++ b/storage/innobase/include/ha_prototypes.h @@ -556,20 +556,6 @@ innobase_index_cond( void* file) /*!< in/out: pointer to ha_innobase */ MY_ATTRIBUTE((warn_unused_result)); -/******************************************************************//** -Gets information on the durability property requested by thread. -Used when writing either a prepare or commit record to the log -buffer. -@return the durability property. */ - -#include <dur_prop.h> - -enum durability_properties -thd_requested_durability( -/*=====================*/ - const THD* thd) /*!< in: thread handle */ - MY_ATTRIBUTE((warn_unused_result)); - /** Update the system variable with the given value of the InnoDB buffer pool size. @param[in] buf_pool_size given value of buffer pool size.*/ |