We had an strange with mysql replication. We have observed huge load and io wait on server while replication is in-progress. We can know the the queries from binlog by using mysqlbinlog utility. But we would like to see on the slave server what queries it is executing in particular time. We have enabled general log to see the queries but we have commit statements only.
How to see the queries executing by replication thread??
we are using 5.6.10 for both master and slave.
How to see the queries executing by replication thread??
we are using 5.6.10 for both master and slave.