diff options
author | monty@bitch.mysql.fi <> | 2001-08-10 17:05:54 +0300 |
---|---|---|
committer | monty@bitch.mysql.fi <> | 2001-08-10 17:05:54 +0300 |
commit | 410faef67eab72a77ad3a69b5fa4770c3150fc65 (patch) | |
tree | d54f66790a3d6fbc6eb5c7145f39bba41960b0e1 /mysql-test/install_test_db.sh | |
parent | 934f3acca48e450d2f6cf609b488b8efd02d98c4 (diff) | |
download | mariadb-git-410faef67eab72a77ad3a69b5fa4770c3150fc65.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
Diffstat (limited to 'mysql-test/install_test_db.sh')
-rw-r--r-- | mysql-test/install_test_db.sh | 2 |
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 |