mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Add --without-isam configure switch.
Portability fix for mysqlmanager. acconfig.h: Add HAVE_ISAM acinclude.m4: Add --without-isam configure switch. configure.in: Add --without-isam configure switch. include/my_global.h: remove #define HAVE_ISAM libmysqld/examples/test-run: pass --language option to embedded server sql/Makefile.am: use @isam_libs@ instead of hard-coded values tools/mysqlmanager.c: #include <signal.h> for portability
This commit is contained in:
parent
7291568c0f
commit
0cbaff7b75
7 changed files with 45 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ usage: $0 [-g|-h|-r] [test-name ...]
|
|||
EOF
|
||||
}
|
||||
|
||||
init_args=""
|
||||
init_args="--server-arg=--language=$top_builddir/sql/share/english"
|
||||
while test $# -gt 0
|
||||
do
|
||||
arg=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue