Re: Howto check whether really innoDB is used

2002-10-15 Thread Josh Trutwin
> Hi folks, > > I just upgraded to mysql-max-3.23.52-1 because I realized that the > standard mysql does not support transactions. I still have a transaction > problem with many clients reading the same data (every read causes an > update on one column so that the read value should be unique in th

Howto check whether really innoDB is used

2002-10-14 Thread Lutz Feldgen
Hi folks, I just upgraded to mysql-max-3.23.52-1 because I realized that the standard mysql does not support transactions. I still have a transaction problem with many clients reading the same data (every read causes an update on one column so that the read value should be unique in the whole clu