mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
[t:2524], change text
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@19561 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
912c9511f3
commit
a083819c47
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ void txn_progress_func(TOKU_TXN_PROGRESS progress, void* extra) {
|
|||
if (progress->stalled_on_checkpoint) {
|
||||
r = sprintf(
|
||||
progress_info->status,
|
||||
"stalled on checkpoint, processed %"PRId64" out of %"PRId64,
|
||||
"Writing committed changes to disk, processed %"PRId64" out of %"PRId64,
|
||||
progress->entries_processed,
|
||||
progress->entries_total
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue