mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
WL#3201 post-review fixups
end plugin/module naming schizophrenia fixup shell code and m4 macro comments cmakelists.txt included in EXTRA_DIST BUILD/SETUP.sh: change module -> plugin config/ac-macros/plugins.m4: change module -> plugin rename some macros fixup comments alter shell code to use similar 'test "X$var" = Xfoo"' which autoconf generates configure.in: change module -> plugin move plugin mandatory declarations near rest of plugin declaration storage/archive/Makefile.am: cmakelists.txt needed in EXTRA_DIST storage/blackhole/Makefile.am: cmakelists.txt needed in EXTRA_DIST storage/csv/Makefile.am: cmakelists.txt needed in EXTRA_DIST storage/example/Makefile.am: cmakelists.txt needed in EXTRA_DIST
This commit is contained in:
parent
3d35b05a0c
commit
fa15fbf347
7 changed files with 330 additions and 301 deletions
|
|
@ -147,9 +147,9 @@ static_link="$static_link --with-client-ldflags=-all-static"
|
|||
local_infile_configs="--enable-local-infile"
|
||||
|
||||
|
||||
max_no_embedded_configs="$SSL_LIBRARY --with-modules=max"
|
||||
max_no_ndb_configs="$SSL_LIBRARY --with-modules=max-no-ndb --with-embedded-server"
|
||||
max_configs="$SSL_LIBRARY --with-modules=max --with-embedded-server"
|
||||
max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max"
|
||||
max_no_ndb_configs="$SSL_LIBRARY --with-plugins=max-no-ndb --with-embedded-server"
|
||||
max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server"
|
||||
|
||||
#
|
||||
# CPU and platform specific compilation flags.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue