Merge pull request #5927 from rgerhards/ommysql-upd

AI support: update meta info on ommysql after patches
This commit is contained in:
Rainer Gerhards 2025-08-13 13:55:10 +02:00 committed by GitHub
commit a5a2205b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,3 +32,10 @@ contrib_mmkubernetes:
requires_serialization: false
notes:
- WID is per-thread; shared caches in pData must be guarded.
ommysql:
paths: ["plugins/ommysql/"]
requires_serialization: false
notes:
- Per-worker MYSQL handle in pWrkrData; no module-level RW lock required after refactor.