Commit a083819c authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2524], change text

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@19561 c7de825b-a66e-492c-adef-691d508d4ae1
parent 912c9511
...@@ -498,7 +498,7 @@ void txn_progress_func(TOKU_TXN_PROGRESS progress, void* extra) { ...@@ -498,7 +498,7 @@ void txn_progress_func(TOKU_TXN_PROGRESS progress, void* extra) {
if (progress->stalled_on_checkpoint) { if (progress->stalled_on_checkpoint) {
r = sprintf( r = sprintf(
progress_info->status, 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_processed,
progress->entries_total progress->entries_total
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment