-
Notifications
You must be signed in to change notification settings - Fork 53
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
Adds the spatial index type #61
base: master
Are you sure you want to change the base?
Conversation
* Adds initial spatial index type * I think i added tests? * I was missing a comment
* Adding some more debug values for this * Maybe? * make it a bit more concretet * correct variable casting * Adds partition methods to table * Adds diffing in one direction * Works both ways, needs to dedup though * Compares partitions in both directions correctly * Spelling mistakes and regexp greedy * Commands masked as comments for version compatability are included * Keep comments if they are actually commands * More generic end finder for regular and partition ends, added partition function/option finder * first test * Correct tests * Correct tests * doh * Adds test in other direction * Comment unused tests * Comment unused tests - but really
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR and I am sorry for the delay. Can you rebase your feature branch with current master, squash your commits down to a single one, then make sure your tests still run successfully.
The test updates are appreciated. If you see any opportunities to update the POD, please do so. Looking forward to your updated PR.
* issue aspiers#40 - should drop FKs before indexes and create FKs after indexes * Use parents to sort list of constraints * And please dont leak the password Co-authored-by: Ralph Bolton <[email protected]> Co-authored-by: _/\__/\__/\__/\_ <[email protected]>
* switch from name to concated values for fks * The names also refect the FKs
* adds new table level engine,charsets,collate * replaces row level collate/charset if matches table level
regexp stopped before partition :doh:
Co-authored-by: Oriol Francès <[email protected]>
This PR adds the
spatial index
type to the already existent indexes.Since this is my first perl PR, any pointers are appreciated.
closes: #60