mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
TableSync: don't raise &on_change, smaller fixes
This addresses PR feedback. The main component in this commit is to disable &on_change notifications when &backend loads a table from sqlite on startup.
This commit is contained in:
parent
930a5c8ebd
commit
36db9d8369
8 changed files with 43 additions and 20 deletions
|
@ -44,7 +44,7 @@ enum AttrTag {
|
|||
ATTR_ON_CHANGE, // for table change tracking
|
||||
ATTR_BROKER_STORE, // for Broker store backed tables
|
||||
ATTR_BROKER_STORE_ALLOW_COMPLEX, // for Broker store backed tables
|
||||
ATTR_BACKEND, // for Broker store backed tabled
|
||||
ATTR_BACKEND, // for Broker store backed tables
|
||||
ATTR_DEPRECATED,
|
||||
NUM_ATTRS // this item should always be last
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue