Search



Search Results
Displaying 3981 to 3990 of 4736 total results
https://dev.mysql.com/doc/internals/en/x-protocol-xplugin-implementation-of-the-x-protocol.html
Topics in this section: Mysqlx.Sql::StmtExecute Collations The X Plugin implements the X Protocol for the MySQL Server. Mysqlx.Sql::StmtExecute StmtExecute implements several namespaces: sql The SQL interface which expects: .stmt to be a string ...
https://dev.mysql.com/doc/internals/en/adding-platform-checks.html
If you add a platform check for a specific OS or want to modify compiler flags, rather then introducing IF(CMAKE_SYSTEM_NAME MATCHES...) in configure.cmake, add them to the apropriate section in cmake/os/my_platform.cmake.
https://dev.mysql.com/doc/internals/en/auth-phase-fast-path.html
Assume that client wants to log in as user U and that user account uses authentication method M. The fast authentication path is used if both client and server used method M to generate authentication data in the initial handshake. In that case the ...
https://dev.mysql.com/doc/internals/en/extra-directory.html
These programs are all standalone utilities, that is, they have a main() function and their main role is to show information that the MySQL server needs or produces. They are as follows: comp_err.c --- makes error-message files from a multi-language ...
https://dev.mysql.com/doc/internals/en/fine-tuning-installation-paths.html
If you come from an Autotools background, you are familiar with options such as --bindir, --libdir, and --sbindir that, when passed to the configure script, enable fine tuning the installation layout. A similar functionality is available with ...
https://dev.mysql.com/doc/internals/en/configure-emulation.html
The legacy (Autotools) way to build MySQL on Unix was to run this command: BUILD/autorun.sh; ./configure lots of options; make That may still work. However, ./configure created by ./BUILD/autorun.sh is just a wrapper that translates old-style ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnectionpool-constructor.html
Syntax: MySQLConnectionPool(pool_name=None, pool_size=5, pool_reset_session=True, **kwargs) This constructor instantiates an object that manages a connection pool. If this argument is not given, Connector/Python automatically generates the name, ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnectionpool-constructor.html
Syntax: MySQLConnectionPool(pool_name=None, pool_size=5, pool_reset_session=True, **kwargs) This constructor instantiates an object that manages a connection pool. If this argument is not given, Connector/Python automatically generates the name, ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-transactionactivity-category.html
Lists the InnoDB Transaction Activity metrics and provides a brief description of each. Table 6.18 InnoDB Transaction Activity Metrics NameDescriptionCommitting Count The total number of transactions currently committing within InnoDB. Current Lock ...
https://dev.mysql.com/doc/internals/en/position.html
Purpose Provide the MySQL server with position/offset information for last-read row. Synopsis virtual void position ( record); const byte * record ; Description This is the position method. position() is called after each call to rnd_next() if the ...
Displaying 3981 to 3990 of 4736 total results