Skip to content

Commit

Permalink
feat: fix count of bullets
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Dec 22, 2022
1 parent 50121c1 commit b7c3e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/15.0/concepts/query-rewriting.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This way, no session state is needed to evaluate the query in MySQL.
### Server System Variables

A user might also want to change one of the many different system variables that MySQL exposes.
Vitess handles system variables in one of four different ways:
Vitess handles system variables in one of five different ways:

* *No op*. For some settings, Vitess will just silently ignore the setting. This is for system variables that don't make much sense in a sharded setting, and don't change the behaviour of MySQL in an interesting way.
* *Check and fail if not already set*. These are settings that should not change, but Vitess will allow SET statements that try to set the variable to whatever it already is.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/16.0/concepts/query-rewriting.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This way, no session state is needed to evaluate the query in MySQL.
### Server System Variables

A user might also want to change one of the many different system variables that MySQL exposes.
Vitess handles system variables in one of four different ways:
Vitess handles system variables in one of five different ways:

* *No op*. For some settings, Vitess will just silently ignore the setting. This is for system variables that don't make much sense in a sharded setting, and don't change the behaviour of MySQL in an interesting way.
* *Check and fail if not already set*. These are settings that should not change, but Vitess will allow SET statements that try to set the variable to whatever it already is.
Expand Down

0 comments on commit b7c3e2f

Please sign in to comment.