Related Documentation Download this Manual
PDF (US Ltr) - 41.2Mb
PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.7Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


MySQL 9.5 Reference Manual  /  General Information  /  Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 9.5

1.5 Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 9.5

This section lists server variables, status variables, and options that were added for the first time, have been deprecated, or have been removed in MySQL 9.5.

Options and Variables Introduced in MySQL 9.5

The following system variables, status variables, and server options have been added in MySQL 9.5.

Options and Variables Deprecated in MySQL 9.5

No system variables, status variables, or server options have been deprecated in MySQL 9.5.

Options and Variables Removed in MySQL 9.5

The following system variables, status variables, and options have been removed in MySQL 9.5.

  • Rpl_semi_sync_master_clients: Number of semisynchronous replicas. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_net_avg_wait_time: Average time source has waited for replies from replica. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_net_wait_time: Total time source has waited for replies from replica. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_net_waits: Total number of times source waited for replies from replica. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_no_times: Number of times source turned off semisynchronous replication. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_no_tx: Number of commits not acknowledged successfully. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_status: Whether semisynchronous replication is operational on source. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_timefunc_failures: Number of times source failed when calling time functions. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_tx_avg_wait_time: Average time source waited for each transaction. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_tx_wait_time: Total time source waited for transactions. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_tx_waits: Total number of times source waited for transactions. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_wait_pos_backtraverse: Total number of times source has waited for event with binary coordinates lower than events waited for previously. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_wait_sessions: Number of sessions currently waiting for replica replies. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_master_yes_tx: Number of commits acknowledged successfully. Removed in MySQL 9.5.0.

  • Rpl_semi_sync_slave_status: Whether semisynchronous replication is operational on replica. Removed in MySQL 9.5.0.

  • group_replication_allow_local_lower_version_join: Allow current server to join group even if it has lower plugin version than group. Removed in MySQL 9.5.0.

  • replica_parallel_type: Tells replica to use timestamp information (LOGICAL_CLOCK) or database partitioning (DATABASE) to parallelize transactions. Removed in MySQL 9.5.0.

  • rpl_semi_sync_master_enabled: Whether semisynchronous replication is enabled on source. Removed in MySQL 9.5.0.

  • rpl_semi_sync_master_timeout: Number of milliseconds to wait for replica acknowledgment. Removed in MySQL 9.5.0.

  • rpl_semi_sync_master_trace_level: Semisynchronous replication debug trace level on source. Removed in MySQL 9.5.0.

  • rpl_semi_sync_master_wait_for_slave_count: Number of replica acknowledgments source must receive per transaction before proceeding. Removed in MySQL 9.5.0.

  • rpl_semi_sync_master_wait_point: Wait point for replica transaction receipt acknowledgment. Removed in MySQL 9.5.0.

  • rpl_semi_sync_slave_enabled: Whether semisynchronous replication is enabled on replica. Removed in MySQL 9.5.0.

  • rpl_semi_sync_slave_trace_level: Semisynchronous replication debug trace level on replica. Removed in MySQL 9.5.0.

  • slave_parallel_type: Tells replica to use timestamp information (LOGICAL_CLOCK) or database partioning (DATABASE) to parallelize transactions. Removed in MySQL 9.5.0.