summaryrefslogtreecommitdiff
path: root/mysql-test/r/key.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/key.result')
-rw-r--r--mysql-test/r/key.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/key.result b/mysql-test/r/key.result
index e3b341fcaf8..e74bda23da9 100644
--- a/mysql-test/r/key.result
+++ b/mysql-test/r/key.result
@@ -305,3 +305,5 @@ check table t1;
Table Op Msg_type Msg_text
test.t1 check status OK
drop table t1;
+create table t1 (c char(10), index (c(0)));
+ERROR HY000: Key part 'c' length cannot be 0