Skip to content

Commit

Permalink
update the bootstrap SQL supported version (#5113)
Browse files Browse the repository at this point in the history
Co-authored-by: fgksgf <[email protected]>
  • Loading branch information
ti-chi-bot and fgksgf committed Jun 30, 2023
1 parent 506b3bd commit 379880f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16898,7 +16898,7 @@ string
<p>BootstrapSQLConfigMapName is the name of the ConfigMap which contains the bootstrap SQL file with the key <code>bootstrap-sql</code>,
which will only be executed when a TiDB cluster bootstrap on the first time.
The field should be set ONLY when create a TC, since it only take effect on the first time bootstrap.
Only v6.6.0+ supports this feature.</p>
Only v6.5.1+ supports this feature.</p>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ type TiDBSpec struct {
// BootstrapSQLConfigMapName is the name of the ConfigMap which contains the bootstrap SQL file with the key `bootstrap-sql`,
// which will only be executed when a TiDB cluster bootstrap on the first time.
// The field should be set ONLY when create a TC, since it only take effect on the first time bootstrap.
// Only v6.6.0+ supports this feature.
// Only v6.5.1+ supports this feature.
// +optional
BootstrapSQLConfigMapName *string `json:"bootstrapSQLConfigMapName,omitempty"`
}
Expand Down

0 comments on commit 379880f

Please sign in to comment.