Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indices are generated now at least for MyISAM tables #32

Merged
merged 2 commits into from Feb 20, 2017

Conversation

abachmann
Copy link
Contributor

I had the issue that the indices are not generated at all, neither for MyISAM, nor InnoDB tables.

The indices are generated correctly now, at least for MyISAM tables. The issue still exists for InnoDB tables, because no columns are assigned to the index.

@VeeeneX
Copy link
Collaborator

VeeeneX commented Feb 10, 2017

Ok, I will test this :), thanks for contribution

@abachmann
Copy link
Contributor Author

I have added an index test to the mwb file. The strange thing is that in this test the indices are generated properly for both engines.

@abachmann
Copy link
Contributor Author

This commit should also fix the open issue Unique constraints on multiple columns #26

@VeeeneX VeeeneX merged commit b12d6e7 into beckenrode:master Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants