https://bugzilla.wikimedia.org/show_bug.cgi?id=24479
--- Comment #26 from Aryeh Gregor <[email protected]> 2011-01-02 00:27:30 UTC --- InnoDB tables should always have an explicit primary key. Otherwise (if there are no unique indexes) it will make a secret invisible primary key anyway, which you can't observe or control. Best to add an autoincrement primary key if there are no possible unique keys as-is. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
