mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Various fixes for Solaris compiler.
Also, restrict symbol visibility in statically built plugins, to minimize the chance for symbol name clashes with dynamic plugins.
This commit is contained in:
@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user