Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1954

Innodb lock tables (1 reply)

$
0
0
Can somebody please explain me following scenario:

User A - lock tables test_table;
User B - insert into test_table values ('test');

Why does User B never run into a timeout?

Viewing all articles
Browse latest Browse all 1954

Trending Articles