python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
mysql deadlocking with autocommit on and no confict
I have a piece of (Perl) code, of which I have multiple instances running at the same time, all with a different - unique - value for a variable $dsID. Nearly all of them keep falling over when they t...
Phil Evans
Votes: 0
Answers: 0
Why SQL deadlock occurs in insert?
I have a test that sometimes fails with a transaction deadlock exception, and I'd like to understand why.
The test several times concurrently inserts data to the table when records with the key being ...
Mikhail Brinchuk
Votes: 0
Answers: 0
Deadlock on single table
We occasionally encounter the following deadlock:
Process 1: Multiple INSERTS into DeadlockedTable, inside a transaction
Process 2: Calling a table-valued function with multiple SELECTs on DeadlockedT...

StefanFFM
Votes: 0
Answers: 1
How to kill Firebird (2.1) attachment/connection if VPN was used for database session
I am using VPN (Endpoint Security, Check Point) to establish connection to the Firebird 2.1 database from IBExpert on my computer. Sometimes I just forget disconnect from database and I cancel/disonne...
TomR
Votes: 0
Answers: 1