From b67d11e17ca6ae8b4b0a0d5a5b5fccceff641a26 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 Sep 2001 13:47:00 +0300 Subject: 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 BitKeeper/deleted/.del-compilation_finished.au.gz~70bd14095a918139: Delete: sounds/compilation_finished.au.gz BUILD/FINISH.sh: Removed 'finished' sound as this isn't a general solution. Docs/manual.texi: Added upgrading from 3.23 configure.in: Fixed version number sql/ha_innobase.cc: Default creation of InnoDB tables. sql/ha_myisam.cc: Disable BULK_INSERT of using safe mode sql/handler.cc: Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB sql/handler.h: Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB sql/lock.cc: Added lock_and_wait_for_table_name sql/mysql_priv.h: Better TRUNCATE TABLE sql/sql_db.cc: Fix that DROP DATABASE works with all table types sql/sql_delete.cc: Better TRUNCATE TABLE sql/sql_insert.cc: Use BULK_INSERT when inserting more than one row sql/sql_load.cc: Small bug fix. sql/sql_parse.cc: Better TRUNCATE TABLE sql/sql_select.cc: Change INNOBASE -> INNODB sql/sql_table.cc: Better TRUNCATE TABLE sql/sql_yacc.yy: INNOBASE -> INNODB sql/thr_malloc.cc: Fix for replication --- BUILD/FINISH.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'BUILD') 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 - -- cgit v1.2.1