summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/maria3.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/maria3.result')
-rw-r--r--mysql-test/suite/maria/maria3.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/maria3.result b/mysql-test/suite/maria/maria3.result
index 27d72b75930..b502d71e772 100644
--- a/mysql-test/suite/maria/maria3.result
+++ b/mysql-test/suite/maria/maria3.result
@@ -359,7 +359,7 @@ NULL NULL
0 NULL
0 0
alter table t1 add column d char(0) not null, add key (d);
-ERROR 42000: The used storage engine can't index column 'd'
+ERROR 42000: The storage engine Aria can't index column `d`
drop table t1;
CREATE TABLE t1 (a bit(3));
insert into t1 values (NULL),(0),(1),(2),(3),(4),(5),(6),(7);