mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
General spell fixing in comments and strings
This commit is contained in:
@@ -514,7 +514,7 @@ drop database mysqldump_test_db;
|
||||
# Check that we don't dump in UTF8 in compatible mode by default,
|
||||
# but use the default compiled values, or the values given in
|
||||
# --default-character-set=xxx. However, we should dump in UTF8
|
||||
# if it is explicitely set.
|
||||
# if it is explicitly set.
|
||||
CREATE TABLE t1 (a CHAR(10));
|
||||
INSERT INTO t1 VALUES (_latin1 '<27><><EFBFBD><EFBFBD>');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user