mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
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:
parent
682405a0f6
commit
7ccbae3c9f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue