Files
oceanbase/tools/deploy/mysql_test/r/mysql/bug210026.result
2023-11-15 11:44:44 +00:00

4 lines
122 B
Plaintext

drop table if exists t1;
create table t1(a int primary key, b int primary key);
ERROR 42000: Multiple primary key defined