mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
6 lines
134 B
Text
6 lines
134 B
Text
|
SHOW PROCESSLIST;
|
||
|
|
||
|
let $binlog_name= query_get_value("SHOW MASTER STATUS", File, 1);
|
||
|
eval SHOW BINLOG EVENTS IN '$binlog_name';
|
||
|
|
||
|
exit;
|