Search Results
https://dev.mysql.com/doc/internals/en/interface-to-third-party-tools.html
Previously, third-party tools that need to determine the MySQL version from the MySQL source read the configure.in file in the top-level source directory. For example, if the version is MySQL 5.7.4-m14, the file looks like this: ...For example, the ...
https://dev.mysql.com/doc/internals/en/risky-handling-around-additional-sessions.html
How to prevent that this test harms the succeeding test? (5) should be replaced by connection con1; disconnect con1; --source include/wait_until_disconnected.inc connection default; Where is the "junk"? There should be a 'reap' for every preceeding ...This is most probably good for the throughput of usual application but has some annoying consequences for the development of ...
https://dev.mysql.com/doc/internals/en/sccs-directory.html
You will see this directory if and only if you used BitKeeper for downloading the source. The files here are for BitKeeper administration and are not of interest to application programmers.
https://dev.mysql.com/doc/internals/en/creating-binary-packages.html
Using “generic” Unix build with Makefiles: make package On Windows, using Visual Studio generator: devenv mysql.sln /build relwithdebinfo /project package On Windows, CMake 2.8 and later needs no external tools to generate Zip files. Another way ... A package can be created in the form of a .tar.gz archive or .zip ...
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/test-execution-hanging.html
Symptom: No text flooding through the command window where a test is running. Run this command in a different window: tail -f <var_dir>/mysqld.1/data/mysql/general_log.CSV If you see some changes, your test is alive.
https://dev.mysql.com/doc/internals/en/zlib-directory.html
zlib is a data compression library used to support the compressed protocol and the COMPRESS/UNCOMPRESS functions under Windows. On Unix, MySQL uses the system libgz.a library for this purpose. Zlib --- which presumably stands for "Zip Library" --- ...
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 ...