2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
This commit is contained in:
Francis Dupont
2020-04-23 13:12:57 +02:00
parent b064001b5a
commit d762050c23

View File

@@ -76,7 +76,7 @@ struct TaggedStatement {
const char* text;
};
/// @brief Retry on innoDB deadlock.
/// @brief Retry on InnoDB deadlock.
///
/// When f(args) returns ER_LOCK_DEADLOCK f(args) is called again up to 5 times.
///