Transaction isolation level - potential bug?

2002-10-15 Thread Amine Korch
Hello all. I have encountered an really annoying problem in MySQL 3.23.49 on Win32. I am using InnoDB because I need transactions. I use autocommit off. I'll try best to describe the problem I have: I have two sessions to my DB. Session 1 inserts some data into a table, then commits. Session

Re: Transaction isolation level - potential bug?

2002-10-15 Thread Mark Matthews
Amine Korch wrote: Hello all. I have encountered an really annoying problem in MySQL 3.23.49 on Win32. I am using InnoDB because I need transactions. I use autocommit off. I'll try best to describe the problem I have: I have two sessions to my DB. Session 1 inserts some data into a