summaryrefslogtreecommitdiff
path: root/mysql-test/t/key.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/key.test')
-rw-r--r--mysql-test/t/key.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/key.test b/mysql-test/t/key.test
index 8885f69e60c..0a86c1cd145 100644
--- a/mysql-test/t/key.test
+++ b/mysql-test/t/key.test
@@ -299,5 +299,5 @@ drop table t1;
# create dedicated error code for this and
# and change my_printf_error() to my_error
---error 1105
+--error 1391
create table t1 (c char(10), index (c(0)));