mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Remove the unused declaration fsp_is_temporary()
This commit is contained in:
parent
6b63e4ad4a
commit
797db28d53
1 changed files with 0 additions and 9 deletions
|
@ -552,15 +552,6 @@ void
|
|||
fil_space_set_imported(
|
||||
ulint id);
|
||||
|
||||
#ifdef UNIV_DEBUG
|
||||
/** Determine if a tablespace is temporary.
|
||||
@param[in] id tablespace identifier
|
||||
@return whether it is a temporary tablespace */
|
||||
bool
|
||||
fsp_is_temporary(ulint id)
|
||||
MY_ATTRIBUTE((warn_unused_result, pure));
|
||||
#endif /* UNIV_DEBUG */
|
||||
|
||||
/** Append a file to the chain of files of a space.
|
||||
@param[in] name file name of a file that is not open
|
||||
@param[in] size file size in entire database blocks
|
||||
|
|
Loading…
Add table
Reference in a new issue