Search



Search Results
Displaying 1021 to 1030 of 2510 total results
https://dev.mysql.com/doc/internals/en/binary-log-overview.html
[Some information in this section is derived from Chapter 20, The Binary Log, in the MySQL Reference Manual.] The binary log is a set of log files that contain information about data modifications made to a MySQL server instance. The log is enabled ...
https://dev.mysql.com/doc/internals/en/binary-log-structure-and-contents.html
Each event contains header bytes followed by data bytes: The header bytes provide information about the type of event, when it was generated, by which server, and so forth. The binary log is a set of files that contain information about data ...
https://dev.mysql.com/doc/internals/en/changing-configuration-options.html
Check the WITH_EMBEDDED_SERVER check box Click the Configure button Click the Generate button Close cmake-gui . The preceding procedure builds with the default configuration, which may not be suitable for your needs. Assume that you want to change ...
https://dev.mysql.com/doc/internals/en/compiling-for-different-hardware-achitectures.html
GCC (on Linux) or Sun Studio Use compile option -m32 (force 32-bit build), -m64 (force 64-bit build) Windows, Visual Studio generator Use cmake path_to_source_dir -G "Visual Studio 10 2010 Win64" to compile 64-bit (x64) Mac OS X Use the ...You can ...
https://dev.mysql.com/doc/internals/en/configuration-step.html
In the bld directory, run cmake to configure the build: On Unix machine: cmake .. On Windows machine, to build with VS2010 and x64: cmake .. -G "Visual Studio 10 2010 Win64" On OS X, to use the Xcode IDE: cmake .. -G Xcode You can add configuration ...
https://dev.mysql.com/doc/internals/en/creating-build-directory.html
The build directory can actually be a subdirectory of the source tree rather than a directory located outside it; the point is that files generated during the build process (such as .o files) are created under the build directory, not in the ... One ...
https://dev.mysql.com/doc/internals/en/debug-only-options.html
More precisely, it will not work with multi-configuration CMake generators (that is, neither on Windows with Visual Studio nor on Mac OS X with Xcode). Sometimes, it is handy to add an option that is active only in Debug builds. When doing this, ...
https://dev.mysql.com/doc/internals/en/debug-sync-facility.html
If a wait timeout occurs (even on TIMEOUT 0), a warning is generated so that it shows up in the test result. MySQL supports a Debug Sync Facility, which - in spite of the "debug" in its name - is completely independent from the DBUG facility ...
https://dev.mysql.com/doc/internals/en/error-message-adding.html
comp_err also generates a number of header files in the include directory. The procedure for adding error messages depends on which version of MySQL you are using: Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language ...
https://dev.mysql.com/doc/internals/en/error-messages.html
This chapter describes how error messages are defined and how to add the capability of generating error messages to a table handler.
Displaying 1021 to 1030 of 2510 total results