Skip to content

Commit 45506fa

Browse files
author
James Cor
committed
update mysql version
1 parent ea55201 commit 45506fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/variables/system_variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2951,7 +2951,7 @@ var systemVars = map[string]sql.SystemVariable{
29512951
Dynamic: false,
29522952
SetVarHintApplies: false,
29532953
Type: types.NewSystemStringType("version"),
2954-
Default: "8.0.23",
2954+
Default: "8.0.31",
29552955
},
29562956
"version_comment": &sql.MysqlSystemVariable{
29572957
Name: "version_comment",

0 commit comments

Comments
 (0)