summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.fi>2002-03-05 15:46:30 +0200
committerunknown <monty@tik.mysql.fi>2002-03-05 15:46:30 +0200
commit326d80ea649ed1dd0d13640b6e95f5c1df1ae458 (patch)
treec6069be49c4dde6952ca4a60d0897ab7d509c5b3 /sql-bench
parent4c164621185c8493de06281ae68ef35f977c13a9 (diff)
downloadmariadb-git-326d80ea649ed1dd0d13640b6e95f5c1df1ae458.tar.gz
Update scripts for new POSIX spec
Fix for --enable-local-infile Portability fix for bison bdb/dist/s_recover: Update for new POSIX spec configure.in: Fix for --enable-local-infile libmysql/libmysql.c: Cleanup mysql-test/mysql-test-run.sh: Update for new POSIX spec scripts/safe_mysqld.sh: Update for new POSIX spec sql-bench/server-cfg.sh: Update for new POSIX spec sql/sql_yacc.yy: Portability fix for bison
Diffstat (limited to 'sql-bench')
-rw-r--r--sql-bench/server-cfg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/server-cfg.sh b/sql-bench/server-cfg.sh
index b4e134cd2c1..886c428e3b9 100644
--- a/sql-bench/server-cfg.sh
+++ b/sql-bench/server-cfg.sh
@@ -932,7 +932,7 @@ sub version
{
if ($dir && -e "$dir/bin/solcon")
{
- $version=`$dir/bin/solcon -e"ver" $main::opt_user $main::opt_password | grep Server | head -1`;
+ $version=`$dir/bin/solcon -e"ver" $main::opt_user $main::opt_password | grep Server | sed q`;
if ($? == 0)
{
chomp($version);