mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-19 09:32:30 -04:00
docs: reference the actual Event::Event constructor in lock-order block
Previous wording named a fictional Event::createNotification function; the bucket+ES insert sequence in src/zm_event.cpp lives in the Event constructor (line 46). Point future readers at the right symbol so they can grep and verify the path.
This commit is contained in:
@@ -127,7 +127,7 @@ drop procedure if exists update_storage_stats//
|
||||
* Writers that follow this order (and must continue to):
|
||||
* - event_update_trigger (AFTER UPDATE on Events)
|
||||
* - event_delete_trigger (BEFORE DELETE on Events)
|
||||
* - src/zm_event.cpp Event::createNotification path: INSERT Events, then
|
||||
* - The Event::Event constructor in src/zm_event.cpp: INSERT Events, then
|
||||
* INSERT Events_Hour/Day/Week/Month, then INSERT/UPDATE Event_Summaries
|
||||
* (event_insert_trigger is commented out below; zmc does it directly)
|
||||
* - The bucket update/delete triggers cascade into Event_Summaries in the
|
||||
|
||||
Reference in New Issue
Block a user