merge develop into master 20240312

This commit is contained in:
hnwyllmm
2024-03-14 09:56:28 +00:00
committed by ob-robot
parent 668b1289ad
commit 68a433ea37
12 changed files with 1045 additions and 39 deletions

View File

@ -12,11 +12,19 @@ At present, the guide is composed of the following parts:
1. **Get started**: Setting up the development environment, build and connect to the OceanBase server, the subsections are based on an imagined newbie user journey.
1. [Install toolchain](toolchain.md)
2. [Get the code, build and run](build-and-run.md)
3. Set up an IDE
4. [Write and run unit tests](unittest.md)
5. [Debug](debug.md)
6. Commit code and submit a pull request
2. **Contribute to OceanBase**: helps you quickly get involved in the OceanBase community, which illustrates what contributions you can make and how to quickly make one.
3. [Set up an IDE](ide-settings.md)
4. [Coding Convensions](coding-convension.md)
5. [Write and run unit tests](unittest.md)
6. [Running MySQL test](mysqltest.md)
7. [Debug](debug.md)
8. Commit code and submit a pull request
More information before you start a big feature developing, you should read content below and it can help you understand oceanbase better.
1. [Logging System](logging.md)
2. [Memory Management](memory.md)
3. [Containers](container.md)
4. [Coding Standard](coding_standard.md)
3. **Contribute to OceanBase**: helps you quickly get involved in the OceanBase community, which illustrates what contributions you can make and how to quickly make one.
## User documents