summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <monty@bitch.mysql.fi>2001-08-10 17:05:54 +0300
committerunknown <monty@bitch.mysql.fi>2001-08-10 17:05:54 +0300
commitbffebc8e0be4772e7988b6b23570bd1197c7214a (patch)
treed54f66790a3d6fbc6eb5c7145f39bba41960b0e1 /mysql-test
parent9d5a520730a8136633f8aa81e5f3ede2a1412033 (diff)
downloadmariadb-git-bffebc8e0be4772e7988b6b23570bd1197c7214a.tar.gz
Fixed bug in ALTER TABLE for MERGE tables
Portability fixes Fixed problem when giving wrong arguments to myisam_recover Fix to remove warnings when using purify BUILD/compile-solaris-sparc-purify: Added innodb and berkeleydb to test mysql-test/install_test_db.sh: Portability fix. sql/ha_myisam.cc: Fixed problem when giving wrong arguments to myisam_recover sql/ha_myisammrg.cc: Fixed bug in ALTER TABLE for MERGE tables sql/sql_list.h: Fix to remove warnings when using purify sql/sql_select.cc: Fix to remove warnings from purify BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/install_test_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/install_test_db.sh b/mysql-test/install_test_db.sh
index 049ac6b1cd7..6fe736644d3 100644
--- a/mysql-test/install_test_db.sh
+++ b/mysql-test/install_test_db.sh
@@ -59,7 +59,7 @@ else
basedir=.
rm -rf share
mkdir share
-ln -sf ../../sql/share share/mysql
+ln -f -s ../../sql/share share/mysql
fi
# Initialize variables