Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to Laurynas' blog posts that could at least remotely apply … #18

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions list-int.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ See the [key](#key) for explanations of the terms used in this list.

* **[Quick builds and rebuilds of MariaDB using Docker](https://optimizedbyotto.com/post/quick-builds-and-rebuilds-of-mariadb-with-docker/)** - Constains practical hints, useful even if you don't plan to use Docker.
* [Building MariaDB Server from the sources](https://fromdual.com/building-mariadb-server-from-the-sources)
* [The Zoo of MySQL Storage Engine
Flags](https://of-code.blogspot.com/2022/12/the-zoo-of-mysql-storage-engine-flags.html)
* [On Writing to the MySQL Error
Log](https://of-code.blogspot.com/2023/01/on-writing-to-mysql-error-log.html)
* [MySQL, clang -ftime-trace, &
ClangBuildAnalyzer](https://of-code.blogspot.com/2023/04/mysql-clang-ftime-trace.html)
* [Tips for making MySQL builds & tests
faster](https://of-code.blogspot.com/2023/05/mysql-compilation-and-testsuite-run-tips.html)
* [MySQL Build Times: Use
Ninja](https://of-code.blogspot.com/2023/08/mysql-build-times-use-ninja.html)
* [Implementing durability in a MySQL storage
engine](https://of-code.blogspot.com/2023/09/implementing-durability-in-mysql.html)
* [MySQL clone plugin internals and MyRocks clone
design](https://of-code.blogspot.com/2024/01/mysql-clone-plugin-internals-and.html)
* [Introducing patch2testlist for MySQL
development](https://of-code.blogspot.com/2024/01/introducing-patch2testlist-for-mysql.html)
* [Implementing a Table-Returning MySQL
Function](https://of-code.blogspot.com/2024/06/implementing-table-returning-mysql.html)
* [A README for my MySQL development
tooling](https://of-code.blogspot.com/2024/08/a-readme-for-my-mysql-development.html)
* [Running Perl-using MTR tests for fb-mysql under
macOS](https://of-code.blogspot.com/2024/09/running-perl-using-mtr-tests-for-fb.html)

## Tools

Expand Down