implement dummy base

This commit is contained in:
2025-04-08 10:33:49 +03:00
parent c8c0daac24
commit d8a852575d

View File

@@ -90,6 +90,10 @@ func (tdb *ThreadGdbmDb) Prefix() uint8 {
return v
}
func (tdb *ThreadGdbmDb) Base() *db.DbBase {
return tdb.Base()
}
func (tdb *ThreadGdbmDb) SetLock(typ uint8, locked bool) error {
tdb.reserve()
err := tdb.db.SetLock(typ, locked)