I am using v10.3.0.5831, (released: 2019-12-11) when i try to create new table, The "Primary Key" that I added turns to a Unique index (called "PRIMARY").
this situation started to coexist with the last update.
Oh that sounds like issue #856, which I could not reproduce here.
same as issue #856
I spent again half an hour to reproduce this issue, but again I failed
STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
All attempts give me a normal primary key, not a unique key:
I suspect the following query to return some non-standard strings on your server. Please run it and post the result here:
SHOW INDEXES FROM `testtable` FROM `allatpl`;
I downloaded and installed HeidiSQL 10.3 from https://www.heidisql.com/download.php. now i am using Version 10.3.0.5771 (released 2019-12-11), not the latest
Please login to leave a reply, or register at first.