Search



Search Results
Displaying 21 to 30 of 139 total results
https://dev.mysql.com/doc/internals/en/cmake-howto-quick.html
This section briefly describes how to build MySQL in a release or debug configuration. It also describes how to build using the same options as used for MySQL official releases. The following discussion assumes that your initial current working ...
https://dev.mysql.com/doc/internals/en/cmake.html
This chapter describes how to build MySQL from source with CMake. You might also find these resources useful: Section 4.6, “Autotools to CMake Transition Guide”: If you have previously built MySQL using the GNU Autotools, this guide shows how ...
https://dev.mysql.com/doc/internals/en/cmake-howto-detailed.html
The following discussion assumes that your initial current working directory is the top-level MySQL source directory. Ensure that your compiler and cmake are in your PATH setting.
https://dev.mysql.com/doc/internals/en/replication-source-code-files.html
Status of this section: up to date 2009-12-16 Files in the sql directory: File Description slave.h/.cc Contains the slave IO and SQL threads. This is the high-level administrative logic for the slave threads - that is, not the low-level functions ...
https://dev.mysql.com/doc/internals/en/source-code-locations.html
...
https://dev.mysql.com/doc/internals/en/source-file-archaeological-notes.html
log_event_old.h/log_event_old.cc (present in MySQL 5.1.18 and up): Classes to read and execute old versions of the row log events: Write_rows_log_event_old Update_rows_log_event_old Delete_rows_log_event_old Prior to MySQL 5.1.17, those classes ...
https://dev.mysql.com/doc/internals/en/debug-configurations.html
Using Makefiles, a debug build is done with -DCMAKE_BUILD_TYPE=Debug (an alias for this is -DWITH_DEBUG=1). If Visual Studio or Xcode generators are used (you invoked cmake with -G "Visual Studio ..." or -G Xcode), switching to release or debug ...
https://dev.mysql.com/doc/internals/en/strings-directory.html
Many of the files in this subdirectory are equivalent to well-known functions that appear in most C string libraries. On the other hand, some of the files are MySQL additions or improvements. Often the MySQL changes are attempts to optimize the ...
https://dev.mysql.com/doc/internals/en/innodb-mutex-rwlock-implementation.html
If you are building from source, ensure that the build process properly takes advantage of your platform capabilities. On 32-bit Microsoft Windows, InnoDB implements mutexes (but not read/write locks) with hand-written assembler instructions. In ...
https://dev.mysql.com/doc/internals/en/guided-tour.html
What we're about to do in this section is pick up the latest copy of the MySQL source code off the Internet. Next we'll open up some of the files that are vital to MySQL's working, and comment on specific lines in the source code. Then we'll get a ...
Displaying 21 to 30 of 139 total results