Skip to content

Commit

Permalink
update sql docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhao committed Aug 30, 2024
1 parent 11c5019 commit 4a302d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/advanced/5.MySQL源代码调试环境.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
- CodeLLDB
- CMake Tools

- <span style="color:blue">**重要的事情提前说**:mysql8.x 是天坑,编译时文件解压的空间强烈建议>40G!!!!30G 真得很勉强,成功全靠运气!编译等了 one hour,系统告诉你硬盘空间不足:)<span style="color:blue">
- **重要的事情提前说**:请准备好足够的时间,我 8 核 16G 的服务器,编译了很长时间,大概是三个多小时
- **重要的事情提前说**:编译异常后,需要删除对应的 cmake cache 后再次进行编译,否则每次都会读取缓存进行相同的报错。
- **<span style="color:red"> 重要的事情提前说:mysql8.x 是天坑,编译时文件解压的空间强烈建议>40G!!!!30G 真得很勉强,成功全靠运气!编译等了 one hour,系统告诉你硬盘空间不足:)</span>**
- **<span style="color:red">重要的事情提前说**:请准备好足够的时间,我 8 核 16G 的服务器,编译了很长时间,大概是三个多小时。</span>\*\*
- **<span style="color:red">重要的事情提前说**:编译异常后,需要删除对应的 cmake cache 后再次进行编译,否则每次都会读取缓存进行相同的报错。</span>\*\*
17 changes: 5 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ nav:
- "2.InnoDB——简介": advanced/2.InnoDB——简介.md
- "3.InnoDB关键特性": advanced/3.InnoDB——关键特性.md
- "4.InnoDB内存结构——缓冲池": advanced/4.InnoDB内存结构——缓冲池.md
- "OLAP":
- "5.搭建MySQL源代码调试debug环境": advanced/5.MySQL源代码调试环境.md
- "OLAP":
- "1.0.OLAP概述": olap/01.OLAP概述.md
- "使用 PyCharm 远程开发": dev/pycharm-remote-development.md
- "Ansible 调试":
Expand Down Expand Up @@ -161,11 +162,11 @@ nav:
- "MySQL调优":
#- "Ansible 架构": dev/ansible-architecture.md
- "调优概述": optimize/1.overview.md
- "数据大小": optimize/many_tables.md
- "数据大小": optimize/many_tables.md

- "Ansible Awx": ui/awx.md
- "数据库结构调优": optimize/.md

- "PostgreSQL":
- "0. PostgreSQL简介": postgresql/01.postgresql简介.md
- "1. PogreSQL安装": postgresql/02.postgresql安装.md
Expand All @@ -175,7 +176,6 @@ nav:

- "4. 继承": postgresql/05.继承表.md


- "MongoDB":
- "0. MongoDB概述": mongodb/01.简介.md
- "认证":
Expand All @@ -191,7 +191,6 @@ nav:
- kerberos-server: roles/auth/kerberos-server.md
- openldap: roles/auth/openldap.md


- "算法":
- "0. 算法概述": 算法/01.算法和数据结构概述.md
- "2. redis客户端": redis/02.redis客户端.md
Expand All @@ -200,11 +199,5 @@ nav:
- kerberos-server: roles/auth/kerberos-server.md
- openldap: roles/auth/openldap.md







extra_css:
- stylesheets/extra.css

0 comments on commit 4a302d5

Please sign in to comment.