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,
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
---