Search



Search Results
Displaying 3361 to 3370 of 5414 total results
https://dev.mysql.com/doc/internals/en/cmd-line-utils-directory.html
All the files here are "non-MySQL" files, in the sense that MySQL AB didn't produce them, it just uses them. It should be unnecessary to study the programs in these files unless you are writing or debugging a tty-like client for MySQL, such as ...
https://dev.mysql.com/doc/internals/en/custom-engine.html
With MySQL 5.1, MySQL AB has introduced a pluggable storage engine architecture that makes it possible to create new storage engines and add them to a running MySQL server without recompiling the server itself. This architecture makes it easier to ...This chapter is intended as a guide to assist you in developing a storage engine for the new pluggable storage engine ...
https://dev.mysql.com/doc/internals/en/differences-master-slave.html
Any intermediate state of the slave is identical to some intermediate state of the master. Note: it is not required that each intermediate state of the master is identical to some intermediate state of the slave. We now state the architectural ...
https://dev.mysql.com/doc/internals/en/myisam-files.html
A table can be closed during one of the following events: Out of space in table cache Someone executed flush tables MySQL was shut down flush_time expired (which causes an automatic flush-tables to be executed) When MySQL opens a table, it checks if ... Some notes about MyISAM file handling: If a table is never updated, MySQL will never touch the table files, so it would never be marked as closed or ...
https://dev.mysql.com/doc/internals/en/ndb-directory.html
We generally use the term "ndb" when referring to the storage engine, and the term "MySQL Cluster" when referring to the combination of the storage engine and the rest of the MySQL facilities.
https://dev.mysql.com/doc/internals/en/packet-EOF_Packet.html
Note In the MySQL client/server protocol, EOF and OK packets serve the same purpose, to mark the end of a query execution result. Due to changes in MySQL 5.7 in the OK packet (such as session state tracking), and to avoid repeating the changes in ...
https://dev.mysql.com/doc/internals/en/sql-bench-directory.html
This directory has the programs and input files which MySQL uses for its comparisons of MySQL, PostgreSQL, mSQL, Solid, etc. Since MySQL publishes the comparative results, it's only right that it should make available all the material necessary to ...There are five subdirectories and sub-subdirectories: \Comments --- Comments about results from tests of Access, Adabas, ...
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/mysql-installer/en/server-windows-service.html
On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up automatically when Windows starts. Alternatively, you can configure MySQL server to run as an executable program that ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
Since 7.5.7 See Also com.mysql.clusterj.SessionFactory.State 4.3.1.23.4 getConnectionPoolSessionCounts() public abstract List<Integer> getConnectionPoolSessionCounts(); Get a list containing the number of open sessions for each connection that it ...
Displaying 3361 to 3370 of 5414 total results