diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-04 20:49:14 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-04 20:50:02 +0200 |
commit | 8d69ce7b821a88b5ba8749a08489839050283a63 (patch) | |
tree | 8f6013fa87e2b6ba368c27d629a6053ef0d6c4e4 /storage/xtradb/include/buf0buddy.ic | |
parent | 7436c3d6abdd7d2b253ea0de108c7db0c72bdb0a (diff) | |
download | mariadb-git-8d69ce7b821a88b5ba8749a08489839050283a63.tar.gz |
5.6.35-80.0
Diffstat (limited to 'storage/xtradb/include/buf0buddy.ic')
-rw-r--r-- | storage/xtradb/include/buf0buddy.ic | 2 |
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. */ |