summaryrefslogtreecommitdiff
path: root/mysql-test/include/analyze-sync_with_master.test
diff options
context:
space:
mode:
authorMagnus Svensson <msvensson@mysql.com>2008-08-04 21:54:44 +0200
committerMagnus Svensson <msvensson@mysql.com>2008-08-04 21:54:44 +0200
commit27e858427111ec88407c2863608768e6074c284f (patch)
tree1c5de4faf1aee6e60daf0fdc27ae8af369fb025e /mysql-test/include/analyze-sync_with_master.test
parent106e64a67f8325b24d26b66426e46e837fa9d4f3 (diff)
downloadmariadb-git-27e858427111ec88407c2863608768e6074c284f.tar.gz
Bug #38181 Please print more debug info when tests fail
Diffstat (limited to 'mysql-test/include/analyze-sync_with_master.test')
-rw-r--r--mysql-test/include/analyze-sync_with_master.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/analyze-sync_with_master.test b/mysql-test/include/analyze-sync_with_master.test
new file mode 100644
index 00000000000..684c0dbbab7
--- /dev/null
+++ b/mysql-test/include/analyze-sync_with_master.test
@@ -0,0 +1,6 @@
+SHOW PROCESSLIST;
+
+let $binlog_name= query_get_value("SHOW MASTER STATUS", File, 1);
+eval SHOW BINLOG EVENTS IN '$binlog_name';
+
+exit; \ No newline at end of file