Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 committed Oct 16, 2024
1 parent 34a4221 commit 8d3115a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/internal_tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var InternalTables = struct {
ValueColumns: []string{"VARIABLE_VALUE"},
DDL: "VARIABLE_NAME TEXT PRIMARY KEY, VARIABLE_VALUE TEXT",
InitialData: [][]any{
{"Innodb_redo_log_enabled", "OFF"},
{"Innodb_redo_log_enabled", "OFF"}, // Queried by MySQL Shell
},
},
}
Expand Down

0 comments on commit 8d3115a

Please sign in to comment.