1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #38181 Please print more debug info when tests fail

This commit is contained in:
Magnus Svensson
2008-08-04 21:54:44 +02:00
parent 106e64a67f
commit 27e8584271
15 changed files with 563 additions and 342 deletions

View File

@ -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;