Search



Search Results
Displaying 1301 to 1310 of 1834 total results
https://dev.mysql.com/doc/internals/en/authentication-fails.html
Server indicates that client is not permitted to connect by sending ERR_Packet.
https://dev.mysql.com/doc/internals/en/automatic-trace-purging.html
A user who wants to see the trace of another substatement, can enable/disable tracing around the desired substatement, but this requires editing the routine's code, which may not be possible. Thus, if a statement contains substatements (example: ...
https://dev.mysql.com/doc/internals/en/autotools-to-cmake.html
This section shows some common GNU Autotools configuration options and how they map to CMake equivalents.
https://dev.mysql.com/doc/internals/en/better-protocols-example.html
The output becomes less clear because there is no indication that the connection has been changed. SET @aux = 1; SELECT @aux AS "content of @aux is"; content of @aux is 1 SELECT @aux AS "content of @aux is"; content of @aux is NULL .
https://dev.mysql.com/doc/internals/en/binary-log.html
This chapter describes the MySQL binary log, which contains information about data modifications made to a MySQL server instance. Most of the information here applies equally to the relay log used on replication slave servers because a relay log ...
https://dev.mysql.com/doc/internals/en/binlog-files-and-indexes.html
Status of this subsection: Not started 2009-10-21 ...
https://dev.mysql.com/doc/internals/en/binlog-formats.html
Status of this subsection: Complete but not reviewed 2009-10-21 The binlog is organized as a linear sequence of events. An SQL query that modifies the database will generate one or more events and append them to the binlog. There are also auxiliary ...
https://dev.mysql.com/doc/internals/en/binlog-row-image.html
Status of this subsection: finished, not reviewed, not fully implemented 2009-10-21 The sets of columns recorded in the BI and AI are determined by the value of binlog_row_image. To specify the sets of columns, we define the PKE (for Primary Key ...
https://dev.mysql.com/doc/internals/en/bitmaps.html
Second: the whole bitmap might have to be protected by a mutex for manipulations; this is settable by passing appropriate flag values. Specifically there are functions for setup or teardown (bitmap_init, bitmap_free), for setting and clearing ...
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 .
Displaying 1301 to 1310 of 1834 total results