mirror of
https://github.com/MariaDB/server.git
synced 2025-06-16 11:21:15 +03:00
Revert charset breakage.
This commit is contained in:
@ -61,16 +61,16 @@ database()
|
|||||||
test
|
test
|
||||||
unlock tables;
|
unlock tables;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
\
|
<EFBFBD>\
|
||||||
\
|
<EFBFBD>\
|
||||||
c_cp932
|
c_cp932
|
||||||
\
|
<EFBFBD>\
|
||||||
\
|
<EFBFBD>\
|
||||||
\
|
<EFBFBD>\
|
||||||
ソ
|
ソ
|
||||||
ソ
|
ソ
|
||||||
\
|
<EFBFBD>\
|
||||||
\
|
<EFBFBD>\
|
||||||
+----------------------+------------+--------+
|
+----------------------+------------+--------+
|
||||||
| concat('>',col1,'<') | col2 | col3 |
|
| concat('>',col1,'<') | col2 | col3 |
|
||||||
+----------------------+------------+--------+
|
+----------------------+------------+--------+
|
||||||
|
@ -52,10 +52,10 @@ drop table t1;
|
|||||||
--exec $MYSQL --default-character-set=cp932 test -e "charset utf8;"
|
--exec $MYSQL --default-character-set=cp932 test -e "charset utf8;"
|
||||||
|
|
||||||
# its usage to switch internally in mysql to requested charset
|
# its usage to switch internally in mysql to requested charset
|
||||||
--exec $MYSQL --default-character-set=utf8 test -e "charset cp932; select '\'; create table t1 (c_cp932 TEXT CHARACTER SET cp932); insert into t1 values('\'); select * from t1; drop table t1;"
|
--exec $MYSQL --default-character-set=utf8 test -e "charset cp932; select '<EFBFBD>\'; create table t1 (c_cp932 TEXT CHARACTER SET cp932); insert into t1 values('<EFBFBD>\'); select * from t1; drop table t1;"
|
||||||
--exec $MYSQL --default-character-set=utf8 test -e "charset cp932; select '\'"
|
--exec $MYSQL --default-character-set=utf8 test -e "charset cp932; select '<EFBFBD>\'"
|
||||||
--exec $MYSQL --default-character-set=utf8 test -e "/*charset cp932 */; set character_set_client= cp932; select '\'"
|
--exec $MYSQL --default-character-set=utf8 test -e "/*charset cp932 */; set character_set_client= cp932; select '<EFBFBD>\'"
|
||||||
--exec $MYSQL --default-character-set=utf8 test -e "/*!\C cp932 */; set character_set_client= cp932; select '\'"
|
--exec $MYSQL --default-character-set=utf8 test -e "/*!\C cp932 */; set character_set_client= cp932; select '<EFBFBD>\'"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bug#16859 -- NULLs in columns must not truncate data as if a C-language "string".
|
# Bug#16859 -- NULLs in columns must not truncate data as if a C-language "string".
|
||||||
|
Reference in New Issue
Block a user