Hello guys,
If I'm not mistaken one can find locked tables by : show open table where in_use > 0. Is that correct ? Each time I'm running this statement I'm getting a result. So, little wonder we're once in while running into a deadlock... Does anybody in here knows about documentation about Mysql locking behavior for the Hibernate/Spring stack ? I'd like to iron out the table locks in favor of row-level locks. Otherwise our users keep on stepping onto each other's toes. :-) Many thanks & Happy coding ! ;-) Jan -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
