# 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=utf8test-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=utf8test-e"charset cp932; select '\'; create table t1 (c_cp932 TEXT CHARACTER SET cp932); insert into t1 values('\'); select * from t1; drop table t1;"