diff options
author | unknown <gbichot@production.mysql.com> | 2005-03-22 11:38:51 +0100 |
---|---|---|
committer | unknown <gbichot@production.mysql.com> | 2005-03-22 11:38:51 +0100 |
commit | 0550fead3bb28b757998bafa57326197e6779fa0 (patch) | |
tree | 9d52b1aa54954e7df3b55c494fce8ba2ac7a07f9 /mysql-test/t/rpl_timezone.test | |
parent | 2daffc872799800213b94642f55fdf0fb257ef44 (diff) | |
download | mariadb-git-0550fead3bb28b757998bafa57326197e6779fa0.tar.gz |
disabling rpl_timezone.test if --ps-protocol, as binlogging of CONVERT_TZ(,,@@time_zone)
fails there; until we find reason (me and possibly Konstantin).
mysql-test/t/rpl_timezone.test:
disabling test if --ps-protocol, until we find reason
sql/slave.cc:
fixing comment
Diffstat (limited to 'mysql-test/t/rpl_timezone.test')
-rw-r--r-- | mysql-test/t/rpl_timezone.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_timezone.test b/mysql-test/t/rpl_timezone.test index a49cdd0acd2..cc8dcb6ce26 100644 --- a/mysql-test/t/rpl_timezone.test +++ b/mysql-test/t/rpl_timezone.test @@ -1,4 +1,15 @@ # Test of replication of time zones. + +# There is currently some bug possibly in prepared statements (this +# test fails with --ps-protocol): sys_var_thd_time_zone::value_ptr() +# is called only at prepare time, not at execution time. So, +# thd->time_zone_used is not equal to 1 (it is back to 0, because of +# reset_thd_for_next_command called at execution time), so the +# timezone used in CONVERT_TZ is not binlogged. To debug (by Guilhem +# and possibly Konstantin). + +--disable_ps_protocol + source include/master-slave.inc; # Some preparations |