Estos contenidos se han traducido de forma automática para su comodidad, pero Huawei Cloud no garantiza la exactitud de estos. Para consultar los contenidos originales, acceda a la versión en inglés.
Centro de ayuda> Relational Database Service> Preguntas frecuentes> Consultoría de productos> What Are the Restrictions on RDS for MySQL DB Instances After GTID Is Enabled?
Actualización más reciente 2023-05-08 GMT+08:00

What Are the Restrictions on RDS for MySQL DB Instances After GTID Is Enabled?

By default, GTID is enabled on RDS for MySQL and cannot be disabled because functions such as the primary/standby relationship establishment depend on GTID. If GTID is disabled, all RDS functions (such as backup and restoration and primary/standby switchover or failover) will be affected or even become unavailable.

After GTID is enabled for MySQL community edition, an error will be reported in the following conditions:

  • Create tables (create table...select).
  • A transaction is processed by the engine (InnoDB) that supports transactions and the engine (MyISAM) that does not support transactions at the same time.
  • Create temporary tables (create temporary table).

RDS for MySQL resolved these issues by optimizing the kernel.

Consultoría de productos Preguntas frecuentes

more