summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/buf0buddy.ic
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/buf0buddy.ic
parent7436c3d6abdd7d2b253ea0de108c7db0c72bdb0a (diff)
downloadmariadb-git-8d69ce7b821a88b5ba8749a08489839050283a63.tar.gz
5.6.35-80.0
Diffstat (limited to 'storage/xtradb/include/buf0buddy.ic')
-rw-r--r--storage/xtradb/include/buf0buddy.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/buf0buddy.ic b/storage/xtradb/include/buf0buddy.ic
index 9bc8e9e8762..a5fb510dd19 100644
--- a/storage/xtradb/include/buf0buddy.ic
+++ b/storage/xtradb/include/buf0buddy.ic
@@ -50,7 +50,7 @@ buf_buddy_alloc_low(
allocated from the LRU list and
buf_pool->LRU_list_mutex was
temporarily released */
- MY_ATTRIBUTE((malloc, nonnull));
+ MY_ATTRIBUTE((malloc));
/**********************************************************************//**
Deallocate a block. */