diff Framework/MySQL/MySQLTransaction.cpp @ 234:d1b124d116c1

PostgreSQL index plugin handles retries for collisions between multiple writers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Apr 2021 10:50:01 +0200
parents ee5858d438dc
children 35598014f140
line wrap: on
line diff
--- a/Framework/MySQL/MySQLTransaction.cpp	Tue Apr 06 15:07:27 2021 +0200
+++ b/Framework/MySQL/MySQLTransaction.cpp	Thu Apr 08 10:50:01 2021 +0200
@@ -58,7 +58,7 @@
   {
     if (active_)
     {
-      LOG(WARNING) << "An active MySQL transaction was dismissed";
+      LOG(INFO) << "An active MySQL transaction was dismissed";
 
       try
       {