diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-08-10 19:24:58 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-08-10 19:24:58 +0200 |
commit | 64752acf72175ce65250f5c15a93b1850e5640d1 (patch) | |
tree | 654a27562bc55d439b4791e2a121e0a30ce69c14 /storage/xtradb/include/row0uins.h | |
parent | b42664e85e2cd512245de4fde94237a502fdbedb (diff) | |
download | mariadb-git-64752acf72175ce65250f5c15a93b1850e5640d1.tar.gz |
5.6.31-77.0
Diffstat (limited to 'storage/xtradb/include/row0uins.h')
-rw-r--r-- | storage/xtradb/include/row0uins.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/include/row0uins.h b/storage/xtradb/include/row0uins.h index ebf4881208a..89e334e5433 100644 --- a/storage/xtradb/include/row0uins.h +++ b/storage/xtradb/include/row0uins.h @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1997, 2012, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1997, 2016, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -46,7 +46,7 @@ dberr_t row_undo_ins( /*=========*/ undo_node_t* node) /*!< in: row undo node */ - __attribute__((nonnull, warn_unused_result)); + MY_ATTRIBUTE((nonnull, warn_unused_result)); #ifndef UNIV_NONINL #include "row0uins.ic" #endif |