summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/encrypt-no-key.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/encrypt-no-key.test')
-rw-r--r--mysql-test/suite/maria/encrypt-no-key.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/encrypt-no-key.test b/mysql-test/suite/maria/encrypt-no-key.test
index eebc2a102d3..1157263ca79 100644
--- a/mysql-test/suite/maria/encrypt-no-key.test
+++ b/mysql-test/suite/maria/encrypt-no-key.test
@@ -10,9 +10,11 @@ create table t1 (pk int primary key, a int, key(a)) engine=aria transactional=1;
alter table t1 disable keys;
insert into t1 values (1,1);
--replace_result \\ /
+--replace_regex /for .*test/for test/
--error 192
alter table t1 enable keys;
--replace_result \\ /
+--replace_regex /for .*test/for test/
repair table t1 use_frm;
drop table t1;
set global aria_encrypt_tables= default;