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