SlideShare a Scribd company logo
1 of 7
Download to read offline
MySQL 8.0.22
~リリースノートを見てわいわい言う会~
2020/10/29
日本MySQLユーザ会
坂井 恵(@sakaik)
MySQL Release Note 勉強会(Myリノベ)
MySQLのリリースノート
• リリースノートの冒頭部分
8.0.11以降のヘッダ項目
8.0.22 8.0.21 8.0.20 19 18 17 16 15 14 13 12 8.0.11
Account Management Notes o o o o o o o o
Audit Log Notes o o o o o
C API Notes o o o o
Character Set Support o o o
Compilation Notes o o o o o o o o o o
Component Notes o o
Configuration Notes o o o o o o o o o o
Connection Management Notes o o
Data Dictionary Notes o
Data Type Notes o
Debugging Notes o
Deprecation and Removal Notes o o o o o o o o o o
Error Handling o o o
Function and Operator Notes o o o
INFORMATION_SCHEMA Notes o o o
Installation Notes o o o
JSON Notes o o
Keyring Notes o o o o
Logging Notes o o o o o o o
MySQL Enterprise Notes o
Optimizer Notes o o o o o o o
Packaging Notes o o o o o o o o o o o
Parser Notes o
Performance Schema Notes o o o o o o o
Pluggable Authentication o o o o o o
Plugin Notes o o o o
Security Notes o o o o o o
Spatial Data Support o o o o o o
SQL Syntax Notes o o o o o o o
sys Schema Notes o o o o
Test Suite Notes o o o o o
Thread Pool Notes o o
XA Transaction Notes o
X Plugin Notes o o o o o o o o o o o
Functionality Added or Changed o o o o o o o o o o o
Bugs Fixed o o o o o o o o o o o o
MySQL 8.0.22
• リリースノートの項目と件数
Account Management Notes 3
Audit Log Notes 1
C API Notes 1
Compilation Notes 2
Configuration Notes 4
Deprecation and Removal Notes 2
Keyring Notes 1
Optimizer Notes 5
Packaging Notes 3
Performance Schema Notes 2
Pluggable Authentication 1
SQL Syntax Notes 3
X Plugin Notes 1
Functionality Added or Changed 8
Bugs Fixed 136
8.0.22
引き続き「思いやり用語」対応
From MySQL 8.0.22, the statements START SLAVE, STOP SLAVE, SHOW SLAVE
STATUS, SHOW SLAVE HOSTS and RESET SLAVE are deprecated. The following
aliases should be used instead:
• Instead of START SLAVE use START REPLICA
• Instead of STOP SLAVE use STOP REPLICA
• Instead of SHOW SLAVE STATUS use SHOW REPLICA STATUS
• Instead of SHOW SLAVE HOSTS use SHOW REPLICAS
• Instead of RESET SLAVE use RESET REPLICA
The statements work in the same way as before, only the terminology used for each
statement and its output has changed.
New status variables have been added as aliases for the related status variables. Both
the old and
new versions of the statements update both the old and new versions of these status
variables:
• Com_slave_start is equivalent to Com_replica_start
• Com_slave_stop is equivalent to Com_replica_stop
• Com_show_slave_status is equivalent to Com_show_replica_status
• Com_show_slave_hosts is equivalent to Com_show_replicas
8.0.22
引き続きFacebookの貢献
• Added support for periodic synchronization when writing to files with SELECT INTO
DUMPFILE and SELECT INTO OUTFILE statements. This feature can be enabled by
setting the select_into_disk_sync system variable to ON; the size of the write buffer cn
be set using the server system variable select_into_buffer_size; the default buffer size is
131072 (217) bytes. An optional delay following synchronization to disk can also be set
using the select_into_disk_sync_delay system variable; the default behaviour is not to
allow any delay (that is, a delay time of 0 milliseconds).
For more information, see the descriptions of the system variables referenced previously.
Our thanks to Facebook for this contribution to MySQL 8.0. (Bug #30284861)
• Replication: When the system variable session_track_gtids was set to
OWN_GTID on a multithreaded replica, the replica’s performance would degrade
over time and begin to lag behind the master. The cause was the buildup of the
GTIDs recorded by the replica’s worker threads at each transaction commit, which
increased the time taken by the worker threads to insert new ones. Session state
tracking is now disabled for worker threads on a multithreaded replica. Thanks to
Facebook for the contribution. (Bug #29049207, Bug #92964)
全部読むのは大変!
• まず、興味のあるカテゴリから眺めてみよう
• みんなに話してみよう
• みんなの話を聞いてみよう!
他人の興味を、自分の興味のきっかけに
自分の興味を、他の人の興味のきっかけに
本会の趣旨

More Related Content

Similar to MySQL8.0.22リリースノートをみてわいわい言う勉強会

Mysql 57-upcoming-changes
Mysql 57-upcoming-changesMysql 57-upcoming-changes
Mysql 57-upcoming-changes
Morgan Tocker
 
download it from here
download it from heredownload it from here
download it from here
webhostingguy
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_training
mark jerald Canal
 

Similar to MySQL8.0.22リリースノートをみてわいわい言う勉強会 (20)

Mysql 57-upcoming-changes
Mysql 57-upcoming-changesMysql 57-upcoming-changes
Mysql 57-upcoming-changes
 
download it from here
download it from heredownload it from here
download it from here
 
MySQL 5.7 - What's new and How to upgrade
MySQL 5.7 - What's new and How to upgradeMySQL 5.7 - What's new and How to upgrade
MySQL 5.7 - What's new and How to upgrade
 
How to upgrade to MongoDB 4.0 - Percona Europe 2018
How to upgrade to MongoDB 4.0 - Percona Europe 2018How to upgrade to MongoDB 4.0 - Percona Europe 2018
How to upgrade to MongoDB 4.0 - Percona Europe 2018
 
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
 
Liquibase få kontroll på dina databasförändringar
Liquibase   få kontroll på dina databasförändringarLiquibase   få kontroll på dina databasförändringar
Liquibase få kontroll på dina databasförändringar
 
Liquibase
LiquibaseLiquibase
Liquibase
 
MySQL Tech Tour 2015 - 5.7 Whats new
MySQL Tech Tour 2015 - 5.7 Whats newMySQL Tech Tour 2015 - 5.7 Whats new
MySQL Tech Tour 2015 - 5.7 Whats new
 
MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015MySQL 5.7: What's New, Nov. 2015
MySQL 5.7: What's New, Nov. 2015
 
What's New in MySQL 5.7
What's New in MySQL 5.7What's New in MySQL 5.7
What's New in MySQL 5.7
 
DBCC - Dubi Lebel
DBCC - Dubi LebelDBCC - Dubi Lebel
DBCC - Dubi Lebel
 
Upgrading to MySQL 8.0 webinar slides November 27th, 2019
Upgrading to MySQL 8.0 webinar slides November 27th, 2019Upgrading to MySQL 8.0 webinar slides November 27th, 2019
Upgrading to MySQL 8.0 webinar slides November 27th, 2019
 
Redo log improvements MYSQL 8.0
Redo log improvements MYSQL 8.0Redo log improvements MYSQL 8.0
Redo log improvements MYSQL 8.0
 
Upgrading to my sql 8.0
Upgrading to my sql 8.0Upgrading to my sql 8.0
Upgrading to my sql 8.0
 
Handling Database Deployments
Handling Database DeploymentsHandling Database Deployments
Handling Database Deployments
 
MySQL 5.1 Replication
MySQL 5.1 ReplicationMySQL 5.1 Replication
MySQL 5.1 Replication
 
Readme
ReadmeReadme
Readme
 
MySQL 5.7 - What's new, How to upgrade and Document Store
MySQL 5.7 - What's new, How to upgrade and Document StoreMySQL 5.7 - What's new, How to upgrade and Document Store
MySQL 5.7 - What's new, How to upgrade and Document Store
 
Using The Mysql Binary Log As A Change Stream
Using The Mysql Binary Log As A Change StreamUsing The Mysql Binary Log As A Change Stream
Using The Mysql Binary Log As A Change Stream
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_training
 

More from sakaik

More from sakaik (20)

オンライン開催なので(略)福岡入門 @OSC2021Fukuoka
オンライン開催なので(略)福岡入門 @OSC2021Fukuokaオンライン開催なので(略)福岡入門 @OSC2021Fukuoka
オンライン開催なので(略)福岡入門 @OSC2021Fukuoka
 
私とOSC~OSC2021秋・懇親会LT
私とOSC~OSC2021秋・懇親会LT私とOSC~OSC2021秋・懇親会LT
私とOSC~OSC2021秋・懇親会LT
 
MySQLマニュアルに関する思い出話と、最近差分を追っている話
MySQLマニュアルに関する思い出話と、最近差分を追っている話MySQLマニュアルに関する思い出話と、最近差分を追っている話
MySQLマニュアルに関する思い出話と、最近差分を追っている話
 
伊勢IT交流会 2021.01_MySQLの空間情報と伊勢の人に知ってもらいたい地理情報関係の話
伊勢IT交流会 2021.01_MySQLの空間情報と伊勢の人に知ってもらいたい地理情報関係の話伊勢IT交流会 2021.01_MySQLの空間情報と伊勢の人に知ってもらいたい地理情報関係の話
伊勢IT交流会 2021.01_MySQLの空間情報と伊勢の人に知ってもらいたい地理情報関係の話
 
あなたもMySQLイベントで発表してみよう~登壇体験のスゝメ~
あなたもMySQLイベントで発表してみよう~登壇体験のスゝメ~あなたもMySQLイベントで発表してみよう~登壇体験のスゝメ~
あなたもMySQLイベントで発表してみよう~登壇体験のスゝメ~
 
イベントドリブンMySQL~日本MySQLユーザ会の20年~
イベントドリブンMySQL~日本MySQLユーザ会の20年~イベントドリブンMySQL~日本MySQLユーザ会の20年~
イベントドリブンMySQL~日本MySQLユーザ会の20年~
 
MySQL徹底入門第4版出版記念 全体説明と自分のパート
MySQL徹底入門第4版出版記念 全体説明と自分のパートMySQL徹底入門第4版出版記念 全体説明と自分のパート
MySQL徹底入門第4版出版記念 全体説明と自分のパート
 
MySQL8.0.20リリースノートをみてわいわい言う勉強会
MySQL8.0.20リリースノートをみてわいわい言う勉強会MySQL8.0.20リリースノートをみてわいわい言う勉強会
MySQL8.0.20リリースノートをみてわいわい言う勉強会
 
MySQLと空間データ(GIS)
MySQLと空間データ(GIS)MySQLと空間データ(GIS)
MySQLと空間データ(GIS)
 
令和元年のMySQL元年的話題~ニフクラミートアップ
令和元年のMySQL元年的話題~ニフクラミートアップ令和元年のMySQL元年的話題~ニフクラミートアップ
令和元年のMySQL元年的話題~ニフクラミートアップ
 
MySQLで扱う空間情報のきほん~MySQL Cafe #6
MySQLで扱う空間情報のきほん~MySQL Cafe #6MySQLで扱う空間情報のきほん~MySQL Cafe #6
MySQLで扱う空間情報のきほん~MySQL Cafe #6
 
LOVE三角点~FOSS4G Niigata(2019) ライトニングトーク
LOVE三角点~FOSS4G Niigata(2019) ライトニングトークLOVE三角点~FOSS4G Niigata(2019) ライトニングトーク
LOVE三角点~FOSS4G Niigata(2019) ライトニングトーク
 
札幌の人に知ってもらいたい三角点の話~FOSS4G2019 Hokkaido LT
札幌の人に知ってもらいたい三角点の話~FOSS4G2019 Hokkaido LT札幌の人に知ってもらいたい三角点の話~FOSS4G2019 Hokkaido LT
札幌の人に知ってもらいたい三角点の話~FOSS4G2019 Hokkaido LT
 
GTFS勉強会#1 DB屋が見たGTFS-JP ファースト・インプレッション
GTFS勉強会#1 DB屋が見たGTFS-JP ファースト・インプレッションGTFS勉強会#1 DB屋が見たGTFS-JP ファースト・インプレッション
GTFS勉強会#1 DB屋が見たGTFS-JP ファースト・インプレッション
 
OSC2019-Hamanko LT 浜松の[三角点の]紹介
OSC2019-Hamanko LT 浜松の[三角点の]紹介OSC2019-Hamanko LT 浜松の[三角点の]紹介
OSC2019-Hamanko LT 浜松の[三角点の]紹介
 
MySQLとGISと私・この1年~MySQL Innovation Day LT
MySQLとGISと私・この1年~MySQL Innovation Day LTMySQLとGISと私・この1年~MySQL Innovation Day LT
MySQLとGISと私・この1年~MySQL Innovation Day LT
 
MySQL 8.0 にGIS機能がやってきた~ライトニングトーク~
MySQL 8.0 にGIS機能がやってきた~ライトニングトーク~MySQL 8.0 にGIS機能がやってきた~ライトニングトーク~
MySQL 8.0 にGIS機能がやってきた~ライトニングトーク~
 
MySQL 8.0 で強化されたGIS機能のご紹介 @ FOSS4G Okayama
MySQL 8.0 で強化されたGIS機能のご紹介 @ FOSS4G Okayama MySQL 8.0 で強化されたGIS機能のご紹介 @ FOSS4G Okayama
MySQL 8.0 で強化されたGIS機能のご紹介 @ FOSS4G Okayama
 
MySQL8.0の「地理情報」を理解しよう入門~いまからはじめるGIS
MySQL8.0の「地理情報」を理解しよう入門~いまからはじめるGISMySQL8.0の「地理情報」を理解しよう入門~いまからはじめるGIS
MySQL8.0の「地理情報」を理解しよう入門~いまからはじめるGIS
 
2018夏ClubDb2呑み会@ノムノ~ClubMySQLの紹介とか~
2018夏ClubDb2呑み会@ノムノ~ClubMySQLの紹介とか~2018夏ClubDb2呑み会@ノムノ~ClubMySQLの紹介とか~
2018夏ClubDb2呑み会@ノムノ~ClubMySQLの紹介とか~
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 

MySQL8.0.22リリースノートをみてわいわい言う勉強会

  • 3. 8.0.11以降のヘッダ項目 8.0.22 8.0.21 8.0.20 19 18 17 16 15 14 13 12 8.0.11 Account Management Notes o o o o o o o o Audit Log Notes o o o o o C API Notes o o o o Character Set Support o o o Compilation Notes o o o o o o o o o o Component Notes o o Configuration Notes o o o o o o o o o o Connection Management Notes o o Data Dictionary Notes o Data Type Notes o Debugging Notes o Deprecation and Removal Notes o o o o o o o o o o Error Handling o o o Function and Operator Notes o o o INFORMATION_SCHEMA Notes o o o Installation Notes o o o JSON Notes o o Keyring Notes o o o o Logging Notes o o o o o o o MySQL Enterprise Notes o Optimizer Notes o o o o o o o Packaging Notes o o o o o o o o o o o Parser Notes o Performance Schema Notes o o o o o o o Pluggable Authentication o o o o o o Plugin Notes o o o o Security Notes o o o o o o Spatial Data Support o o o o o o SQL Syntax Notes o o o o o o o sys Schema Notes o o o o Test Suite Notes o o o o o Thread Pool Notes o o XA Transaction Notes o X Plugin Notes o o o o o o o o o o o Functionality Added or Changed o o o o o o o o o o o Bugs Fixed o o o o o o o o o o o o
  • 4. MySQL 8.0.22 • リリースノートの項目と件数 Account Management Notes 3 Audit Log Notes 1 C API Notes 1 Compilation Notes 2 Configuration Notes 4 Deprecation and Removal Notes 2 Keyring Notes 1 Optimizer Notes 5 Packaging Notes 3 Performance Schema Notes 2 Pluggable Authentication 1 SQL Syntax Notes 3 X Plugin Notes 1 Functionality Added or Changed 8 Bugs Fixed 136
  • 5. 8.0.22 引き続き「思いやり用語」対応 From MySQL 8.0.22, the statements START SLAVE, STOP SLAVE, SHOW SLAVE STATUS, SHOW SLAVE HOSTS and RESET SLAVE are deprecated. The following aliases should be used instead: • Instead of START SLAVE use START REPLICA • Instead of STOP SLAVE use STOP REPLICA • Instead of SHOW SLAVE STATUS use SHOW REPLICA STATUS • Instead of SHOW SLAVE HOSTS use SHOW REPLICAS • Instead of RESET SLAVE use RESET REPLICA The statements work in the same way as before, only the terminology used for each statement and its output has changed. New status variables have been added as aliases for the related status variables. Both the old and new versions of the statements update both the old and new versions of these status variables: • Com_slave_start is equivalent to Com_replica_start • Com_slave_stop is equivalent to Com_replica_stop • Com_show_slave_status is equivalent to Com_show_replica_status • Com_show_slave_hosts is equivalent to Com_show_replicas
  • 6. 8.0.22 引き続きFacebookの貢献 • Added support for periodic synchronization when writing to files with SELECT INTO DUMPFILE and SELECT INTO OUTFILE statements. This feature can be enabled by setting the select_into_disk_sync system variable to ON; the size of the write buffer cn be set using the server system variable select_into_buffer_size; the default buffer size is 131072 (217) bytes. An optional delay following synchronization to disk can also be set using the select_into_disk_sync_delay system variable; the default behaviour is not to allow any delay (that is, a delay time of 0 milliseconds). For more information, see the descriptions of the system variables referenced previously. Our thanks to Facebook for this contribution to MySQL 8.0. (Bug #30284861) • Replication: When the system variable session_track_gtids was set to OWN_GTID on a multithreaded replica, the replica’s performance would degrade over time and begin to lag behind the master. The cause was the buildup of the GTIDs recorded by the replica’s worker threads at each transaction commit, which increased the time taken by the worker threads to insert new ones. Session state tracking is now disabled for worker threads on a multithreaded replica. Thanks to Facebook for the contribution. (Bug #29049207, Bug #92964)
  • 7. 全部読むのは大変! • まず、興味のあるカテゴリから眺めてみよう • みんなに話してみよう • みんなの話を聞いてみよう! 他人の興味を、自分の興味のきっかけに 自分の興味を、他の人の興味のきっかけに 本会の趣旨