Home
last modified time | relevance | path

Searched refs:stage_binlog_transaction_compress (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dmysqld.h608 extern PSI_stage_info stage_binlog_transaction_compress;
H A Dmysqld.cc11277 PSI_stage_info stage_binlog_transaction_compress= { 0, "Compressing transaction changes.", 0, PSI_D… variable
11371 &stage_binlog_transaction_compress,
H A Dbinlog.cc1908 thd->enter_stage(&stage_binlog_transaction_compress, &old_stage, __func__, in compress()