9 Star 25 Fork 7

腾讯云(北京)有限责任公司/TXSQL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.git-rewrite
Docs
client
cmake
components
depend
doxygen_resources
env_depend
extra
include
install
libbinlogevents
libbinlogstandalone
libmysql
libservices
man
mysql-test
mysys
packaging
plugin
router
scripts
share
sql-common
sql
storage
strings
support-files
tdsql
testclients
unittest
utilities
vio
win
.clang-format
.gitattributes
.gitconfig
.gitignore
CMakeLists.txt
Doxyfile-ignored
Doxyfile.in
LICENSE
MYSQL_BIN_LOG::commit
MYSQL_BIN_LOG::ordered_commit
MYSQL_BIN_LOG::prepare
README
README.compile
VERSION
a14e44f2081ddc6c93e760cfa3d4193454bc791a.patch
be747ae79f320994cf39c24c64e977035efe334c.patch
bigfile.txt
binlog_prepare
build.sh
build.sh.readme
ci_txsql_package.pl
config.h.cmake
configure.cmake
file-
ha_prepare_low
ha_rnd_next
post-install.sh
run_doxygen.cmake
克隆/下载
README.compile 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
harlylei 提交于 5年前 . add compile description
1.argument description
sh make.sh -h
Usage: make.sh [-t debug|release] [-d <dest_dir>] [-s <server_suffix>] [-g asan|tsan] [-r 0|1]
Or
make.sh [-h | --help]
-t Select the build type.
-r remove old files,and recompile and install
-d Set the destination directory.
-s Set the server suffix.
-g Enable the sanitizer of compiler, asan for AddressSanitizer, tsan for ThreadSanitizer
-h, --help Show this help message.
note: this script is intended for internal use by MySQL developers.
2. normal compile
sh make.sh
3.normal debug compile
sh make.sh -t debug
4. compile & install
sh make.sh -r 1
5. pkg path
mysql_install/mysql-server-8.0.18/
6. install one instance
a)su root
b)argument description
./install_mysql_innodb.sh
output like:
./install_mysql_innodb.sh mode[webank/default] username port innodb_buffer_size data_disk log_disk [mysql_variables like character-set-server=utf8&collation-server=utf8_general_ci&lower_case_table_names=1&skip-name-resolve=]
c) ./install_mysql_innodb.sh default harlylei 8200 100M /data1 /data/log
create one mysql instance ,the port is 8200 ,buff pool size is 100M ,data path: /data1 ,log path: /data/log
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/X-SQL/TXSQL.git
git@gitee.com:X-SQL/TXSQL.git
X-SQL
TXSQL
TXSQL
8.0

搜索帮助