diff options
author | tim@black.box <> | 2001-10-09 18:11:44 -0400 |
---|---|---|
committer | tim@black.box <> | 2001-10-09 18:11:44 -0400 |
commit | c0cd0f484a696e169c63c14286dbb760fba4feec (patch) | |
tree | 305dc7d1714dcdcdf3f64ca1e68570c5d11ee6b8 /libmysqld | |
parent | 2fc334c1da5938280b290020a5cd12f3a5d927cf (diff) | |
download | mariadb-git-c0cd0f484a696e169c63c14286dbb760fba4feec.tar.gz |
Add --without-isam configure switch.
Portability fix for mysqlmanager.
Diffstat (limited to 'libmysqld')
-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= |