From ec8ce55942fd4a978be36aa14e4efcf804c908ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Sep 2010 15:08:01 +0200 Subject: Make test options consistent with MySQL --- build/mysql/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/mysql/configure') diff --git a/build/mysql/configure b/build/mysql/configure index c1d6382..a454fc0 100755 --- a/build/mysql/configure +++ b/build/mysql/configure @@ -60,10 +60,10 @@ drv=$dcf_root/db-driver echo "--user '$user'" >$opt if [ "$passwd" != "NULL" ]; then -echo "--passwd '$passwd'" >>$opt +echo "--password '$passwd'" >>$opt fi -echo "--db-name '$db'" >>$opt +echo "--database '$db'" >>$opt echo "--host '$host'" >>$opt echo "--port $port" >>$opt -- cgit v1.1