Search



Search Results
Displaying 121 to 130 of 139 total results
https://dev.mysql.com/doc/internals/en/plugins.html
You can build a plugin as static (compiled into the server) or dynamic (built as a dynamic library that must be installed using the INSTALL PLUGIN statement or the --plugin-load option before it can be used). The support for building plugins is ...
https://dev.mysql.com/doc/internals/en/storage-engine-options.html
Storage engines are plugins, so the options that control plugin building specify which storage engines to build. Suppose that the configure option is: --with-plugins=csv,myisam,myisammrg,heap,innobase,archive,blackhole This builds the named engines ...The --with-plugins configure option accepts two constructs that have no direct equivalent in CMake: --with-plugins accepts a comma-separated list of engine names --with-plugins accepts a “group name” value that is shorthand for a set of engines With CMake, engines are controlled with individual ...
https://dev.mysql.com/doc/internals/en/support-files-directory.html
The files here are for building ("making") MySQL given a package manager, compiler, linker, and other build tools. The support files provide instructions and switches for the build processes. They include example my.cnf files one can use as a ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
The file you edit to add a new error message depends on your version of MySQL: MySQL 5.0.3 up to 5.5: Edit errmsg.txt MySQL 5.5 and up: Edit errmsg-utf8.txt In either case, comp_err generates the header files automatically during the MySQL build ...
https://dev.mysql.com/doc/internals/en/netware-directory.html
(.def is a common filename extension for "definition".) The three *.sql files are short scripts of SQL statements used in testing.
https://dev.mysql.com/doc/internals/en/controlling-compilers-and-flags.html
-DCMAKE_C_FLAGS=your_c_flags \ -DCMAKE_CXX_FLAGS=your_c++_flags When providing your own compiler flags, you might want to specify CMAKE_BUILD_TYPE as well. For example, to create a 32-bit release build on a 64-bit Linux machine, do this: cmake ..
https://dev.mysql.com/doc/internals/en/guided-tour-majordir.html
BUILD client Docs myisam mysys sql vio The orderly approach is to look first at the most important directories, then we'll look at the whole list in our second pass. So, first, let's look at what you'll find in just seven of the directories: BUILD, ...
https://dev.mysql.com/doc/internals/en/optimizer-index-merge-join-type.html
The current implementation builds SEL_IMERGE only if no single SEL_TREE object can be built for the part of the query condition it has analyzed, and discards SEL_TREE immediately if it discovers that a single SEL_TREE object can be constructed.
https://dev.mysql.com/doc/internals/en/tips-for-cmake-developers.html
How to find out which compiler/linker flags are used When using a Makefile generator, it is easy to examine which compiler flags are used to build. For example, compiler flags for mysqld are in sql/CMakeFiles/mysqld.dir/flags.make under the build ...What is CMakeCache.txt? CMake caches results of platform checks in ...
https://dev.mysql.com/doc/internals/en/config-directory.html
All the files in it have the extension .m4, which is a normal expectation of the GNU autoconf tool.
Displaying 121 to 130 of 139 total results