Le 2013-08-14 17:07, Ayush Chaudhary a écrit :
I was writing Selenium tests for creating a table. In the interface, I tried to add a column, named "id", set it to type "int" and selected Index as "Primary", and clicked the A_I checkbox. It gave me an error "Multiple primary key defined"
I had an older version (3.4.2), I tried this there, and it allowed me to create the table. Is this a known bug in the latest release?
-- Ayush Chaudhary
Ayush, with current master, trying to create a table with the scenario you describe works for me.