Skip to content

Commit 5b18772

Browse files
author
zongzhi.czz
committed
Merge branch 'master' of github.com:alibaba/AliSQL
* 'master' of github.com:alibaba/AliSQL: Update README.md MOD build.sh: use bundled tirpc to compile
2 parents 3fc2639 + 1a97fb1 commit 5b18772

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
AliSQL is Alibaba's MySQL branch, forked from official MySQL and used extensively in Alibaba Group's production environment. It includes various performance optimizations, stability improvements, and features tailored for large-scale applications.
44

55
- [AliSQL](#alisql)
6-
- [🚀 Quick Start (DuckDB)](#-quick-start-duckdb)
6+
- [Quick Start (DuckDB)](#-quick-start-duckdb)
77
- [Version Information](#version-information)
88
- [Features](#features)
99
- [Roadmap](#roadmap)
@@ -13,7 +13,7 @@ AliSQL is Alibaba's MySQL branch, forked from official MySQL and used extensivel
1313
- [License](#license)
1414
- [See Also](#see-also)
1515

16-
## 🚀 Quick Start (DuckDB)
16+
## Quick Start (DuckDB)
1717

1818
> **Quickly build your DuckDB node:** **[How to set up a DuckDB node](./wiki/duckdb/how-to-setup-duckdb-node-en.md)**
1919

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ cmake_args=(
212212
-DWITH_EXTRA_CHARSETS=all
213213
-DWITH_ZLIB=bundled
214214
-DWITH_ZSTD=bundled
215+
-DWITH_TIRPC=bundled
215216
-DWITH_MYISAM_STORAGE_ENGINE=1
216217
-DWITH_INNOBASE_STORAGE_ENGINE=1
217218
-DWITH_CSV_STORAGE_ENGINE=1

0 commit comments

Comments
 (0)