Search Results
https://dev.mysql.com/doc/internals/en/layout-record-storage-frame.html
data_len is the number of bytes within this block that are part of the record. MI_MIN_BLOCK_LENGTH 20 /* 20 bytes are required for the biggest frame type: Deleted block. */ MI_MAX_BLOCK_LENGTH 16777212 /* 16MB - 4, max 3 bytes for length available, ...
https://dev.mysql.com/doc/internals/en/libmysqld-directory.html
The program files on this directory are: libmysqld.c --- The called side, compare the mysqld.exe source lib_sql.c --- Emulate the vio directory's communication buffer . The product of libmysqld is not a client/server affair, but a library.
https://dev.mysql.com/doc/internals/en/listing-configuration-options.html
-LA If you have cmake-gui installed, you can do this to see or change options: cmake-gui . After the initial configuration step completes, you can examine the configuration options. -LH Long form (lists lots of options, including internal and ...
https://dev.mysql.com/doc/internals/en/logging-access-variables-functions.html
Status of this subsection: not started 2009-10-21 User variables: User variables (@variable) are logged as User-defined functions Server variables Built-in functions .
https://dev.mysql.com/doc/internals/en/logging-transactions-preliminary-rules.html
They also apply when binlog_format=STATEMENT: this makes statement format work in many practical cases. The following preliminary rules are actually consequences of the principle that statements shall be correctly logged when binlog_format=MIXED or ...
https://dev.mysql.com/doc/internals/en/logging-transactions-rules-for-commmitting-statements.html
(Note: this is semantically equivalent to writing it to the SC and flushing the SC. (R-log-commit-statement) All other statements that have a pre-commit are written directly to the binlog. However, due to requirements by NDB (which have not been ...
https://dev.mysql.com/doc/internals/en/logging-transactions.html
It is not always possible to log correctly in statement format when both transactional and nontransactional tables are used in the same transaction. Statements that do an implicit commit (that is, most but not all DDL, and some utility commands) are ...
https://dev.mysql.com/doc/internals/en/logging-updates-auto-incement-columns.html
Status of this subsection: not started 2009-10-21 ...
https://dev.mysql.com/doc/internals/en/mem-root.html
This section is yet to be written. ...
https://dev.mysql.com/doc/internals/en/memory-management.html
This section is yet to be written. ...