Search Results
https://dev.mysql.com/doc/internals/en/cmake-howto-detailed.html
The following discussion assumes that your initial current working directory is the top-level MySQL source directory. Ensure that your compiler and cmake are in your PATH setting.
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/guided-tour-osdir.html
We're now getting into the directories which aren't “major.” Starting with: dbug pstack regex strings zlib Now it's time to reveal a startling fact, which is we didn't write all of the source code in all of the source code directories all by ...
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.html
What we're about to do in this section is pick up the latest copy of the MySQL source code off the Internet. Next we'll open up some of the files that are vital to MySQL's working, and comment on specific lines in the source code. Then we'll get a ...
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-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/x-protocol-messages-messages.html
Param source the expression identifying an element from the source data which can include a column identifier or any expression Param alias optional alias. WHERE <expr> The structures can be used to: build an Item-tree in the MySQL Server generate ... Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines ...