Bug #80886 | Custom Indexes are not created in the database with Entity Framework Code First | ||
---|---|---|---|
Submitted: | 29 Mar 2016 14:02 | Modified: | 31 Mar 2016 5:48 |
Reporter: | Julian GR | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.9.8.0 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | entity framework, indexes |
[29 Mar 2016 14:02]
Julian GR
[30 Mar 2016 7:07]
Chiranjeevi Battula
Hello Julian Gimenez Roland, Thank you for the bug report. I tried to reproduce the issue at my end using Visual Studio 2013 (C#.Net) and Connector/Net 6.9.8 but not seeing any issues to create custom Indexes. Could you please list out exact steps you tried out at your end, this would help us to reproduce the issue at our end. Thanks, Chiranjeevi.
[30 Mar 2016 7:09]
Chiranjeevi Battula
table script: mysql> show create table test_80886\G; *************************** 1. row *************************** Table: test_80886 Create Table: CREATE TABLE `test_80886` ( `TestId` int(11) NOT NULL AUTO_INCREMENT, `Column1` int(11) NOT NULL, `Column2` int(11) NOT NULL, PRIMARY KEY (`TestId`), KEY `ix_column1` (`Column1`) USING HASH ) ENGINE=InnoDB DEFAULT CHARSET=utf8 1 row in set (0.00 sec)
[31 Mar 2016 5:48]
Chiranjeevi Battula
Hello Julian Gimenez Roland, Thank you for your feedback. Thanks, Chiranjeevi.