Skip to content

Commit 591ad41

Browse files
committed
Avoid potential future copyright disputes with Oracle
1 parent ec46663 commit 591ad41

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Appendix.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -470,11 +470,11 @@ The operating system kernel version is Linux 5.19.8.
470470
471471
The script for creating TPC-C tables can be found at the following address:
472472
473-
https://github.com/advancedmysql/mysql_8.0.27/blob/main/tableCreates.sql_base_for_test
473+
https://github.com/enhancedformysql/mysql_8.0.27/blob/main/tableCreates.sql_base_for_test
474474
475475
The script for creating relevant indexes can be found at the following address:
476476
477-
https://github.com/advancedmysql/mysql_8.0.27/blob/main/indexCreates.sql_base_for_test
477+
https://github.com/enhancedformysql/mysql_8.0.27/blob/main/indexCreates.sql_base_for_test
478478
479479
The main configuration script for BenchmarkSQL testing is as follows:
480480
@@ -540,7 +540,7 @@ Due to numerous tests, only typical configurations are listed here. Special conf
540540
541541
For specific details on the typical configuration parameters for a standalone MySQL instance, please refer to the following address:
542542
543-
https://github.com/advancedmysql/mysql_8.0.27/blob/main/my.cnf_base_for_test
543+
https://github.com/enhancedformysql/mysql_8.0.27/blob/main/my.cnf_base_for_test
544544
545545
It should be noted that by default, the tests are conducted under the *Read Committed* transaction isolation level, with *binary logging* enabled, *'dual one'* configuration, and *doublewrite* enabled.
546546
@@ -584,7 +584,7 @@ slave_parallel_type=LOGICAL_CLOCK
584584
slave_preserve_commit_order=on
585585
```
586586
587-
Regarding the improved Group Replication, since it is similar between MySQL 8.0.32 and MySQL 8.0.40, we have provided a version available for online use at the following address: https://github.com/advancedmysql/mysql-8.0.40.
587+
Regarding the improved Group Replication, since it is similar between MySQL 8.0.32 and MySQL 8.0.40, we have provided a version available for online use at the following address: https://github.com/enhancedformysql/mysql-8.0.40.
588588
589589
Accordingly, the configuration parameters for the primary server are as follows:
590590
@@ -628,15 +628,15 @@ Please note that we no longer provide the source code based on MySQL 8.0.32, but
628628
629629
The details related to semisynchronous replication can be found at the following address:
630630
631-
https://github.com/advancedmysql/mysql_8.0.27/blob/main/semisynchronous.txt
631+
https://github.com/enhancedformysql/mysql_8.0.27/blob/main/semisynchronous.txt
632632
633633
### 7 Source Code Repository
634634
635635
**Patch for "Percona Server for MySQL 8.0.27-18":**
636636
637637
Patch Address:
638638
639-
https://github.com/advancedmysql/mysql_8.0.27/blob/main/book_8.0.27_single.patch
639+
https://github.com/enhancedformysql/mysql_8.0.27/blob/main/book_8.0.27_single.patch
640640
641641
This patch specifically targets optimizations for a standalone MySQL instance, including:
642642
@@ -646,7 +646,7 @@ This patch specifically targets optimizations for a standalone MySQL instance, i
646646
647647
**Cluster Source Code:**
648648
649-
The source code for MySQL cluster versions is available here: https://github.com/advancedmysql/mysql-8.0.40
649+
The source code for MySQL cluster versions is available here: https://github.com/enhancedformysql/mysql-8.0.40
650650
651651
For MySQL clusters, the patch introduces further optimizations for **Group Replication** and **MySQL secondary replay**.
652652

Preface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ When deploying MySQL for testing, it is preferable to match the test environment
8686

8787
## How to Contact Us
8888

89-
For configurations, patches, and additional information related to this book, please visit our webpage: <https://github.com/advancedmysql/>.
89+
For configurations, patches, and additional information related to this book, please visit our webpage: <https://github.com/enhancedformysql/>.
9090

9191
Email [wangbin579@gmail.com](mailto:wangbin579@gmail.com) to comment or ask technical questions about this book.
9292

References.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@
126126

127127
[63] Jelena Antic, Georgios Chatzopoulos, Rachid Guerraoui, and Vasileios Trigonakis. 2016. Locking made easy. In Proceedings of the International Middleware Conference (Middleware). 1--14.
128128

129-
[64] https://github.com/advancedmysql/mysqlplus.
129+
[64] https://github.com/enhancedformysql/enhancedformysql.
130130

131131
[Next](Appendix.md)

0 commit comments

Comments
 (0)