Commit c74cc187 authored by evgen@moonbone.local's avatar evgen@moonbone.local

key.result:

  After merge fix
parent e74c47fb
...@@ -336,8 +336,8 @@ UNIQUE i1idx (i1), ...@@ -336,8 +336,8 @@ UNIQUE i1idx (i1),
UNIQUE i2idx (i2)); UNIQUE i2idx (i2));
desc t1; desc t1;
Field Type Null Key Default Extra Field Type Null Key Default Extra
i1 int(11) UNI 0 i1 int(11) NO UNI
i2 int(11) UNI 0 i2 int(11) NO UNI
drop table t1; drop table t1;
create table t1 ( create table t1 (
c1 int, c1 int,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment