diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-02-25 16:41:59 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-02-25 16:41:59 +0100 |
commit | 78100d80eae0d3a55ea26cd13ad8cbaa7da425c5 (patch) | |
tree | 59e0398b8eb387d14d6abd6838ae857ed536797c /mysql-test/t/csv.test | |
parent | 47fa7fd24b6936ddda12f41909679d81d10eeb14 (diff) | |
download | mariadb-git-78100d80eae0d3a55ea26cd13ad8cbaa7da425c5.tar.gz |
Only uise one file for current test
Don't retry by default
Fixes for --embedded
mysql-test/lib/My/ConfigFactory.pm:
Don't copy log-error to [embedded] section
mysql-test/lib/mtr_cases.pm:
Auto skip all not_embedded when running with embedded
mysql-test/mysql-test-run.pl:
Only uise one file for current test
Don't retry by default
mysql-test/t/csv.test:
Change master-data -> mysqld.1/data
mysql-test/t/innodb.test:
Change master-data -> mysqld.1/data
mysql-test/t/ps_1general.test:
Change master-data -> mysqld.1/data
mysql-test/t/trigger.test:
Change master-data -> mysqld.1/data
Diffstat (limited to 'mysql-test/t/csv.test')
-rw-r--r-- | mysql-test/t/csv.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/csv.test b/mysql-test/t/csv.test index 4cb300a223f..e222cf9b51e 100644 --- a/mysql-test/t/csv.test +++ b/mysql-test/t/csv.test @@ -1588,7 +1588,7 @@ create table bug15205 (val int(11) not null) engine=csv; create table bug15205_2 (val int(11) not null) engine=csv; --remove_file $MYSQLD_DATADIR/test/bug15205.CSV # system error (can't open the datafile) ---replace_result $MYSQLTEST_VARDIR . master-data/ '' +--replace_result $MYSQLTEST_VARDIR . mysqld.1/data/ '' --error 13 select * from bug15205; select * from bug15205_2; |