Search



Search Results
Displaying 41 to 50 of 139 total results
https://dev.mysql.com/doc/internals/en/command-invocation-syntax.html
To clean out old object files and cached information before reconfiguring and rebuilding: Autotools: make clean rm config.cache CMake (Unix): make clean rm CMakeCache.txt CMake (Windows): devenv MySQL.sln /clean del CMakeCache.txt . is not your ...
https://dev.mysql.com/doc/internals/en/docs-directory.html
Binary and source distributions include some pre-formatted documentation files, such as the MySQL Reference manual in Info format (for Unix) or CHM format (for Windows).
https://dev.mysql.com/doc/internals/en/myisam-introduction.html
if you use Windows, you might find the files in the \mysql\data\test\ directory. For details, see the source files /myisam/mi_statrec.c (for fixed format), /myisam/mi_dynrec.c (for dynamic format), and /myisam/mi_packrec.c (for packed format). MySQL ...
https://dev.mysql.com/doc/internals/en/stability-checks-for-random-timing-problems.html
Examples: all OS: Compile a MySQL version from source Unix derivates (OpenSolaris,Linux,OSX,...): tar -chvf - <some path> > /dev/null Unix derivates: root: dd if=<area of disk containing the "var" directory> of=/dev/null Windows: Defragmentation ...
https://dev.mysql.com/doc/internals/en/the-myi-file.html
With Linux this is possible using od -h T.MYI; with Windows you can use the command-line debugger. Sometimes the comment is derived from the comments in the source code. A .MYI file for a MyISAM table contains the table's indexes. The .MYI file has ...
https://dev.mysql.com/doc/internals/en/guided-tour-oddsends.html
Source Code Administration Directories: SCCS Common .h Files: include GNU Readline library and related: cmd-line-utils Stand-alone Utility & Test Programs: extra mysql-test repl-tests support-files tests tools You don't have to worry about the ...
https://dev.mysql.com/doc/internals/en/plugin-services-components.html
Within a MySQL source distribution, the header files are located in the include/mysql directory and have an inclusion hierarchy like this: plugin.h includes services.h. Within a MySQL source distribution, these files are located in the libservices ... On the plugin side of the services interface, the relevant information is provided in a set of header ...
https://dev.mysql.com/doc/internals/en/changing-configuration-options.html
Configuration using cmake-gui (Windows, Mac OS X, or Linux with cmake-gui installed) From the build directory, issue this command: cmake-gui . The preceding procedure builds with the default configuration, which may not be suitable for your needs.
https://dev.mysql.com/doc/internals/en/running-mysql-test-run-visual-studio.html
To run a debug configuration, change locaton to the mysql-test directory under your build directory and run mysql-test-run.pl: Mac OS X cd mysql-test MTR_VS_CONFIG=Debug perl mysql-test-run.pl options Windows cd mysql-test set MTR_VS_CONFIG=Debug ...
https://dev.mysql.com/doc/internals/en/cmake-interface-to-third-party-tools.html
Third-party tools that must determine the MySQL version from the MySQL source can read the VERSION file in the top-level source directory. For example, if the version is MySQL 5.7.4-m14, the file looks like this: MYSQL_VERSION_MAJOR=5 ...To ...
Displaying 41 to 50 of 139 total results