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/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 ...
https://dev.mysql.com/doc/internals/en/variation-of-protocol-option.html
if (`SELECT $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0 OR $PS_PROTOCOL = 0`) { --skip Test requires: ps-protocol enabled, other protocols disabled } --source include/<whatever>.inc . It is usual to run tests with and without the ...
https://dev.mysql.com/doc/internals/en/variation-of-storage-engine.html
Top level script: let $engine_type= MyISAM; The same script or a sourced script: eval CREATE TABLE .... Checks of the INFORMATION_SCHEMA The storage engines to be used for information_schema tables are hardcoded. Therefore tests focussed on ...
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/required-server-code-patches.html
The build system is not too clever about creating these symlinks for files added after the first compile ... Currently procedures can only be compiled into the server staticly. There is no dynamic procedure for loading them dynamicly yet like we ...
Displaying 41 to 50 of 139 total results