Commit b11a25de authored by Yoni Fogel's avatar Yoni Fogel

Closes #1582 Dirty bit allows 10 characters for process/thread id.

git-svn-id: file:///svn/toku/tokudb@10424 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5c6e5075
......@@ -1585,8 +1585,8 @@ graceful_log(int fd, char *operation, BOOL was_dirty, BOOL is_dirty) {
+7 //operation
+5 //was dirty
+5 //is dirty
+5 //process id
+5 //thread id
+10 //process id
+10 //thread id
+26 //ctime string (including \n)
];
assert(graceful_is_locked); //ctime uses static buffer. Lock must be held.
......
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