mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02: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:
parent
15f20663db
commit
24e7faa54f
8 changed files with 32 additions and 13 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue