Hi
Ok, i have two DB server, i connect from each one to the other using the hostname@dbservername:table syntax.
When i open a transaction in server1 and connect to server2, and start to make insertions and updates from server1 to server2, and suddenly network connection breaks down, and in server1 commit transaction, server2 remains with locks?...... if so, although i rollback transaction, server2 will remains with locks too, right? (since there is no network comunication)....what should i do to avoid locks like this to happend?
Sorry my bad English...