PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/group-replication-frequently-asked-questions.html
How does Group Replication use network addresses and hostnames? Group Replication uses network connections between members and therefore its functionality is directly impacted by how you configure hostnames and ports. What is the maximum number of ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-network-partitioning.html
In the scenario depicted above, if s3, s4 and s5 are not really unreachable but instead are online, they may have formed their own functional partition (they are 3 out of 5, hence they have the majority). The group needs to achieve consensus ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-server-states.html
Table 17.1 Server State Field Description Group Synchronized ONLINE The member is ready to serve as a fully functional group member, meaning that the client can connect and start executing transactions. There are various states that a server ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-tuning-recovery.html
In such cases, the donor switch over process has retry functionality, similar to that found in regular replication. Whenever a new member joins a replication group, it connects to a suitable donor and fetches the data that it has missed up until ...
https://dev.mysql.com/doc/refman/5.7/en/hexadecimal-literals.html
To convert a string or a number to a string in hexadecimal format, use the HEX() function: mysql> SELECT HEX('cat'); +------------+ | HEX('cat') | +------------+ | 636174 | +------------+ mysql> SELECT X'636174'; +-----------+ | X'636174' | ...
https://dev.mysql.com/doc/refman/5.7/en/identifier-case-sensitivity.html
That is true for names of cursors, conditions, procedures, functions, savepoints, stored routine parameters, stored program local variables, and plugins. In MySQL, databases correspond to directories within the data directory. Each table within a ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-general-table-reference.html
The following table summarizes INFORMATION_SCHEMA general tables. For greater detail, see the individual table descriptions. Table 24.2 INFORMATION_SCHEMA General Tables Table Name Description CHARACTER_SETS Available character sets ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-ft-being-deleted-table.html
For more information about InnoDB FULLTEXT search, see Section 14.6.2.4, “InnoDB Full-Text Indexes”, and Section 12.9, “Full-Text Search Functions”. The INNODB_FT_BEING_DELETED table provides a snapshot of the INNODB_FT_DELETED table; it is ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-ft-config-table.html
For more information about InnoDB FULLTEXT search, see Section 14.6.2.4, “InnoDB Full-Text Indexes”, and Section 12.9, “Full-Text Search Functions”. The INNODB_FT_CONFIG table provides metadata about the FULLTEXT index and associated ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-ft-default-stopword-table.html
For more information about InnoDB FULLTEXT search, see Section 14.6.2.4, “InnoDB Full-Text Indexes”, and Section 12.9, “Full-Text Search Functions”. The INNODB_FT_DEFAULT_STOPWORD table holds a list of stopwords that are used by default ...