mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
wbuf can log a fileid
git-svn-id: file:///svn/tokudb@460 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
62d8cb7fb2
commit
88f31dfa36
1 changed files with 4 additions and 0 deletions
|
@ -69,4 +69,8 @@ static inline void wbuf_txnid (struct wbuf *w, TXNID tid) {
|
|||
wbuf_ulonglong(w, tid);
|
||||
}
|
||||
|
||||
static inline void wbuf_fileid (struct wbuf *w, unsigned long long fileid) {
|
||||
wbuf_ulonglong(w, fileid);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue