Skip to content

Commit

Permalink
Improve the description based on user feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbin579 committed Dec 25, 2024
1 parent dfe7006 commit c7a4cbd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@ When deploying MySQL for testing, it is preferable to match the test environment
7. Improvements to MySQL are referred to as improved MySQL or modified MySQL.
8. The transaction isolation level in TPC-C tests is *Read Committed*.
9. The storage engine used for transactions is InnoDB.
10. The *binlog_format* parameter is set to row-based format.
11. MySQL, whether primary or secondary, uses GTID (Global Transaction Identifier).
12. Cluster settings include *replica_preserve_commit_order=on*.
13. Most tests are based on BenchmarkSQL TPC-C.
14. Unless stated otherwise, TPC-C tests are generally based on partitioned large tables.
10. Unless otherwise stated, the default mode during MySQL Group Replication testing is single-primary mode.
11. The *binlog_format* parameter is set to row-based format.
12. MySQL, whether primary or secondary, uses GTID (Global Transaction Identifier).
13. Cluster settings include *replica_preserve_commit_order=on*.
14. Most tests are based on BenchmarkSQL TPC-C.
15. Unless stated otherwise, TPC-C tests are generally based on partitioned large tables.

## How to Contact Us

Expand Down

0 comments on commit c7a4cbd

Please sign in to comment.