mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-16 01:13:17 -06:00
fix compile error
This commit is contained in:
@@ -63,7 +63,6 @@ func createFulltextTable(ctx *sql.Context, name string, root doltdb.RootValue) (
|
||||
|
||||
gmsDb := memory.NewDatabase("gms_db")
|
||||
gmsTable := memory.NewLocalTable(gmsDb, name, sqlSch, nil)
|
||||
gmsTable.EnablePrimaryKeyIndexes()
|
||||
return &fulltextTable{
|
||||
GMSTable: gmsTable,
|
||||
Table: tbl,
|
||||
|
||||
Reference in New Issue
Block a user