mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
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
This commit is contained in:
parent
47fa7fd24b
commit
78100d80ea
7 changed files with 54 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue