diff options
author | unknown <guilhem@mysql.com> | 2005-02-23 19:59:25 +0100 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2005-02-23 19:59:25 +0100 |
commit | 4b2ee4854f166724a6f7e4bf22f48b73e3f18602 (patch) | |
tree | 93958fc1e115d7650e107e5e79e1a51b65aa775f /mysql-test/r/rpl_charset.result | |
parent | 0d8ec8d5cb3a57cc675fd61974d0abab7f6cb89e (diff) | |
download | mariadb-git-4b2ee4854f166724a6f7e4bf22f48b73e3f18602.tar.gz |
result fixes after my change to mysqlbinlog (which was accidentally
pushed some minutes ago)
mysql-test/r/ctype_ucs.result:
result fix
mysql-test/r/mysqlbinlog.result:
result fix
mysql-test/r/mysqlbinlog2.result:
result fix
mysql-test/r/rpl_charset.result:
result fix
mysql-test/r/user_var.result:
result fix
Diffstat (limited to 'mysql-test/r/rpl_charset.result')
-rw-r--r-- | mysql-test/r/rpl_charset.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_charset.result b/mysql-test/r/rpl_charset.result index 98a8c53d5fd..ce958c15ece 100644 --- a/mysql-test/r/rpl_charset.result +++ b/mysql-test/r/rpl_charset.result @@ -175,6 +175,7 @@ select hex(c1), hex(c2) from t1; hex(c1) hex(c2) CDF32C20E7E020F0FBE1E0EBEAF3 CDF32C20E7E020F0FBE1E0EBEAF3 /*!40019 SET @@session.max_insert_delayed_threads=0*/; +/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/; ROLLBACK; SET TIMESTAMP=1000000000; SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1; @@ -245,6 +246,8 @@ CREATE TABLE t1 (c1 VARBINARY(255), c2 VARBINARY(255)); SET TIMESTAMP=1000000000; SET @@session.character_set_client=7,@@session.collation_connection=51,@@session.collation_server=30; INSERT INTO t1 (c1, c2) VALUES ('Ну, за рыбалку','Ну, за рыбалку'); +ROLLBACK; +/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/; drop table t1; create table `t1` ( `pk` varchar(10) not null default '', |