Search



Search Results
Displaying 51 to 60 of 139 total results
https://dev.mysql.com/doc/internals/en/debug-only-options.html
Sometimes, it is handy to add an option that is active only in Debug builds. When doing this, keep in mind that tests like IF(WITH_DEBUG) or IF(CMAKE_BUILD_TYPE MATCHES "Debug") do not work as expected: First, although WITH_DEBUG is an alias for ...
https://dev.mysql.com/doc/internals/en/mysql-specific-cmake-macros.html
Example usage: MYSQL_ADD_EXECUTABLE(mysqld ${MYSQLD_SOURCE} \ DESTINATION ${INSTALL_SBINDIR}) MYSQL_ADD_PLUGIN: Build MySQL Plugin MYSQL_ADD_PLUGIN(plugin_name source1...sourceN [STORAGE_ENGINE] [MANDATORY|DEFAULT] [STATIC_ONLY|MODULE_ONLY] ...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/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/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 ...
Displaying 51 to 60 of 139 total results