diff options
author | monty@hundin.mysql.fi <> | 2001-09-02 13:47:00 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-02 13:47:00 +0300 |
commit | 04ec0de7d0df99b18aabad7a8edd551483f09f3d (patch) | |
tree | e5581eaf73302fbd721a4c17983fb6fdfca266d0 /BUILD/FINISH.sh | |
parent | 22dbb425aea46169cf7f98dfacbf2244ab19ce0d (diff) | |
download | mariadb-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.sh | 8 |
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 - |