Skip to content

Commit

Permalink
update MD by dispatch event pingcap/docs release-7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 9, 2024
1 parent 03218d2 commit 4f8b0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ You can use the following statement to set the character set and collation that
```sql
SET character_set_client = charset_name;
SET character_set_results = charset_name;
SET charset_connection = @@charset_database;
SET character_set_connection=@@character_set_database;
SET collation_connection = @@collation_database;
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ You can use the following statement to set the character set and collation that
```sql
SET character_set_client = charset_name;
SET character_set_results = charset_name;
SET charset_connection = @@charset_database;
SET character_set_connection=@@character_set_database;
SET collation_connection = @@collation_database;
```

Expand Down

0 comments on commit 4f8b0da

Please sign in to comment.