diff options
author | unknown <tim@black.box> | 2001-10-09 18:11:44 -0400 |
---|---|---|
committer | unknown <tim@black.box> | 2001-10-09 18:11:44 -0400 |
commit | 0cbaff7b752c186de851bc5f512a43ac8b4dd19d (patch) | |
tree | 305dc7d1714dcdcdf3f64ca1e68570c5d11ee6b8 /libmysqld/examples | |
parent | 7291568c0f6f79cd2cee369314fca0024af5dafd (diff) | |
download | mariadb-git-0cbaff7b752c186de851bc5f512a43ac8b4dd19d.tar.gz |
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
Diffstat (limited to 'libmysqld/examples')
-rwxr-xr-x | libmysqld/examples/test-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/examples/test-run b/libmysqld/examples/test-run index b97d2742b74..d525c7a14a3 100755 --- a/libmysqld/examples/test-run +++ b/libmysqld/examples/test-run @@ -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= |