mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-27 07:26:31 -05:00
removing block
This commit is contained in:
@@ -561,10 +561,6 @@ func (t *Table) GetIndexRowData(ctx context.Context, indexName string) (durable.
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if indexName == "PRIMARY" {
|
||||
return t.GetRowData(ctx)
|
||||
}
|
||||
|
||||
indexes, err := t.GetIndexSet(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user