diff options
Diffstat (limited to 'mysql-test/suite/pbxt/r/key.result')
-rw-r--r-- | mysql-test/suite/pbxt/r/key.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/pbxt/r/key.result b/mysql-test/suite/pbxt/r/key.result index 0b964a84a4b..d727394f616 100644 --- a/mysql-test/suite/pbxt/r/key.result +++ b/mysql-test/suite/pbxt/r/key.result @@ -153,7 +153,7 @@ t1 0 PRIMARY 1 d A 0 NULL NULL BTREE t1 0 a 1 a A 0 NULL NULL BTREE t1 0 e 1 e A 0 NULL NULL BTREE t1 0 b 1 b A 0 NULL NULL YES BTREE -t1 1 c 1 c A NULL NULL NULL YES BTREE +t1 1 c 1 c A 0 NULL NULL YES BTREE drop table t1; CREATE TABLE t1 (c CHAR(10) NOT NULL,i INT NOT NULL AUTO_INCREMENT, UNIQUE (c,i)); |