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 a test combining duplicate indexes through `create table` and `alter table` #2637

Closed fulghum closed 3 weeks ago

fulghum commented 4 weeks ago

Additional test case for https://github.com/dolthub/go-mysql-server/pull/2634