Skip to content

Commit e33f435

Browse files
committed
001
1 parent 9b7da9d commit e33f435

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ For the library to work correctly, the following server variables must have the
1616

1717
**gtid_mode**=***OFF***
1818

19-
If your server version above 8.0.19 **binlog_transaction_compression**=***OFF***
2019

2120
# build
2221

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "mysql_source/mysql present"
3232

3333
else
3434

35-
git clone -v --branch 'mysql-8.0.19' --depth 1 https://github.com/mysql/mysql-server.git mysql_source/mysql
35+
git clone -v --branch 'mysql-8.0.22' --depth 1 https://github.com/mysql/mysql-server.git mysql_source/mysql
3636

3737
fi
3838

0 commit comments

Comments
 (0)