Skip to content

Commit

Permalink
cherry pick #6124 to release-3.0
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <[email protected]>
  • Loading branch information
Joyinqin authored and ti-srebot committed Apr 23, 2021
1 parent d875f0f commit 01bbf90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions character-set-and-collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ ALTER DATABASE db_name
{{< copyable "sql" >}}

```sql
<<<<<<< HEAD
CREATE SCHEMA test1 CHARACTER SET utf8 COLLATE uft8_general_ci;
=======
CREATE SCHEMA test1 CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
>>>>>>> 41d6eac6... Fix a typo in Update character-set-and-collation.md (#6124)
```

```
Expand All @@ -156,7 +160,11 @@ SELECT @@character_set_database, @@collation_database;
+--------------------------|----------------------+
| @@character_set_database | @@collation_database |
+--------------------------|----------------------+
<<<<<<< HEAD
| utf8 | uft8_general_ci |
=======
| utf8mb4 | utf8mb4_general_ci |
>>>>>>> 41d6eac6... Fix a typo in Update character-set-and-collation.md (#6124)
+--------------------------|----------------------+
1 row in set (0.00 sec)
```
Expand Down

0 comments on commit 01bbf90

Please sign in to comment.