When a transaction is rolled back in timestamp ordering protocol, why is it given a new timestamp? Why don`t we retain the old timestamp?
$db_user="root"; $db_host="localhost"; $db_password="root"; $db_name = "fayer"; $conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die ("couldn t connect to server"); // perform query ...