diff options
author | unknown <kent@mysql.com> | 2005-01-01 21:13:09 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-01-01 21:13:09 +0100 |
commit | 3a4372d310c9f5c661c0990040403f6050fed211 (patch) | |
tree | 803b09faa29f4f233d236a245d454528ebf1ed47 /mysql-test/mysql-test-run.sh | |
parent | b0f963f5a674bfa847f575fb2cde6daca86d9084 (diff) | |
download | mariadb-git-3a4372d310c9f5c661c0990040403f6050fed211.tar.gz |
make_win_src_distribution.sh, make_binary_distribution.sh, mysql-test-run.sh:
Removed references to ISAM and MERGE
mysql-test/mysql-test-run.sh:
Removed references to ISAM and MERGE
scripts/make_binary_distribution.sh:
Removed references to ISAM and MERGE
scripts/make_win_src_distribution.sh:
Removed references to ISAM and MERGE
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index b3b961fe42d..80dcafff133 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -188,7 +188,7 @@ FAST_START="" MYSQL_TMP_DIR=$MYSQL_TEST_DIR/var/tmp SLAVE_LOAD_TMPDIR=../../var/tmp #needs to be same length to test logging RES_SPACE=" " -MYSQLD_SRC_DIRS="strings mysys include extra regex isam merge myisam \ +MYSQLD_SRC_DIRS="strings mysys include extra regex myisam \ myisammrg heap sql" MY_LOG_DIR="$MYSQL_TEST_DIR/var/log" # |