summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/encrypt-no-key.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/encrypt-no-key.result')
-rw-r--r--mysql-test/suite/maria/encrypt-no-key.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/maria/encrypt-no-key.result b/mysql-test/suite/maria/encrypt-no-key.result
index bdc8a79ff9a..5229158d525 100644
--- a/mysql-test/suite/maria/encrypt-no-key.result
+++ b/mysql-test/suite/maria/encrypt-no-key.result
@@ -6,12 +6,12 @@ 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);
alter table t1 enable keys;
-ERROR HY000: Unknown key id 1 for ./test/t1. Can't continue!
+ERROR HY000: Unknown key id 1 for test/t1. Can't continue!
repair table t1 use_frm;
Table Op Msg_type Msg_text
test.t1 repair warning Number of rows changed from 0 to 1
-test.t1 repair Error Unknown key id 1 for ./test/t1. Can't continue!
-test.t1 repair Error Unknown key id 1 for ./test/t1. Can't continue!
+test.t1 repair Error Unknown key id 1 for test/t1. Can't continue!
+test.t1 repair Error Unknown key id 1 for test/t1. Can't continue!
test.t1 repair status OK
drop table t1;
set global aria_encrypt_tables= default;