comparison MySQL/NEWS @ 144:740d9829f52e

handling of errors if MySQL user cannot CREATE TRIGGER
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Mar 2020 12:10:52 +0100
parents 0b3e9ee53c46
children 710537acb488
comparison
equal deleted inserted replaced
142:bbd57f5672fa 144:740d9829f52e
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Report issue/solution and prevent the start of Orthanc if the MySQL user is
5 not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege)
4 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata 6 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
5 * Added an advisory lock to avoid race conditions during database setup 7 * Added an advisory lock to avoid race conditions during database setup
6 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 8 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure
7 the retries when connecting to the DB at startup 9 the retries when connecting to the DB at startup
8 10