diff options
author | unknown <Dao-Gang.Qu@sun.com> | 2009-07-17 13:07:43 +0800 |
---|---|---|
committer | unknown <Dao-Gang.Qu@sun.com> | 2009-07-17 13:07:43 +0800 |
commit | b6b56895490593aad2880442feb1f10604126b8e (patch) | |
tree | 566435e8aee6ae010eab5a36c8c91778b0bb77d9 /mysql-test/suite/rpl | |
parent | ba58eaf01629a2cd58d37e90a2f4e2668b3288ab (diff) | |
download | mariadb-git-b6b56895490593aad2880442feb1f10604126b8e.tar.gz |
Bug #45214 get_master_version_and_clock does not report error when queries fail
Append the patch for resolving the problems, which have been brought by commiting bug#45214.
Diffstat (limited to 'mysql-test/suite/rpl')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test b/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test index 3084bfc32fc..40d11f2cec2 100644 --- a/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test +++ b/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test @@ -15,7 +15,7 @@ # source include/master-slave.inc; - +source include/have_debug.inc; #Test case 1: Try to get the value of the UNIX_TIMESTAMP from master under network disconnection connection slave; let $debug_saved= `select @@global.debug`; |