Does using NOW() in 2+ queries in a single InnoDB transaction guarantee that the inserted datetime value will be exact in the database?
In other words, is the NOW(), even if you have more than 20 queries in a single transaction using it always going to be the same, or will it change?