github.com/dolthub/go-mysql-server@v0.18.0/enginetest/scriptgen/setup/scripts/othertable_del_idx (about) 1 exec 2 drop index othertable_s2 on othertable; 3 ---- 4 5 exec 6 drop index othertable_s2_i2 on othertable; 7 ----