Is the statement update `table` set `field` = `field` + 1 where `id` = 1; atomic in InnoDB? Or it\'s be executed as select new_field from `table` where `i
update `table` set `field` = `field` + 1 where `id` = 1;
select new_field from `table` where `i