Re: Will this make a mess

2002-01-02 Thread Sinisa Milivojevic
Goran Krajacic writes: > In my program i first make a lot of REPLACEs (1 and even more) and > immediately after that i make a SELECT on the same table. > Is it posible that MySQL messes up and makes the SELECT before the last > REPLACE is done? > > Thanks > Goran > No , it is not possible,

Will this make a mess

2002-01-02 Thread Goran Krajacic
In my program i first make a lot of REPLACEs (1 and even more) and immediately after that i make a SELECT on the same table. Is it posible that MySQL messes up and makes the SELECT before the last REPLACE is done? Thanks Goran ---