MCPcopy Create free account
hub / github.com/actiontech/dtle / sqleAfterCreateSchema

Method sqleAfterCreateSchema

driver/mysql/binlog/binlog_reader.go:1648–1652  ·  view source on GitHub ↗
(schema string)

Source from the content-addressed store, hash-verified

1646}
1647
1648func (b *BinlogReader) sqleAfterCreateSchema(schema string) {
1649 if b.maybeSqleContext != nil {
1650 b.maybeSqleContext.LoadTables(schema, nil)
1651 }
1652}
1653func (b *BinlogReader) findCurrentSchema(schemaName string) *common.SchemaContext {
1654 if schemaName == "" {
1655 return nil

Callers 1

handleQueryEventMethod · 0.95

Calls 1

LoadTablesMethod · 0.80

Tested by

no test coverage detected