mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Add the IBM DB2 for i storage engine.
Modify plugins.m4 configuration framework so that plugins which are not built still get added to the source distribution during make dist. This came up now because we can only build ibmdb2i on i5/OS, and we can't bootstrap our source dist on that platform. The solution is to specify DIST_SUBDIRS containing all plugins, separate from SUBDIRS which contains the plugins which are actually built. This ibmdb2i code is from the ibmdb2i-ga3-src.zip file, with a patch to plug.in to disable the plugin if the PASE environment isn't available.
This commit is contained in:
parent
1f18af1acb
commit
858d40d82c
34 changed files with 17247 additions and 22 deletions
|
|
@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = foreign
|
|||
EXTRA_DIST = fulltext/configure.in
|
||||
|
||||
SUBDIRS = @mysql_pg_dirs@
|
||||
DIST_SUBDIRS = daemon_example fulltext
|
||||
DIST_SUBDIRS = @mysql_pg_distdirs@
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue