Skip to content

Adds the spatial index type#61

Open
tnosaj wants to merge 21 commits intoaspiers:masterfrom
tnosaj:master
Open

Adds the spatial index type#61
tnosaj wants to merge 21 commits intoaspiers:masterfrom
tnosaj:master

Conversation

@tnosaj
Copy link
Copy Markdown

@tnosaj tnosaj commented Jan 23, 2020

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

tnosaj and others added 5 commits January 23, 2020 19:30
* 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
Copy link
Copy Markdown
Collaborator

@357r4bd 357r4bd left a 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.

tnosaj and others added 16 commits August 14, 2020 11:04
* 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 <ralph@coofercat.com>
Co-authored-by: _/\__/\__/\__/\_ <671148+357r4bd@users.noreply.github.com>
* 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 <oriol.frances@cabify.com>
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.

Spatial index support

3 participants