diff options
author | Magnus Svensson <msvensson@mysql.com> | 2008-08-04 21:54:44 +0200 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2008-08-04 21:54:44 +0200 |
commit | 27e858427111ec88407c2863608768e6074c284f (patch) | |
tree | 1c5de4faf1aee6e60daf0fdc27ae8af369fb025e /mysql-test/include/analyze-sync_with_master.test | |
parent | 106e64a67f8325b24d26b66426e46e837fa9d4f3 (diff) | |
download | mariadb-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.test | 6 |
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 |