Search Results
https://dev.mysql.com/doc/internals/en/source-files-related-to-the-binary-log.html
This section describes the files in a MySQL source tree that are most relevent to binary log processing. client directory: mysqlbinlog.cc : The source for the mysqlbinlog utility that reads binary log files and displays them in text format. sql ...
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/files-in-mysql-sources.html
This is a description of the files that you get when you download the source code of MySQL. This description begins with a list of the main directories and a short comment about each one. Then, for each directory, in alphabetical order, a longer ...
https://dev.mysql.com/doc/internals/en/cmake-prerequisites.html
On Windows, install bison into a directory whose path name does not contain spaces, not into the default location. On OpenSolaris/Solaris Express, you must install m4 in addition to bison.
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/creating-binary-packages.html
Using “generic” Unix build with Makefiles: make package On Windows, using Visual Studio generator: devenv mysql.sln /build relwithdebinfo /project package On Windows, CMake 2.8 and later needs no external tools to generate Zip files. Another way ... A package can be created in the form of a .tar.gz archive or .zip ...
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/guided-tour-os-specific.html
We've found that the majority of Windows programmers who download and build MySQL from source use Microsoft Visual C. netware NEW-RPMS os2 VC++Files A few words are in order about the directories that contain files which relate to a particular ...