diff options
author | monty@hundin.mysql.fi <> | 2002-02-10 20:28:58 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-10 20:28:58 +0200 |
commit | cf39ab2ff27061a9f3f1b48ff629e85a1a0f5e8c (patch) | |
tree | d4c27eac4890e83bfe71db7d44e16da83862ea73 /mysql-test | |
parent | 9ef8d489208a3017cd5d66b32b2321a1cd614894 (diff) | |
download | mariadb-git-cf39ab2ff27061a9f3f1b48ff629e85a1a0f5e8c.tar.gz |
Remove uage of static variable from file locks.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index daf8b8abd03..09cdab9664b 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -266,7 +266,6 @@ fi [ -z "$COLUMNS" ] && COLUMNS=80 E=`$EXPR $COLUMNS - 8` -#DASH72=`$EXPR substr '------------------------------------------------------------------------' 1 $E` DASH72=`$ECHO '------------------------------------------------------------------------'|$CUT -c 1-$E` # on source dist, we pick up freshly build executables |