mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
- Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE
- Fix semisync library prefix (remove lib on Unixes) - restrict exported symbols from zlib and yassl (fvisibility=hidden)
This commit is contained in:
parent
f458a4c963
commit
5dfa313eb7
22 changed files with 145 additions and 203 deletions
|
|
@ -13,6 +13,4 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
SET(DAEMON_EXAMPLE_PLUGIN_DYNAMIC daemon_example)
|
||||
SET(DAEMON_EXAMPLE_SOURCES daemon_example.cc)
|
||||
MYSQL_PLUGIN(DAEMON_EXAMPLE)
|
||||
MYSQL_ADD_PLUGIN(DAEMON_EXAMPLE daemon_example.cc MODULE_ONLY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue