<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deadlock on FromDual GmbH</title><link>https://www.fromdual.com/tags/deadlock/</link><description>Recent content in Deadlock on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Sat, 25 Nov 2023 18:06:46 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/deadlock/index.xml" rel="self" type="application/rss+xml"/><item><title>InnoDB Deadlock on SELECT? Not possible! Or Is It?</title><link>https://www.fromdual.com/blog/innodb-deadlock-on-select-not-possible-or-is-it/</link><pubDate>Sat, 25 Nov 2023 16:58:41 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/innodb-deadlock-on-select-not-possible-or-is-it/</guid><description>&lt;p&gt;Translated by &lt;a href="https://www.deepl.com/en/translator" target="_blank"&gt;deepl.com&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Two points in advance:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;A deadlock is a state in which two different transactions are no longer able to continue working because each transaction holds a lock that the other transaction would need. Because both transactions are now waiting for the other transaction to release their locks, neither transaction will release their respective locks. And that would last forever. To avoid this, the MariaDB instance intervenes and kills the transaction that has done less work. The application then receives a deadlock error message of this type:&lt;/p&gt;</description></item><item><title>MariaDB Deadlocks</title><link>https://www.fromdual.com/blog/mariadb-deadlocks/</link><pubDate>Tue, 11 Jan 2022 15:18:03 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mariadb-deadlocks/</guid><description>&lt;p&gt;We get ever and ever again customer requests concerning Deadlocks. First of all, Deadlocks are usually an application problem, not a database problem! The database itself manifests the application problem with the following message which is sent to the application as an error:&lt;/p&gt;</description></item><item><title>innodb_deadlock_detect - Rather Hands off!</title><link>https://www.fromdual.com/blog/innodb-deadlock-detect-rather-hands-off/</link><pubDate>Mon, 23 Mar 2020 11:24:15 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/innodb-deadlock-detect-rather-hands-off/</guid><description>&lt;p&gt;Recently we had a new customer who has had from time to time massive database problems which he did not understand. When we reviewed the MySQL configuration file (&lt;code&gt;my.cnf&lt;/code&gt;) we found, that this customer had disabled the InnoDB Deadlock detection (&lt;code&gt;innodb_deadlock_detect&lt;/code&gt;).&lt;/p&gt;</description></item><item><title>InnoDB Deadlock detected</title><link>https://www.fromdual.com/blog/innodb-deadlock-detected/</link><pubDate>Thu, 16 Jul 2015 20:10:36 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/innodb-deadlock-detected/</guid><description>&lt;p&gt;You got an InnoDB Deadlock. Please talk to your development department to fix this problem. Deadlocks are an application problem!&lt;/p&gt;</description></item><item><title>Logging Galera Cluster conflicts</title><link>https://www.fromdual.com/blog/logging-galera-cluster-conflicts/</link><pubDate>Sat, 11 Apr 2015 12:30:54 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/logging-galera-cluster-conflicts/</guid><description>&lt;p&gt;We typically suggest our customers to use our &lt;a href="https://www.fromdual.com/mysql-configuration-file-sample/index.php" title="MySQL configuration template my.cnf"&gt;MySQL/Galera Cluster my.cnf configuration template&lt;/a&gt; to avoid MySQL configuration and performance problems.&lt;/p&gt;</description></item><item><title>Deadlocks, indexing and Primary Key's</title><link>https://www.fromdual.com/blog/deadlocks-indexing-and-primary-keys/</link><pubDate>Thu, 16 Aug 2012 10:51:40 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/deadlocks-indexing-and-primary-keys/</guid><description>&lt;p&gt;Recently a customer has shown up with some deadlocks occurring frequently. They were of the following type (I have shortened the output a bit):&lt;/p&gt;</description></item></channel></rss>