summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/buf0buf.h
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2017-03-04 20:49:14 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2017-03-04 20:50:02 +0200
commit8d69ce7b821a88b5ba8749a08489839050283a63 (patch)
tree8f6013fa87e2b6ba368c27d629a6053ef0d6c4e4 /storage/xtradb/include/buf0buf.h
parent7436c3d6abdd7d2b253ea0de108c7db0c72bdb0a (diff)
downloadmariadb-git-8d69ce7b821a88b5ba8749a08489839050283a63.tar.gz
5.6.35-80.0
Diffstat (limited to 'storage/xtradb/include/buf0buf.h')
-rw-r--r--storage/xtradb/include/buf0buf.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/storage/xtradb/include/buf0buf.h b/storage/xtradb/include/buf0buf.h
index 9aadd7b12fd..929b670ef58 100644
--- a/storage/xtradb/include/buf0buf.h
+++ b/storage/xtradb/include/buf0buf.h
@@ -242,8 +242,7 @@ buf_relocate(
buf_page_t* bpage, /*!< in/out: control block being relocated;
buf_page_get_state(bpage) must be
BUF_BLOCK_ZIP_DIRTY or BUF_BLOCK_ZIP_PAGE */
- buf_page_t* dpage) /*!< in/out: destination control block */
- MY_ATTRIBUTE((nonnull));
+ buf_page_t* dpage); /*!< in/out: destination control block */
/*********************************************************************//**
Gets the current size of buffer buf_pool in bytes.
@return size in bytes */
@@ -728,7 +727,7 @@ buf_page_print(
ulint flags) /*!< in: 0 or
BUF_PAGE_PRINT_NO_CRASH or
BUF_PAGE_PRINT_NO_FULL */
- UNIV_COLD MY_ATTRIBUTE((nonnull));
+ UNIV_COLD;
/********************************************************************//**
Decompress a block.
@return TRUE if successful */