-
How do I set the transaction isolation level while testing with HammerDB? I would like to know how to do it in the CLI |
Beta Was this translation helpful? Give feedback.
Answered by
sm-shaw
Apr 21, 2023
Replies: 1 comment 2 replies
-
Transaction isolation is a database setting. For example, this is how to set it in MySQL |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sm-shaw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transaction isolation is a database setting. For example, this is how to set it in MySQL
https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_transaction_isolation
Please consult the documentation for the database you are using.