mirror of
https://github.com/MariaDB/server.git
synced 2026-05-12 10:00:09 +02:00
5.6.31
This commit is contained in:
parent
f1aae861ee
commit
720e04ff67
146 changed files with 1536 additions and 1481 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 2011, 2015, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2011, 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
|
||||
|
|
@ -36,7 +36,7 @@ InnoDB Native API
|
|||
#endif
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ > 2) && ! defined(__INTEL_COMPILER)
|
||||
#define UNIV_NO_IGNORE __attribute__ ((warn_unused_result))
|
||||
#define UNIV_NO_IGNORE MY_ATTRIBUTE ((warn_unused_result))
|
||||
#else
|
||||
#define UNIV_NO_IGNORE
|
||||
#endif /* __GNUC__ && __GNUC__ > 2 && !__INTEL_COMPILER */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue