dolthub / go-mysql-server

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
Apache License 2.0
2.32k stars 199 forks source link

Adding tests for supporting duplicate secondary indexes #2634

Closed fulghum closed 4 weeks ago

fulghum commented 4 weeks ago

New tests asserting that multiple indexes over the same set of columns can be created on tables.

https://github.com/dolthub/dolt/pull/8274 fixes Dolt for these tests to pass.