mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Bug#18464
"Can't make example storage engine available" Build was attempting a shared-lib build instead of static configure.in: configure example to be linked in storage/csv/ha_tina.cc: don't want plugin symbols in mysqld storage/example/Makefile.am: build as static library storage/example/ha_example.cc: don't want plugin symbols in mysqld
This commit is contained in:
parent
a242edb454
commit
fded4bdf77
4 changed files with 8 additions and 6 deletions
|
|
@ -2465,7 +2465,8 @@ MYSQL_STORAGE_ENGINE(innobase,,innodb,,,,storage/innobase,ha_innodb.o,[ dnl
|
|||
MYSQL_STORAGE_ENGINE(berkeley,,berkeley-db,,,,storage/bdb,,,[
|
||||
MYSQL_SETUP_BERKELEY_DB
|
||||
])
|
||||
MYSQL_STORAGE_ENGINE(example,,,,,no,storage/example,,,[
|
||||
MYSQL_STORAGE_ENGINE(example,,,,,,storage/example,no,
|
||||
\$(top_builddir)/storage/example/libexample.a,[
|
||||
AC_CONFIG_FILES(storage/example/Makefile)
|
||||
])
|
||||
MYSQL_STORAGE_ENGINE(archive,,,,,,storage/archive,,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue