1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Remove uage of static variable from file locks.

mysql-test/mysql-test-run.sh:
  Cleanup
This commit is contained in:
unknown
2002-02-10 20:28:58 +02:00
parent 87adcd7cf7
commit 5081986810
2 changed files with 7 additions and 11 deletions

View File

@ -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