Skip to content

Commit d7fd764

Browse files
committed
MDEV-19525 fix the test for embedded
followup for 58cd2a8
1 parent daed558 commit d7fd764

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mysql-test/suite/versioning/t/debug.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--source include/have_debug.inc
22

3+
--let $datadir=`select @@datadir`
4+
35
create table t1 (a int);
46
show create table t1;
57

@@ -38,9 +40,10 @@ drop table t1, t2, t3, t4;
3840
--echo #
3941
create table t1 (x int) with system versioning;
4042
set debug_dbug='+d,error_vers_wrong_type';
41-
--replace_result $MYSQLTEST_VARDIR . master-data// '' '\\' '/'
43+
--replace_result $datadir ./
4244
--error ER_NOT_FORM_FILE
4345
show create table t1;
46+
--replace_result $datadir ./
4447
show warnings;
4548
drop table t1;
4649
set global debug_dbug=@old_dbug;

0 commit comments

Comments
 (0)