Search



Search Results
Displaying 41 to 50 of 139 total results
https://dev.mysql.com/doc/internals/en/cmake-installation.html
In the following instructions, the CMake download page is http://www.cmake.org/cmake/resources/software.html. Mac OS X To download and install the latest distribution from the CMake download page, download the .dmg image and open it. Alternatively, ...
https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
Example: MYSQL_PLUGIN_DEFINE(innobase, WITH_INNOBASE_STORAGE_ENGINE) Declaring a source directory for a plugin: MYSQL_PLUGIN_DIRECTORY(name, dir-name) Includes the specified directory into the build. This macro is roughly equivalent to: ... The ...
https://dev.mysql.com/doc/internals/en/guided-tour-os-specific.html
We've found that the majority of Windows programmers who download and build MySQL from source use Microsoft Visual C. netware NEW-RPMS os2 VC++Files A few words are in order about the directories that contain files which relate to a particular ...
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/make-distclean.html
Unlike Autotools, CMake does not provide a "distclean" target natively, nor should there be a need to use it, if you build out-of-source. To add new files to the tree, be sure to use git add prior to git clean.
https://dev.mysql.com/doc/internals/en/full-text-search.html
We chose 0.0115 as the pivot value, it's PIVOT_VAL in the MySQL source code header file myisam/ftdefs.h. The source code is myisam/myisam_ftdump.c, and the executable comes with the binary distribution. MySQL uses Ranking with Vector Spaces for ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-client.html
There are other utilities too in fact, you'll find the source of most client-side programs here. There are also programs for checking the password, and for testing that basic functions such as threading or access via SSL are possible. You'll notice, ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-myisam.html
We will begin by mentioning that myisam is one of what we call the MySQL storage engine directories. But the files in those directories are mostly analogues of what's in the myisam directory, and the myisam directory is sort of a 'template'. On the ...
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
But the server is important, and if you can grasp what we're doing with it, you'll have grasped the essence of what the MySQL source code is all about. The one thing you won't see in the actual source code is the little marker "// !". Once it ...
https://dev.mysql.com/doc/internals/en/optimizer-partition-pruning.html
OR int_field=const2 In the source code this conversion is referred to as interval walking. 7.3.2.1.5 Partition Pruning in the Source Code Here is a short walkthrough of what is where in the code: sql/opt_range.cc: This file contains the ...
Displaying 41 to 50 of 139 total results