mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Repply changes to storage/innodb_plugin/plug.in that were made by MySQL
This commit is contained in:
parent
50dcbe69b4
commit
f4f1f0af3e
1 changed files with 4 additions and 5 deletions
|
|
@ -14,12 +14,11 @@
|
|||
# Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MYSQL_STORAGE_ENGINE(innobase, innodb, [InnoDB Storage Engine],
|
||||
MYSQL_STORAGE_ENGINE(innodb_plugin,, [InnoDB Storage Engine],
|
||||
[Transactional Tables using InnoDB], [max,max-no-ndb])
|
||||
MYSQL_PLUGIN_DIRECTORY(innobase, [storage/innobase])
|
||||
MYSQL_PLUGIN_STATIC(innobase, [libinnobase.a])
|
||||
MYSQL_PLUGIN_DYNAMIC(innobase, [ha_innodb.la])
|
||||
MYSQL_PLUGIN_ACTIONS(innobase, [
|
||||
MYSQL_PLUGIN_DIRECTORY(innodb_plugin, [storage/innodb_plugin])
|
||||
MYSQL_PLUGIN_DYNAMIC(innodb_plugin, [ha_innodb_plugin.la])
|
||||
MYSQL_PLUGIN_ACTIONS(innodb_plugin, [
|
||||
AC_CHECK_HEADERS(sched.h)
|
||||
AC_CHECK_SIZEOF(int, 4)
|
||||
AC_CHECK_SIZEOF(long, 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue