Search Results
https://dev.mysql.com/doc/internals/en/com-init-db.html
COM_INIT_DB: change the default schema of the connection Returns OK_Packet or ERR_Packet Payload 1 [02] COM_INIT_DB string[EOF] schema name Fields command (1) -- 0x02 COM_INIT_DB schema_name (string.EOF) -- name of the schema to change to Example ...
https://dev.mysql.com/doc/internals/en/com-statistics.html
Get a human readable string of internal statistics. COM_STATISTICS: get a list of active threads Todo. check description Returns string.EOF Payload 1 [09] COM_STATISTICS ...
https://dev.mysql.com/doc/internals/en/examples-of-suspicious-tests.html
Section 26.8.1, “Probably Mismatch of Focus of Test and Code Sequence” Section 26.8.2, “Too Greedy Test” Section 26.8.3, “Risky Handling Around Additional Sessions” .
https://dev.mysql.com/doc/internals/en/extra.html
Purpose Passes hints from the server to the storage engine. Synopsis virtual int extra ( operation); enum ha_extra_function operation ; Description This is the extra method. extra() is called whenever the server wishes to send a hint to the storage ...
https://dev.mysql.com/doc/internals/en/fileformats.html
MySQL uses a number of different file formats for the storage of information. This section covers the different file formats and how to read, write, and understand the contents.
https://dev.mysql.com/doc/internals/en/innodb-free-space.html
I think it's clear what the Free Space part of a page is, from the discussion of other parts.
https://dev.mysql.com/doc/internals/en/load-event.html
Binlog::LOAD_EVENT: all string lengths are without the terminating 0 Payload 4 slave_proxy_id 4 exec_time 4 skip_lines 1 table_name_len 1 schema_len 4 num_fields 1 field_term 1 enclosed_by 1 line_term 1 line_start 1 escaped_by 1 opt_flags 1 ...
https://dev.mysql.com/doc/internals/en/new-load-event.html
Binlog::NEW_LOAD_EVENT: Payload 4 slave_proxy_id 4 exec_time 4 skip_lines 1 table_name_len 1 schema_len 4 num_fields 1 field_term_len string.var_len field_term 1 enclosed_by_len string.var_len enclosed_by 1 line_term_len string.var_len line_term 1 ...
https://dev.mysql.com/doc/internals/en/overview.html
The MySQL protocol is used between MySQL Clients and a MySQL Server.
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.