diff options
author | sasha@mysql.sashanet.com <> | 2002-03-01 19:36:46 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-03-01 19:36:46 -0700 |
commit | aa67831207689d9f4c2579508f8c0b9fd91135b7 (patch) | |
tree | dd5cbc9c1cf52f454bd88e24e1401696ae7da26c /Build-tools/Do-all-build-steps | |
parent | fdb0e646cd9c1267dc83871e50bdc03875ec3636 (diff) | |
parent | 8c01c96f90c3d017864c34c55a75a10514be00f9 (diff) | |
download | mariadb-git-aa67831207689d9f4c2579508f8c0b9fd91135b7.tar.gz |
merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.
Let's hope this did not break anything. Will not push this one until Monty
gets back
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index a9989aae768..8ff8851aecd 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -76,7 +76,7 @@ gmake -j 2 time gmake -j 2 distcheck \ EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory $EXTRA_CONFIG" -sh $BD/Build-tools/Do-rpm +sh $BD/Build-tools/Do-rpm $* rm -f $TMP_SCRIPT END |