How does $mysqli->rollback(); works? It looks like it only rollback the last query not the entire transaction. Am I right? How do I have it roll back the entire transaction?
↧
How does $mysqli->rollback(); works? It looks like it only rollback the last query not the entire transaction. Am I right? How do I have it roll back the entire transaction?