mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
remove dead code
This commit is contained in:
parent
2327d4e430
commit
92d1c9611e
1 changed files with 0 additions and 14 deletions
|
@ -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.*/
|
||||
|
|
Loading…
Add table
Reference in a new issue