MySQL

Memo: How to build MySQL

Memorandum for myself. Install Lubuntu into Netbook(eeePC 1000H) via USB Universal USB Installer http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ Lubuntu image http://lubuntu.net/ Get, build, and test MySQL Get source co…

MySQL source code reading 2 - basic flow

Introduction This article follows http://d.hatena.ne.jp/takahirox/20140331/1396222792.I'll confirm the basic query processing flow in this article. Main directories The directories which I mainly need to see is these three directories. htt…

MySQL source code reading 1 - get ready

Introduction Began to read MySQL server source code. I'll write down what I read and what I understand to keep them in my mind. (Too complex for me to remember without any memorandum...)First of all, I wrote how I prepared to read the code…