diff options
author | Serge Kozlov <Serge.Kozlov@sun.com> | 2009-10-02 23:24:40 +0400 |
---|---|---|
committer | Serge Kozlov <Serge.Kozlov@sun.com> | 2009-10-02 23:24:40 +0400 |
commit | 3aae87ad9260b91361cdafefd97ba3ebe3b00b0b (patch) | |
tree | 09e465e4a58a6413c54a1b1d3555e322d8c9f7fa /mysql-test/include | |
parent | db72514486cefcbd21c80603df3b57ad1d8e696c (diff) | |
download | mariadb-git-3aae87ad9260b91361cdafefd97ba3ebe3b00b0b.tar.gz |
WL#4641 Heartbeat testing
This is backport for next-mr.
The patch adds new test cases that cover replication heartbeat testing.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_ssl_communication.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_ssl_communication.inc b/mysql-test/include/have_ssl_communication.inc new file mode 100644 index 00000000000..6f2d5587a75 --- /dev/null +++ b/mysql-test/include/have_ssl_communication.inc @@ -0,0 +1,4 @@ +-- require r/have_ssl.require +disable_query_log; +show variables like 'have_ssl'; +enable_query_log; |