Search



Search Results
Displaying 11 to 20 of 139 total results
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/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/packager-friendly-build-options.html
MySQL source distribution contains sources for zlib (compression library), yaSSL (ssl library), libedit, and (in MySQL 5.5 only) readline. MySQL can be compiled using either libraries available on the system or, to minimize external dependencies, ...--Wl,--no-undefined cannot be used at the moment if plugins are built because plugins have direct dependency (use symbols) exported by MySQL ...
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/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/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/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/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/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 ...
Displaying 11 to 20 of 139 total results