summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-02 13:47:00 +0300
committermonty@hundin.mysql.fi <>2001-09-02 13:47:00 +0300
commit04ec0de7d0df99b18aabad7a8edd551483f09f3d (patch)
treee5581eaf73302fbd721a4c17983fb6fdfca266d0 /BUILD/FINISH.sh
parent22dbb425aea46169cf7f98dfacbf2244ab19ce0d (diff)
downloadmariadb-git-04ec0de7d0df99b18aabad7a8edd551483f09f3d.tar.gz
Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB
Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r--BUILD/FINISH.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh
index 5900223f3d5..368ab339c2b 100644
--- a/BUILD/FINISH.sh
+++ b/BUILD/FINISH.sh
@@ -45,11 +45,3 @@ then
else
echo "$commands"
fi
-
-comp_finished=sounds/compilation_finished.au.gz
-
-if [ -c /dev/audio ] && [ -f "$comp_finished" ]
-then
- gunzip -c $comp_finished > /dev/audio
-fi
-