Skip navigation links
The world's most popular open source database
Login
|
Register
Developer Zone
Downloads
Documentation
MySQL Server
MySQL Enterprise
MySQL Workbench
MySQL Cluster
MySQL Connectors
Topic Guides
Expert Guides
Other Docs
Archives
About
Documentation Library
Table of Contents
Search manual:
MySQL Internals Manual
:: 4 How to Build MySQL Server with CMake
« 3.3 How to Extend This Page
4.1 Introduction »
Section Navigation
[
Toggle
]
Preface and Legal Notice
1 A Guided Tour Of The MySQL Source Code
2 Coding Guidelines
3 Reusable Classes and Templates
4 How to Build MySQL Server with CMake
4.1 Introduction
4.2 Prerequisites
4.3 How to install CMake
4.4 Very quick how-to-build
4.5 Build using the same options as in MySQL official release
4.6 Long description of how-to build
5 Autotools to CMake Transition Guide
6 Plugins
7 Transaction Handling in the Server
8 The Optimizer
9 Tracing the Optimizer
10 Memory Allocation
11 Important Algorithms and Structures
12 File Formats
13 How MySQL Performs Different Selects
14 How MySQL Transforms Subqueries
15 MySQL Client/Server Protocol
16 Stored Programs
17 Prepared Statement and Stored Routine Re-Execution
18 Writing a Procedure
19 Replication
20 The Binary Log
21 MySQL Backup
22 MyISAM Storage Engine
23 InnoDB Storage Engine
24 Writing a Custom Storage Engine
25 Test Synchronization
26 Injecting Test Faults
27 How to Create Good Test Cases
28 Porting to Other Systems
29 Error Messages
A MySQL Source Code Distribution
B InnoDB Source Code Distribution
Index
Chapter 4. How to Build MySQL Server with CMake
Table of Contents
[
+/-
]
4.1. Introduction
4.2. Prerequisites
4.3. How to install CMake
4.4. Very quick how-to-build
4.5. Build using the same options as in MySQL official release
4.6. Long description of how-to build
[
+/-
]
4.6.1. Create the build directory
4.6.2. Configuration step
4.6.3. Listing configuration parameters
4.6.4. Changing configuration parameters
4.6.5. Building Debug Configurations
4.6.6. ./configure emulation
4.6.7. For Developers: how to write platform checks
4.6.8. FAQ / Miscellany
Top
/
Previous
/
Next
/
Up
/
Table of Contents
© 2013, Oracle Corporation and/or its affiliates