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

git-svn-id: file:///svn/toku/tokudb@10424 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2013-04-16 23:57:45 -04:00
parent 682405a0f6
commit 7ccbae3c9f

View file

@ -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.