#14157: utf8 encoding in binlog without set character_set_client
#BUG#14157: utf8 encoding in binlog without set character_set_client
#
flushlogs;
--exec$MYSQLtest-e'create table if not exists t5 (a int); set names koi8r; create temporary table `` (a int); insert into `` values (1); insert into t5 select * from ``'
--exec$MYSQLtest-e'create table if not exists t5 (a int); set names latin1; create temporary table `` (a int); insert into `` values (1); insert into t5 select * from ``'
# resulted binlog, parly consisting of multi-byte utf8 chars,
# must be digestable for both client and server. In 4.1 the client