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/dict0crea.ic | |
parent | b42664e85e2cd512245de4fde94237a502fdbedb (diff) | |
download | mariadb-git-64752acf72175ce65250f5c15a93b1850e5640d1.tar.gz |
5.6.31-77.0
Diffstat (limited to 'storage/xtradb/include/dict0crea.ic')
-rw-r--r-- | storage/xtradb/include/dict0crea.ic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/include/dict0crea.ic b/storage/xtradb/include/dict0crea.ic index 2d0d9dcb858..1cbaa47032b 100644 --- a/storage/xtradb/include/dict0crea.ic +++ b/storage/xtradb/include/dict0crea.ic @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1996, 2012, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1996, 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 @@ -33,7 +33,7 @@ UNIV_INTERN bool row_is_mysql_tmp_table_name( /*========================*/ - const char* name) __attribute__((warn_unused_result)); + const char* name) MY_ATTRIBUTE((warn_unused_result)); /*!< in: table name in the form 'database/tablename' */ |