From 24e7faa54f72465d57407015ad760cb4a3ad8156 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 3 Feb 2012 11:46:40 +0100 Subject: Various fixes for Solaris compiler. Also, restrict symbol visibility in statically built plugins, to minimize the chance for symbol name clashes with dynamic plugins. --- sql/sql_join_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_join_cache.h') diff --git a/sql/sql_join_cache.h b/sql/sql_join_cache.h index c153689bb99..155dd64d7e0 100644 --- a/sql/sql_join_cache.h +++ b/sql/sql_join_cache.h @@ -550,7 +550,7 @@ public: BNL_JOIN_ALG, /* Block Nested Loop Join algorithm */ BNLH_JOIN_ALG, /* Block Nested Loop Hash Join algorithm */ BKA_JOIN_ALG, /* Batched Key Access Join algorithm */ - BKAH_JOIN_ALG, /* Batched Key Access with Hash Table Join Algorithm */ + BKAH_JOIN_ALG /* Batched Key Access with Hash Table Join Algorithm */ }; /* -- cgit v1.2.1