summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-11-03 14:26:39 +0400
committerSergey Vojtovich <svoj@sun.com>2009-11-03 14:26:39 +0400
commit7559c6ae764810d5ec32ad88dffb5e359ebba50b (patch)
tree33932250d31a62be06af1fa1339df18380c8fb21 /storage
parentaa14038f7c823d048df75e92586ba8f8dbbe0f95 (diff)
downloadmariadb-git-7559c6ae764810d5ec32ad88dffb5e359ebba50b.tar.gz
Applying InnoDB plugin snashot
Detailed revision comments: r6112 | calvin | 2009-10-29 16:21:15 +0200 (Thu, 29 Oct 2009) | 4 lines branches/zip: consideration for icc compilers Proposed by MySQL, and approved by Marko.
Diffstat (limited to 'storage')
-rw-r--r--storage/innodb_plugin/include/univ.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innodb_plugin/include/univ.i b/storage/innodb_plugin/include/univ.i
index 0e14f7b1cba..5d0361658af 100644
--- a/storage/innodb_plugin/include/univ.i
+++ b/storage/innodb_plugin/include/univ.i
@@ -237,7 +237,7 @@ by one. */
/* Linkage specifier for non-static InnoDB symbols (variables and functions)
that are only referenced from within InnoDB, not from MySQL */
-#if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(UNIV_HOTBACKUP)
+#if defined(__GNUC__) && (__GNUC__ >= 4) || defined(__INTEL_COMPILER)
# define UNIV_INTERN __attribute__((visibility ("hidden")))
#else
# define UNIV_INTERN