mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix spelling in comments as requested by Osku
This will make charset code easier to understand include/m_ctype.h: Fix spelling in comments mysql-test/t/cast.test: Fix spelling in comments mysql-test/t/query_cache.test: Fix spelling in comments sql/sql_string.cc: Fix spelling in comments strings/CHARSET_INFO.txt: Fix spelling in comments
This commit is contained in:
parent
79cc1546b2
commit
e8770dfe76
5 changed files with 8 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ select cast('1a' as signed);
|
|||
select cast('' as signed);
|
||||
|
||||
#
|
||||
# Character set convertion
|
||||
# Character set conversion
|
||||
#
|
||||
set names binary;
|
||||
select cast(_latin1'test' as char character set latin2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue