Isolation level is important DB parameter and this can be checked by using below query in MYSQL database.

SELECT @@TX_ISOLATION;

This will show the results as like below

tx-level-query