LINUX.ORG.RU

История изменений

Исправление drsm, (текущая версия) :

так может быть?

t1:

update tbl set count = count + 1 where id = 6;
update tbl set count = count + 1 where id = 5;

t2:

update tbl set count = count + 1 where id = 5;
update tbl set count = count + 1 where id = 6;

Исходная версия drsm, :

t1:

update tbl set count = count + 1 where id = 6;
update tbl set count = count + 1 where id = 5;

t2:

update tbl set count = count + 1 where id = 5;
update tbl set count = count + 1 where id = 6;