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?
User A - lock tables test_table;
User B - insert into test_table values ('test');
Why does User B never run into a timeout?