Search



Search Results
Displaying 11 to 20 of 139 total results
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/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/vc-plus-plus-files-directory.html
To use it, just copy the files on this directory; the make_win_src_distribution.sh script uses these files to create a Windows source installation. The difference is that the \VC++Files variants are specifically for compilation with Microsoft Visual ...VC++Files includes a complete environment to compile MySQL with the VC++ ...
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/mysys-directory.html
There are 125 *.c programs in this directory: array.c --- Dynamic array handling charset.c --- Using dynamic character sets, set default character set, ... For example, the main functions in my_getwd.c are described thus: "int my_getwd _A((string ...
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/getting-source-tree.html
This section describes how to obtain the MySQL source tree, which is currently available on GitHub. For more information about MySQL's move to GitHub, refer to the announcement on the MySQL Release Engineering blog: MySQL on GitHub To obtain the ...
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/threads.html
InnoDB's internal os_thread_set_priority() function implements three priorities (Background, normal, and high) but only on windows. Threads in mysqld can run at four different priorities, defined in mysql_priv.h: #define INTERRUPT_PRIOR 10 #define ...
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 ...
Displaying 11 to 20 of 139 total results