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:
Isaac Connor
2026-05-16 23:14:37 -04:00
parent d01300832e
commit 1323e9f023

View File

@@ -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