Search



Search Results
Displaying 81 to 90 of 139 total results
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/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/ndb-directory.html
We generally use the term "ndb" when referring to the storage engine, and the term "MySQL Cluster" when referring to the combination of the storage engine and the rest of the MySQL facilities.
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 ..
Displaying 81 to 90 of 139 total results