This commit is contained in:
Nuno Cruces
2024-07-20 01:42:50 +01:00
parent b289fca3ca
commit 28f225b32e
7 changed files with 51 additions and 7 deletions

View File

@@ -160,7 +160,9 @@ func (b *bloom) Rename(new string) error {
return err
}
func (t *bloom) ShadowTables() {}
func (t *bloom) ShadowTables() {
// notest // not meant to be called
}
func (t *bloom) Integrity(schema, table string, flags int) error {
load, _, err := t.db.Prepare(fmt.Sprintf(