Search Results
https://dev.mysql.com/doc/internals/en/build-directory.html
This directory contains the build switches for compilation on various platforms. The main ones are: alpha ia64 pentium (with and without debug or bdb, etc.) solaris .
https://dev.mysql.com/doc/internals/en/windows-native-authentication.html
To implement the protocol several implementations exist: Windows provides InitializeSecurityContextW and AcceptSecurityContext a open source implemenation of NTML, SPNEGO and Kerberos5 are provided by Heimdal Java6 added SPNEGO support to JGSS which ... Authentication::WindowsAuth: Name authentication_windows_client Requires CLIENT_PLUGIN_AUTH The Windows Native Authentication method is more complex than the other methods and extends the auth protocol as it has to send more data forth and back than the old handshake ...
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 ...
https://dev.mysql.com/doc/internals/en/custom-engine-source-files.html
The files ha_example.cc and ha_example.h can be found in the storage/example directory of the MySQL 5.1 source tree. For instructions on how to obtain the 5.1 source tree, see Installing MySQL from Source. The easiest way to implement a new storage ...
https://dev.mysql.com/doc/internals/en/source-directory-listing.html
Directory — Short Comment bdb — The Berkeley Database table handler BitKeeper — BitKeeper administration (not part of the source distribution) BUILD — Frequently used build scripts client — Client library cmd-line-utils — Command-line ...
https://dev.mysql.com/doc/internals/en/source-files-related-to-the-binary-log.html
This section describes the files in a MySQL source tree that are most relevent to binary log processing. client directory: mysqlbinlog.cc : The source for the mysqlbinlog utility that reads binary log files and displays them in text format. sql ...
https://dev.mysql.com/doc/internals/en/vc-plus-plus-files-directory.html
To use it, just copy the files on this directory; the make_win_src_distribution.sh script uses these files to create a Windows source installation. The difference is that the \VC++Files variants are specifically for compilation with Microsoft Visual ...VC++Files includes a complete environment to compile MySQL with the VC++ ...
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/files-in-mysql-sources.html
This is a description of the files that you get when you download the source code of MySQL. This description begins with a list of the main directories and a short comment about each one. Then, for each directory, in alphabetical order, a longer ...
https://dev.mysql.com/doc/internals/en/configuration-step.html
On Windows machine, to build with VS2010 and x64: cmake .. In the bld directory, run cmake to configure the build: On Unix machine: cmake .. -G Xcode You can add configuration options to the cmake command line (for option descriptions, see MySQL ...