Set the default transaction isolation level. New transactions will start with the given isolation level when DB_DEFAULT_ISOLATION is selected. If a transaction is in progress, this call will not change its isolation level. Until set_default_isolation_level is called, the default isolation level is DB_READ_COMMITTED.
|