type
status
date
slug
summary
tags
category
icon
password
BUG 資訊
異常版本:8.0.20~8.0.21
修復版本:8.0.22
觸發方式:GROUP BY 中出現 covert_tz 中對於
@@session.time_zone
進行轉換會導致 MySQL Crash正文
在 MySQL 8.0.21 中當在 GROUP BY 中出現 covert_tz 中對於
@@session.time_zone
進行轉換會導致 MySQL Crash:經過測試和追蹤之後發現將
session.time_zone
改為 global.time_zone
就不會導致 crash,同時在 MySQL Bug Report 中有看到在 8.0.19~8.0.22 中有 session.time_zone
有相關的異動,經過實際測試後發現在 8.0.22 中不再導致 crash,不過這部分在 release note 中沒看到相應的 bug 修復,可能是沒被發現但意外修正的錯誤。