Search



Search Results
Displaying 11 to 20 of 139 total results
https://dev.mysql.com/doc/internals/en/cmake-variables-controlling-plugin-building.html
To build a plugin that is statically compiled into the server (assuming that the plugin supports static build), add -DWITH_<PLUGIN>=1 to the CMake command line. To exclude a plugin from the build, use -DWITHOUT_<PLUGIN>=1 If neither WITH_<PLUGIN> ...Note These aliases do not always work correctly with NDBCLUSTER; you should always use the WITH_NDBCLUSTER option ...
https://dev.mysql.com/doc/internals/en/cmake-build-options-official-mysql.html
To use them, use the -DBUILD_CONFIG=mysql_release CMake option: Unix (Makefiles) mkdir bld cd bld cmake .. -DBUILD_CONFIG=mysql_release make Visual Studio (from the command line) mkdir bld cd bld cmake .. -DBUILD_CONFIG=mysql_release devenv ...Also, ...
https://dev.mysql.com/doc/internals/en/cmake-build-types.html
The build type affects optimization and whether the result of the build is debuggable. CMAKE_BUILD_TYPE is not set when custom compile flags are used (see Section 4.4.6.2, “How to Specify Compilers and Compiler Flags”). RelWithDebInfo ...
https://dev.mysql.com/doc/internals/en/build-directory.html
This directory contains the build switches for compilation on various platforms. The main ones are: alpha ia64 pentium (with and without debug or bdb, etc.) solaris .
https://dev.mysql.com/doc/internals/en/custom-engine-source-files.html
The files ha_example.cc and ha_example.h can be found in the storage/example directory of the MySQL 5.1 source tree. For instructions on how to obtain the 5.1 source tree, see Installing MySQL from Source. The easiest way to implement a new storage ...
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
Param source the expression identifying an element from the source data which can include a column identifier or any expression Param alias optional alias. WHERE <expr> The structures can be used to: build an Item-tree in the MySQL Server generate ... Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines ...
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/configuration-step.html
On Windows machine, to build with VS2010 and x64: cmake .. In the bld directory, run cmake to configure the build: On Unix machine: cmake .. -G Xcode You can add configuration options to the cmake command line (for option descriptions, see MySQL ...
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-osdir.html
We're now getting into the directories which aren't “major.” Starting with: dbug pstack regex strings zlib Now it's time to reveal a startling fact, which is we didn't write all of the source code in all of the source code directories all by ...
Displaying 11 to 20 of 139 total results