Skip to content

Commit

Permalink
5.4.15-16724034 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldbread3 committed Dec 30, 2022
1 parent 3732052 commit 1f5b80f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[![LICENSE](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://github.com/ApsaraDB/galaxysql/blob/main/LICENSE)
[![LICENSE](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://github.com/polardb/polardbx-sql/blob/main/LICENSE)
[![Language](https://img.shields.io/badge/Language-Java-blue.svg)](https://www.java.com/)

[中文文档](docs/zh_CN/README.md)
Expand All @@ -16,4 +16,4 @@ The code from MySQL Connector/J 8.0 still follows the original license, see the
The derivative code of GalaxyGlue is under the Apache License 2.0, see the [license](LICENSE) file for details.

## Contributing
See [how to contribute](https://github.com/ApsaraDB/galaxysql#contributing).
See [how to contribute](https://github.com/polardb/polardbx-sql#contributing).
12 changes: 6 additions & 6 deletions docs/zh_CN/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

[English Version](../../README.md)

## 什么是 ApsaraDB GalaxyGlue ?
GalaxyGlue 是对 MySQL Connector/J 8.0 的一个扩展。
## 什么是 PolarDB-X Glue ?
PolarDB-X Glue 是对 MySQL Connector/J 8.0 的一个扩展。

GalaxyGlue 采用异步化协议设计、会话连接解耦、实例级连接池、流量控制等机制,通过与 [ApsaraDB GalaxyEngine](https://github.com/ApsaraDB/galaxyengine) 配合,该扩展可以增强第三方系统与 GalaxyEngine 的网络交互性能,改善高并发多连接场景下稳定性。
PolarDB-X Glue 采用异步化协议设计、会话连接解耦、实例级连接池、流量控制等机制,通过与 [PolarDB-X Engine](https://github.com/ApsaraDB/galaxyengine) 配合,该扩展可以增强第三方系统与 GalaxyEngine 的网络交互性能,改善高并发多连接场景下稳定性。

## License
GalaxyGlue 引用 MySQL Connector/J 8.0 的代码仍遵照原开源协议,协议详情参看 [License](https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE) 文件。
PolarDB-X Glue 引用 MySQL Connector/J 8.0 的代码仍遵照原开源协议,协议详情参看 [License](https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE) 文件。

GalaxyGlue 扩展部分代码采用 Apache License 2.0 协议,协议详情参看 [License](../../LICENSE) 文件。
PolarDB-X Glue 扩展部分代码采用 Apache License 2.0 协议,协议详情参看 [License](../../LICENSE) 文件。

## Contributing
查看 [如何贡献说明](https://github.com/ApsaraDB/galaxysql#contributing)
查看 [如何贡献说明](https://github.com/polardb/polardbx-sql#contributing)

0 comments on commit 1f5b80f

Please sign in to comment.