forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2.9 KiB
2.9 KiB
Checking Whether the Transaction Isolation Levels are Consistent
MySQL
Check Item |
Whether the transaction isolation levels are consistent |
---|---|
Description |
Check whether the transaction isolation levels of the source and destination databases are the same. |
Failure Cause and Handling Suggestion |
If you are migrating data to the cloud, perform the following operations: Failure cause: The transaction isolation levels of the source and destination databases are different. Handling suggestion: Change the isolation level (tx_isolation or transaction_isolation) of the destination database to be the same as that of the source database. |
Parent topic: Database Parameters