From 2721be13addeddfe56e19339281d3e4763adba50 Mon Sep 17 00:00:00 2001 From: vgyyuangao <45000547+vgyyuangao@users.noreply.github.com> Date: Fri, 13 Nov 2020 17:27:28 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=8F=98=E6=9B=B4=E8=AE=B0=E5=BD=95.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...30\346\233\264\350\256\260\345\275\225.md" | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git "a/product/\346\225\260\346\215\256\345\272\223/\344\272\221\346\225\260\346\215\256\345\272\223MySQL/\346\223\215\344\275\234\346\214\207\345\215\227/\345\217\202\346\225\260\346\250\241\347\211\210\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\346\250\241\346\235\277\345\217\230\346\233\264\350\256\260\345\275\225.md" "b/product/\346\225\260\346\215\256\345\272\223/\344\272\221\346\225\260\346\215\256\345\272\223MySQL/\346\223\215\344\275\234\346\214\207\345\215\227/\345\217\202\346\225\260\346\250\241\347\211\210\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\346\250\241\346\235\277\345\217\230\346\233\264\350\256\260\345\275\225.md" index 82c6444fd82a..4b99a7eeab0f 100644 --- "a/product/\346\225\260\346\215\256\345\272\223/\344\272\221\346\225\260\346\215\256\345\272\223MySQL/\346\223\215\344\275\234\346\214\207\345\215\227/\345\217\202\346\225\260\346\250\241\347\211\210\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\346\250\241\346\235\277\345\217\230\346\233\264\350\256\260\345\275\225.md" +++ "b/product/\346\225\260\346\215\256\345\272\223/\344\272\221\346\225\260\346\215\256\345\272\223MySQL/\346\223\215\344\275\234\346\214\207\345\215\227/\345\217\202\346\225\260\346\250\241\347\211\210\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\346\250\241\346\235\277\345\217\230\346\233\264\350\256\260\345\275\225.md" @@ -3,6 +3,26 @@ >- 系统参数模板的参数变更,并不会影响已使用过该参数模板的数据库实例。如果您需要将新的参数应用到批量实例上,可通过批量参数设置时导入模板来重新应用。 >- 使用系统参数模板,请参见 [使用参数模板](https://cloud.tencent.com/document/product/236/30304)。 +## MySQL 8.0 +### 2020年11月 + +| 参数名称 | 变更类型 | 参数描述 | +| ------------------------------ | ---------- | ------------------------------------------------------------ | +| innodb_flush_log_at_trx_commit | 新增 | Determines Innodb transaction durability | +| sync_binlog | 新增 | Sync binlog (MySQL flush to disk or rely on OS) | +| local_infile | 新增 | Controls whetther LOCAL is supported for LOAD DATA INFILE | +| innodb_log_file_size | 新增 | The size in bytes of each log file in a log group | +| cdb_recycle_bin_enabled | 新增 | Control whether the deleted table is placed in the recycle bin | +| binlog_format | 更新范围值 | 参数范围值更新为:[row] | +| innodb_autoinc_lock_mode | 更新默认值 | 参数默认值更新为:2 | +| table_open_cache | 更新默认值 | 参数默认值更新为:2000 | +| slave_pending_jobs_size_max | 更新默认值 | 参数默认值更新为:1073741824 | +| time_zone | 更新范围值 | 参数范围值更新为:[SYSTEM\|-12:00\|-11:00\|-10:00\|-09:00\|-08:00\|-07:00\|-06:00\|
-05:00\|-04:00\|-03:00\|-02:00\|-01:00\|\+00:00\|\+01:00\|\+02:00\|\+03:00\|\+04:00\|\+05:00\|
\+05:30\|\+06:00\|\+06:30\|\+07:00\|\+08:00\|\+09:00\|\+10:00\|\+11:00\|\+12:00\|\+13:00] | +| max_connections | 更新范围值 | 参数范围值更新为:[1-100000] | +| slave_rows_search_algorithms | 更新默认值 | 参数默认值更新为:TABLE_SCAN,INDEX_SCAN,HASH_SCAN | +| innodb_open_files | 更新默认值 | 参数默认值更新为:10240 | +| slave_parallel_type | 更新范围值 | 参数范围值更新为:[LOGICAL_CLOCK\|TABLE\|DATABASE] | + ## MySQL 5.7 ### 2020年08月