summaryrefslogtreecommitdiff
path: root/man/mysql.1
diff options
context:
space:
mode:
authorRucha Deodhar <rucha.deodhar@mariadb.com>2021-02-15 01:39:37 +0530
committerRucha Deodhar <rucha.deodhar@mariadb.com>2021-03-16 21:11:21 +0530
commite15a5ca9e89153db7cc9ce978bb789a4038b7c25 (patch)
tree9c33fb2d815210f032e887af5da0f28c9d8c5301 /man/mysql.1
parenta1542f8a57390bbad916ddfd335e1c751ffb3de5 (diff)
downloadmariadb-git-10.6-rucha-mdev-8334.tar.gz
MDEV-8334: Rename utf8 to utf8mb310.6-rucha-mdev-8334
This patch changes the main name of 3 byte character set from utf8 to utf8mb3. New old_mode UTF8_IS_UTF8MB3 is added and set TRUE by default, so that utf8 would mean utf8mb3. If not set, utf8 would mean utf8mb4.
Diffstat (limited to 'man/mysql.1')
-rw-r--r--man/mysql.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mysql.1 b/man/mysql.1
index 03f23df3660..f2d994f83d8 100644
--- a/man/mysql.1
+++ b/man/mysql.1
@@ -2903,7 +2903,7 @@ ignores Unicode byte order mark (BOM) characters at the beginning of input files
to change its default character set\&. To do that, invoke
\fBmysql\fR
with an option such as
-\fB\-\-default\-character\-set=utf8\fR\&.
+\fB\-\-default\-character\-set=utf8mb3\fR\&.
.PP
.SH "MYSQL TIPS"
.PP