PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/group-replication-use-cases.html
To summarize, MySQL Group Replication guarantees that the database service is continuously available. It is important to understand that although the database service is available, in the event of an unexpected server exit, those clients connected ... Group Replication enables you to create fault-tolerant systems with redundancy by replicating the system state to a set of ...
https://dev.mysql.com/doc/refman/5.7/en/history.html
We started out with the intention of using the mSQL database system to connect to our tables using our own fast low-level (ISAM) routines. This resulted in a new SQL interface to our database but with almost the same API interface as mSQL. However, ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-events-table.html
EVENT_SCHEMA The name of the schema (database) to which the event belongs. DATABASE_COLLATION The collation of the database with which the event is associated. The following statements are equivalent: SELECT EVENT_SCHEMA, EVENT_NAME, DEFINER, ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-cmp-per-index-table.html
The INNODB_CMP_PER_INDEX and INNODB_CMP_PER_INDEX_RESET tables provide status information on operations related to compressed InnoDB tables and indexes, with separate statistics for each combination of database, table, and index, to help you ...For ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-ft-config-table.html
Before querying it, set the value of the innodb_ft_aux_table system variable to the name (including the database name) of the table that contains the FULLTEXT index; for example test/articles. The INNODB_FT_CONFIG table provides metadata about the ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-partitions-table.html
TABLE_SCHEMA The name of the schema (database) to which the table belongs. Each row in this table corresponds to an individual partition or subpartition of a partitioned table. The PARTITIONS table has these columns: TABLE_CATALOG The name of the ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-referential-constraints-table.html
CONSTRAINT_SCHEMA The name of the schema (database) to which the constraint belongs. UNIQUE_CONSTRAINT_SCHEMA The name of the schema (database) containing the unique constraint that the constraint references. The REFERENTIAL_CONSTRAINTS table has ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-routines-table.html
ROUTINE_SCHEMA The name of the schema (database) to which the routine belongs. DATABASE_COLLATION The collation of the database with which the routine is associated. The ROUTINES table provides information about stored routines (stored procedures ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-table-constraints-table.html
CONSTRAINT_SCHEMA The name of the schema (database) to which the constraint belongs. TABLE_SCHEMA The name of the schema (database) to which the table belongs. The TABLE_CONSTRAINTS table has these columns: CONSTRAINT_CATALOG The name of the catalog ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-tables-table.html
TABLE_SCHEMA The name of the schema (database) to which the table belongs. The TABLES table has these columns: TABLE_CATALOG The name of the catalog to which the table belongs. TABLE_TYPE BASE TABLE for a table, VIEW for a view, or SYSTEM VIEW for ...